Searched refs:json_path (Results 1 – 16 of 16) sorted by relevance
/third_party/googletest/googletest/test/ |
D | googletest-json-output-unittest.py | 756 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/ |
D | loader_windows.c | 116 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 …]
|
D | loader_windows.h | 51 LPSTR json_path, // JSON string to add to the list reg_data
|
/third_party/rust/crates/syn/codegen/src/ |
D | json.rs | 14 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/ |
D | perf.py | 86 json_path = api.flavor.device_path_join( 89 args.extend(['--outResultsFile', json_path])
|
D | skpbench.py | 145 json_path = api.path.join( 150 '--outfile', json_path
|
D | perf_skottietrace.py | 121 json_path = api.flavor.host_dirs.perf_data_dir.join( 125 api.file.write_text('write output JSON', json_path, json_contents)
|
D | perf_skottiewasm_lottieweb.py | 198 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/ |
D | skpbench.py | 110 json_path = api.path.join( 115 '--outfile', json_path
|
D | perf_skottietrace.py | 124 json_path = api.flavor.host_dirs.perf_data_dir.join( 132 """ % (json_path, perf_json))
|
D | perf_skottiewasm_lottieweb.py | 197 json_path = api.flavor.host_dirs.perf_data_dir.join( 205 """ % (json_path, perf_json))
|
D | perf.py | 322 json_path = api.flavor.device_path_join( 325 args.extend(['--outResultsFile', json_path])
|
/third_party/ejdb/src/jql/ |
D | README.md | 56 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/ |
D | gn_to_cmake.py | 726 json_path = sys.argv[1] 728 with open(json_path, 'r') as json_file:
|
/third_party/skia/gn/ |
D | gn_to_cmake.py | 729 json_path = sys.argv[1] 731 with open(json_path, 'r') as json_file:
|
/third_party/ejdb/ |
D | README.md | 233 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)...
|