HomeSort by relevance Sort by last modified time
    Searched refs:sort_keys (Results 1 - 25 of 69) sorted by null

1 2 3

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
scrape_gtest_log.py 25 print json.dumps(json.loads(json_string), indent=4, sort_keys=True)
  /external/autotest/client/profilers/perf/
perf.py 25 self.sort_keys = None
30 self.sort_keys = [k.rstrip(",") for k in line.split() if
32 if not self.sort_keys:
33 self.sort_keys = ['comm', 'cpu']
40 if "parent" in self.sort_keys:
56 for key in self.sort_keys:
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_job_status.py 28 status_text = json.dumps(original_status, sort_keys=True, indent=4)
32 status_text = json.dumps(clean_status, sort_keys=True, indent=4)
edit_anomaly_configs.py 33 'config': json.dumps(config.config, indent=2, sort_keys=True),
edit_bug_labels.py 22 'bug_labels_json': json.dumps(patterns_dict, indent=2, sort_keys=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_dump.py 16 {True: False, False: True}, sort_keys=True),
19 {2: 3.0, 4.0: 5L, False: 1, 6L: True}, sort_keys=True),
test_separators.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_dump.py 16 {True: False, False: True}, sort_keys=True),
19 {2: 3.0, 4.0: 5L, False: 1, 6L: True}, sort_keys=True),
test_separators.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
  /external/v8/test/simdjs/
generate.py 60 fh.write(json.dumps(output, separators=(',',': '), indent=2, sort_keys=True))
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
tool.py 34 json.dump(obj, outfile, sort_keys=True,
encoder.py 102 check_circular=True, allow_nan=True, sort_keys=False,
127 If sort_keys is true, then the output of dictionaries will be
157 self.sort_keys = sort_keys
260 and self.indent is None and not self.sort_keys):
263 self.key_separator, self.item_separator, self.sort_keys,
268 self.key_separator, self.item_separator, self.sort_keys,
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py 34 json.dump(obj, outfile, sort_keys=True,
encoder.py 102 check_circular=True, allow_nan=True, sort_keys=False,
127 If sort_keys is true, then the output of dictionaries will be
157 self.sort_keys = sort_keys
260 and self.indent is None and not self.sort_keys):
263 self.key_separator, self.item_separator, self.sort_keys,
268 self.key_separator, self.item_separator, self.sort_keys,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 34 json.dump(obj, outfile, sort_keys=True,
encoder.py 102 check_circular=True, allow_nan=True, sort_keys=False,
127 If sort_keys is true, then the output of dictionaries will be
157 self.sort_keys = sort_keys
260 and self.indent is None and not self.sort_keys):
263 self.key_separator, self.item_separator, self.sort_keys,
268 self.key_separator, self.item_separator, self.sort_keys,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 34 json.dump(obj, outfile, sort_keys=True,
encoder.py 102 check_circular=True, allow_nan=True, sort_keys=False,
127 If sort_keys is true, then the output of dictionaries will be
157 self.sort_keys = sort_keys
260 and self.indent is None and not self.sort_keys):
263 self.key_separator, self.item_separator, self.sort_keys,
268 self.key_separator, self.item_separator, self.sort_keys,
  /external/autotest/client/bin/
update_intel_pci_ids 83 json.dump(pci_ids, out_f, sort_keys=True, indent=4,
  /external/chromium-trace/catapult/telemetry/
json_format 16 json_obj, indent=2, sort_keys=True, separators=(',', ': '))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
rebuild_endpoints.py 49 print(json.dumps(data, indent=4, sort_keys=True))
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 46 output = json.dumps(json.loads(json_string), indent=4, sort_keys=True)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_websocket.py 97 logging.debug('sent [%s]', json.dumps(req, indent=2, sort_keys=True))
164 'got [%s]', json.dumps(result, indent=2, sort_keys=True))

Completed in 269 milliseconds

1 2 3