/external/cronet/stable/testing/scripts/ |
D | run_performance_tests.py | 336 output_paths, argument 357 command = command_generator.generate(output_paths.benchmark_path) 364 stdoutfile=output_paths.logs) 366 with open(output_paths.logs, 'w') as handle: 373 (output_paths.name, e)) 375 if (not os.path.exists(output_paths.perf_results) 376 and os.path.exists(output_paths.logs)): 382 output_paths.logs) 383 with open(output_paths.perf_results, 'w') as fh: 388 if os.path.exists(output_paths.perf_results): [all …]
|
/external/cronet/tot/testing/scripts/ |
D | run_performance_tests.py | 336 output_paths, argument 357 command = command_generator.generate(output_paths.benchmark_path) 364 stdoutfile=output_paths.logs) 366 with open(output_paths.logs, 'w') as handle: 373 (output_paths.name, e)) 375 if (not os.path.exists(output_paths.perf_results) 376 and os.path.exists(output_paths.logs)): 382 output_paths.logs) 383 with open(output_paths.perf_results, 'w') as fh: 388 if os.path.exists(output_paths.perf_results): [all …]
|
/external/cronet/stable/build/android/gyp/util/ |
D | md5_check.py | 30 output_paths=None, argument 46 if not output_paths: 50 output_paths = list(output_paths or []) 59 output_paths=output_paths, 68 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 75 output_paths=None, argument 102 assert record_path or output_paths 105 output_paths = output_paths or [] 106 record_path = record_path or output_paths[0] + '.md5.stamp' 127 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)] [all …]
|
D | md5_check_test.py | 52 output_paths = None 57 output_paths = [output_file1.name] 81 output_paths=output_paths,
|
/external/cronet/tot/build/android/gyp/util/ |
D | md5_check.py | 30 output_paths=None, argument 46 if not output_paths: 50 output_paths = list(output_paths or []) 59 output_paths=output_paths, 68 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 75 output_paths=None, argument 102 assert record_path or output_paths 105 output_paths = output_paths or [] 106 record_path = record_path or output_paths[0] + '.md5.stamp' 127 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)] [all …]
|
D | md5_check_test.py | 52 output_paths = None 57 output_paths = [output_file1.name] 81 output_paths=output_paths,
|
/external/angle/build/android/gyp/util/ |
D | md5_check.py | 30 output_paths=None, argument 46 if not output_paths: 50 output_paths = list(output_paths or []) 59 output_paths=output_paths, 68 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 75 output_paths=None, argument 102 assert record_path or output_paths 105 output_paths = output_paths or [] 106 record_path = record_path or output_paths[0] + '.md5.stamp' 128 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)]
|
D | md5_check_test.py | 51 output_paths = None 56 output_paths = [output_file1.name] 73 output_paths=output_paths,
|
/external/fonttools/Lib/fontTools/cu2qu/ |
D | cli.py | 159 output_paths = [ 163 output_paths = [options.output_file] 166 output_paths = [None] * len(options.infiles) 179 for ufo, output_path in zip(ufos, output_paths): 186 for input_path, output_path in zip(options.infiles, output_paths): 195 pool.starmap(func, zip(options.infiles, output_paths)) 197 for input_path, output_path in zip(options.infiles, output_paths):
|
/external/fonttools/Lib/fontTools/qu2cu/ |
D | cli.py | 107 output_paths = [ 111 output_paths = [options.output_file] 113 output_paths = [ 124 for input_path, output_path in zip(options.infiles, output_paths):
|
/external/libchrome/build/android/gyp/util/ |
D | md5_check_test.py | 41 output_paths = None 46 output_paths = [output_file1.name] 63 output_paths=output_paths,
|
D | md5_check.py | 23 output_paths=None, force=False, pass_changes=False): argument 45 assert record_path or output_paths 48 output_paths = output_paths or [] 49 record_path = record_path or output_paths[0] + '.md5.stamp' 67 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)]
|
D | build_utils.py | 555 output_paths=None, force=False, argument 569 if not output_paths: 573 output_paths = list(output_paths or []) 579 output_paths += [options.depfile] 588 WriteDepfile(options.depfile, output_paths[0], all_depfile_deps, 596 output_paths=output_paths,
|
/external/angle/build/android/gyp/ |
D | prepare_resources.py | 166 output_paths = [ 204 output_paths=output_paths,
|
D | compile_java.py | 637 output_paths = [options.jar_path] 640 output_paths.append(jar_info_path) 644 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 647 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 668 output_paths=output_paths,
|
D | dex.py | 498 output_paths = [options.output] 504 output_paths += final_dex_inputs 571 output_paths=output_paths,
|
/external/cronet/stable/build/android/gyp/ |
D | prepare_resources.py | 166 output_paths = [ 204 output_paths=output_paths,
|
D | compile_java.py | 849 output_paths = [options.jar_path] 851 output_paths += [options.jar_path + '.info'] 862 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 870 output_paths=output_paths,
|
D | dex.py | 485 output_paths = [options.output] 491 output_paths += final_dex_inputs 558 output_paths=output_paths,
|
/external/cronet/tot/build/android/gyp/ |
D | prepare_resources.py | 166 output_paths = [ 204 output_paths=output_paths,
|
D | compile_java.py | 849 output_paths = [options.jar_path] 851 output_paths += [options.jar_path + '.info'] 862 action_helpers.write_depfile(options.depfile, output_paths[0], depfile_deps) 870 output_paths=output_paths,
|
D | dex.py | 485 output_paths = [options.output] 491 output_paths += final_dex_inputs 558 output_paths=output_paths,
|
/external/cronet/stable/build/android/pylib/utils/ |
D | app_bundle_utils.py | 193 output_paths=[bundle_apks_path])
|
/external/cronet/tot/build/android/pylib/utils/ |
D | app_bundle_utils.py | 193 output_paths=[bundle_apks_path])
|
/external/angle/build/android/pylib/utils/ |
D | app_bundle_utils.py | 193 output_paths=[bundle_apks_path])
|