Home
last modified time | relevance | path

Searched refs:json_path (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/test/test_tomllib/
H A Dtest_data.py24 json_path = p.with_suffix(".json") variable
26 text = json.loads(json_path.read_bytes().decode())
28 text = MissingFile(json_path)
/third_party/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py820 json_path = os.path.join(gtest_test_utils.GetTempDir(),
822 if os.path.isfile(json_path):
823 os.remove(json_path)
826 '%s=json:%s' % (GTEST_OUTPUT_FLAG, json_path),
841 self.assert_(not os.path.isfile(json_path))
863 json_path = os.path.join(gtest_test_utils.GetTempDir(),
868 [gtest_prog_path, '%s=json:%s' % (GTEST_OUTPUT_FLAG, json_path)] +
881 with open(json_path) as f:
/third_party/rust/crates/syn/codegen/src/
H A Djson.rs13 let json_path = workspace_path::get("syn.json"); in generate()
14 fs::write(json_path, j)?; in generate()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c121 LPSTR json_path, // JSON string to add to the list reg_data in windows_add_json_entry()
122 DWORD json_size, // size in bytes of json_path in windows_add_json_entry()
125 if (*reg_data && strstr(*reg_data, json_path)) { in windows_add_json_entry()
126 // Success. The json_path is already in the list. in windows_add_json_entry()
134 "windows_add_json_entry: Failed to allocate space for registry data for key %s", json_path); in windows_add_json_entry()
145 *total_size * 2, json_path); in windows_add_json_entry()
153 for (char *curr_filename = json_path; curr_filename[0] != '\0'; curr_filename += strlen(curr_filename) + 1) { in windows_add_json_entry()
581 char *json_path = NULL; in windows_read_manifest_from_d3d_adapters() local
670 void *buffer = loader_instance_heap_realloc(inst, json_path, json_path_size, full_info->output_value_size, in windows_read_manifest_from_d3d_adapters()
676 json_path in windows_read_manifest_from_d3d_adapters()
116 windows_add_json_entry(const struct loader_instance *inst, char **reg_data, PDWORD total_size, LPCSTR key_name, DWORD key_type, LPSTR json_path, DWORD json_size, VkResult *result) windows_add_json_entry() argument
[all...]
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc390 const std::string json_path = dir + "/" + name + ".json"; in WritePublicConfigs() local
391 if (IsFileExists(json_path)) { in WritePublicConfigs()
394 public_file.open(json_path, std::ios::out); in WritePublicConfigs()
500 const std::string json_path = dir + "/" + target_name + ".json"; in GeneratedInnerapiPublicInfo() local
501 if (IsFileExists(json_path)) { in GeneratedInnerapiPublicInfo()
504 public_file.open(json_path, std::ios::out); in GeneratedInnerapiPublicInfo()
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py291 json_path = os.path.join(basedir, 'out.json')
298 '--json-test-results', json_path,
314 'expected_test_results1.json', json_path, basedir)
319 json_path = os.path.join(basedir, 'out.json')
326 '--json-test-results', json_path,
337 'expected_test_results2.json', json_path, basedir)
/third_party/skia/infra/bots/recipes/
H A Dperf.py86 json_path = api.flavor.device_path_join(
89 args.extend(['--outResultsFile', json_path])
H A Dperf_skottietrace.py121 json_path = api.flavor.host_dirs.perf_data_dir.join(
125 api.file.write_text('write output JSON', json_path, json_contents)
H A Dskpbench.py145 json_path = api.path.join(
150 '--outfile', json_path
H A Dperf_skottiewasm_lottieweb.py198 json_path = api.flavor.host_dirs.perf_data_dir.join(
202 api.file.write_text('write output JSON', json_path, json_contents)
/third_party/skia/gn/
H A Dgn_to_cmake.py729 json_path = sys.argv[1]
731 with open(json_path, 'r') as json_file:

Completed in 9 milliseconds