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

  /external/toolchain-utils/android_bench_suite/
fix_json.py 38 json_path = os.path.join(config.bench_suite_dir, bench + '_refined')
42 '-o=' + json_path, '-f'
49 json_path += '.json'
50 with open(json_path) as fout:
55 with open(json_path, 'w') as fout:
  /toolchain/benchmark/
fix_json.py 38 json_path = os.path.join(config.bench_suite_dir, bench + '_refined')
42 '-o=' + json_path, '-f'
49 json_path += '.json'
50 with open(json_path) as fout:
55 with open(json_path, 'w') as fout:
  /development/vndk/tools/definition-tool/tests/
test_module_info.py 22 json_path = os.path.join(SCRIPT_DIR, 'testdata', 'test_module_info',
24 m = ModuleInfo.load_from_path_or_default(json_path)
  /external/lisa/tests/lisa/
test_wlgen_perf.py 29 json_path = os.path.join(self.host_out_dir, 'performance.json')
31 with open(json_path) as fh:
test_wlgen_rtapp.py 40 json_path = os.path.join(rta_wload.run_dir, rta_wload.json)
41 return '{} {} 2>&1'.format(rta_path, json_path)
253 json_path = os.path.join(os.getenv('LISA_HOME'),
258 rtapp.conf(kind='custom', params=json_path, duration=5,
  /external/chromium-trace/catapult/devil/devil/utils/
zip_utils.py 79 json_path = os.path.join(tmpdir, 'zip_spec.json')
80 with open(json_path, 'w') as json_file:
84 '--zip-spec', json_path])
  /external/skia/infra/bots/recipes/
skpbench.py 94 json_path = api.path.join(
99 '--outfile', json_path
perf.py 288 json_path = api.flavor.device_path_join(
291 args.extend(['--outResultsFile', json_path])
  /external/skqp/infra/bots/recipes/
skpbench.py 94 json_path = api.path.join(
99 '--outfile', json_path
perf.py 285 json_path = api.flavor.device_path_join(
288 args.extend(['--outResultsFile', json_path])
  /external/tensorflow/tensorflow/contrib/tpu/profiler/
dump_tpu_profile.cc 71 string json_path = JoinPath(run_dir, kJsonTraceFileName); local
77 WriteGzippedDataToFile(json_path, TraceEventsToJson(trace)));
78 *os << "Dumped JSON trace data to " << json_path << std::endl;
  /external/vulkan-validation-layers/loader/
loader.c 420 LPSTR json_path, // JSON string to add to the list reg_data
421 DWORD json_size, // size in bytes of json_path
427 "loaderAddJsonEntry: Failed to allocate space for registry data for key %s", json_path);
438 json_path);
446 for (char *curr_filename = json_path; curr_filename[0] != '\0'; curr_filename += strlen(curr_filename) + 1) {
    [all...]

Completed in 1379 milliseconds