Searched refs:sort_keys (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | cmd_report.cpp | 439 const std::vector<std::string>& sort_keys); 620 std::vector<std::string> sort_keys = {"comm", "pid", "tid", "dso", "symbol"}; in ParseOptions() local 622 sort_keys = Split(*value->str_value, ","); in ParseOptions() 639 return BuildSampleComparatorAndDisplayer(print_sample_count, sort_keys); in ParseOptions() 643 const std::vector<std::string>& sort_keys) { in BuildSampleComparatorAndDisplayer() argument 667 for (auto& key : sort_keys) { in BuildSampleComparatorAndDisplayer() 721 for (const auto& key : sort_keys) { in BuildSampleComparatorAndDisplayer()
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/tools/ |
H A D | parse_bugreport.py | 37 json.dump(chars, jsonFile, sort_keys=True, indent=1)
|
/aosp12/build/make/tools/releasetools/ |
H A D | find_shareduid_violation.py | 123 return json.dumps(output, indent=2, sort_keys=True)
|
/aosp12/bootable/recovery/updater_sample/tools/ |
H A D | gen_update_config.py | 120 json.dump(self.config, out_file, indent=4, separators=(',', ': '), sort_keys=True)
|
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/ |
H A D | output.py | 133 output = json.dumps(output, indent=2, sort_keys=True)
|
/aosp12/bionic/benchmarks/linker_relocation/regen/ |
H A D | dump_relocs.py | 243 json.dump(elf_tree_to_json(root), f, sort_keys=True, indent=2)
|