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

  /external/chromium_org/components/domain_reliability/
bake_in_configs.py 81 for json_file in sys.argv[1:-1]:
82 with open(json_file, 'r') as f:
86 print >> sys.stderr ('%s: no monitored_domain found' % json_file)
91 (json_file, domain))
93 cpp_code += " // " + json_file + ":\n"
  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.cc 158 base::FilePath json_file = base_path_.Append(kExternalExtensionJson); local
160 if (!base::PathExists(json_file)) {
167 if (!base::VerifyPathControlledByAdmin(json_file)) {
169 << json_file.value() << " and every directory in its path, "
184 JSONFileValueSerializer serializer(json_file);
186 ExtractExtensionPrefs(&serializer, json_file));
  /external/chromium_org/build/android/pylib/instrumentation/
json_perf_parser.py 147 def GetAverageRunInfoFromFile(json_file, name):
151 json_file: The path to a JSON file.
157 with open(json_file, 'r') as f:
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source_test.py 43 for name, json_file in names:
44 apis['api'][json_file] = json.dumps(_TEST_API_DATA[name])
  /external/chromium_org/cc/trees/
layer_tree_host_common_perftest.cc 43 base::FilePath json_file = test_data_dir.AppendASCII(name + ".json"); local
44 ASSERT_TRUE(base::ReadFileToString(json_file, &json_));
layer_tree_host_perftest.cc 130 base::FilePath json_file = test_data_dir.AppendASCII(name + ".json"); local
131 ASSERT_TRUE(base::ReadFileToString(json_file, &json_));
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 63 def ReadPages(cls, json_file):
64 """Return the list of URLs from the json_file.
69 with open(json_file) as f:
  /external/chromium_org/tools/android/adb_profile_chrome/
perf_controller.py 181 open(json_file_name, 'w') as json_file:
184 if subprocess.call(cmd, stdout=json_file, stderr=dev_null):
  /external/chromium_org/tools/perf/metrics/
speedindex_unittest.py 202 with open(file_path) as json_file:
203 raw_events = json.load(json_file)
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 201 def _LoadJSONFile(json_file):
202 with open(json_file, 'r') as f:
    [all...]

Completed in 675 milliseconds