HomeSort by relevance Sort by last modified time
    Searched refs:json_root (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 43 json_root = OrderedDict()
44 json_root['version'] = 1
45 json_root['run_id'] = None
47 if json_root['run_id'] and json_root['run_id'] != dump.run_id:
49 json_root['run_id'] = ''
51 json_root['run_id'] = dump.run_id
52 json_root['roots'] = []
55 json_root['roots'].append([sorter.world, sorter.name])
56 json_root['default_template'] = 'l2
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 183 json_root = {
192 json.dump(json_root, output, indent=2, sort_keys=True)
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 349 scoped_ptr<Value> json_root(json.Deserialize(&error_code, &error_message));
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 215 scoped_ptr<Value> json_root(json.Deserialize(&error_code, &error_message));

Completed in 497 milliseconds