Home
last modified time | relevance | path

Searched refs:json_path (Results 1 – 16 of 16) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-json-output-unittest.py756 json_path = os.path.join(gtest_test_utils.GetTempDir(),
758 if os.path.isfile(json_path):
759 os.remove(json_path)
762 '%s=json:%s' % (GTEST_OUTPUT_FLAG, json_path),
777 self.assert_(not os.path.isfile(json_path))
799 json_path = os.path.join(gtest_test_utils.GetTempDir(),
804 [gtest_prog_path, '%s=json:%s' % (GTEST_OUTPUT_FLAG, json_path)] +
817 with open(json_path) as f:
/third_party/vulkan-loader/loader/
Dloader_windows.c116 LPSTR json_path, // JSON string to add to the list reg_data in windows_add_json_entry() argument
120 if (*reg_data && strstr(*reg_data, json_path)) { in windows_add_json_entry()
129 … "windows_add_json_entry: Failed to allocate space for registry data for key %s", json_path); in windows_add_json_entry()
140 *total_size * 2, json_path); in windows_add_json_entry()
148 …for (char *curr_filename = json_path; curr_filename[0] != '\0'; curr_filename += strlen(curr_filen… in windows_add_json_entry()
575 char *json_path = NULL; in windows_read_manifest_from_d3d_adapters() local
662 …void *buffer = loader_instance_heap_realloc(inst, json_path, json_path_size, full_info->output_val… in windows_read_manifest_from_d3d_adapters()
668 json_path = buffer; in windows_read_manifest_from_d3d_adapters()
673 … WideCharToMultiByte(CP_UTF8, 0, curr_path, -1, json_path, (int)json_path_size, NULL, NULL); in windows_read_manifest_from_d3d_adapters()
677 … windows_add_json_entry(inst, reg_data, reg_data_size, (LPCTSTR)L"EnumAdapters", REG_SZ, json_path, in windows_read_manifest_from_d3d_adapters()
[all …]
Dloader_windows.h51 LPSTR json_path, // JSON string to add to the list reg_data
/third_party/rust/crates/syn/codegen/src/
Djson.rs14 let json_path = codegen_root.join("../syn.json"); in generate() localVariable
15 fs::write(json_path, j)?; in generate()
/third_party/skia/infra/bots/recipes/
Dperf.py86 json_path = api.flavor.device_path_join(
89 args.extend(['--outResultsFile', json_path])
Dskpbench.py145 json_path = api.path.join(
150 '--outfile', json_path
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)
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/flutter/skia/infra/bots/recipes/
Dskpbench.py110 json_path = api.path.join(
115 '--outfile', json_path
Dperf_skottietrace.py124 json_path = api.flavor.host_dirs.perf_data_dir.join(
132 """ % (json_path, perf_json))
Dperf_skottiewasm_lottieweb.py197 json_path = api.flavor.host_dirs.perf_data_dir.join(
205 """ % (json_path, perf_json))
Dperf.py322 json_path = api.flavor.device_path_join(
325 args.extend(['--outResultsFile', json_path])
/third_party/ejdb/src/jql/
DREADME.md56 ORDERBY = { 'asc' | 'desc' } PLACEHOLDER | json_path
60 PROJECTION = 'all' | json_path
65 * `json_path`: Simplified JSON pointer. Eg.: `/foo/bar` or `/foo/"bar with spaces"/`
440 PROJECTION = 'all' | json_path | join_clause
579 ORDERBY = ({ 'asc' | 'desc' } PLACEHOLDER | json_path)...
/third_party/flutter/skia/gn/
Dgn_to_cmake.py726 json_path = sys.argv[1]
728 with open(json_path, 'r') as json_file:
/third_party/skia/gn/
Dgn_to_cmake.py729 json_path = sys.argv[1]
731 with open(json_path, 'r') as json_file:
/third_party/ejdb/
DREADME.md233 ORDERBY = { 'asc' | 'desc' } PLACEHOLDER | json_path
237 PROJECTION = 'all' | json_path
242 * `json_path`: Simplified JSON pointer. Eg.: `/foo/bar` or `/foo/"bar with spaces"/`
617 PROJECTION = 'all' | json_path | join_clause
756 ORDERBY = ({ 'asc' | 'desc' } PLACEHOLDER | json_path)...