| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | spdx.py | 283 def to_json(self, f, *, sort_keys=False, indent=None, separators=None): argument 293 sort_keys=sort_keys,
|
| H A D | data.py | 51 json.dump(data2export, f, skipkeys=True, indent=4, sort_keys=True)
|
| H A D | sbom.py | 44 doc_sha1 = spdx_doc.to_json(f, sort_keys=True, indent=indent)
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | tracing_map.c | 1070 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument 1110 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries() 1115 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries() 1124 &sort_keys[0], in tracing_map_sort_entries() 1125 &sort_keys[1]); in tracing_map_sort_entries()
|
| H A D | tracing_map.h | 281 struct tracing_map_sort_key *sort_keys,
|
| H A D | trace_events_hist.c | 357 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member 4024 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 4744 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries() 5199 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 5423 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match() 5424 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
|
| /OK3568_Linux_fs/kernel/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 233 json.dump(compile_commands, f, indent=2, sort_keys=True)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | send-error-report | 117 data = json.dumps(jsondata, indent=4, sort_keys=True)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | resultutils.py | 168 f.write(json.dumps(resultsout, sort_keys=True, indent=4))
|
| H A D | manualexecution.py | 25 filedata.write(json.dumps(json_data, sort_keys=True, indent=4))
|
| H A D | report.py | 256 print(json.dumps(raw_results, sort_keys=True, indent=4))
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | report-error.bbclass | 25 json.dump(newdata, f, indent=4, sort_keys=True)
|
| H A D | create-spdx.bbclass | 948 doc.to_json(f, sort_keys=True, indent=get_json_indent(d)) 1008 sort_keys=True, 1024 json.dump(index, f, sort_keys=True, indent=get_json_indent(d))
|
| H A D | package.bbclass | 1737 d.setVar('FILES_INFO:' + pkg , json.dumps(files, sort_keys=True)) 1760 json.dump(extended_data, f, sort_keys=True, separators=(",", ":"))
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | sort.c | 2842 const char *sort_keys; in __setup_sorting() local 2849 sort_keys = sort_order; in __setup_sorting() 2850 if (sort_keys == NULL) { in __setup_sorting() 2859 sort_keys = get_default_sort_order(evlist); in __setup_sorting() 2862 str = strdup(sort_keys); in __setup_sorting()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 350 json_testresults = json.dumps(test_results, sort_keys=True, indent=4)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 427 json.dump(data, f, sort_keys=True, separators=(",", ":"), cls=SetEncoder)
|