Home
last modified time | relevance | path

Searched refs:output_paths (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/stable/testing/scripts/
Drun_performance_tests.py336 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/
Drun_performance_tests.py336 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/
Dmd5_check.py30 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 …]
Dmd5_check_test.py52 output_paths = None
57 output_paths = [output_file1.name]
81 output_paths=output_paths,
/external/cronet/tot/build/android/gyp/util/
Dmd5_check.py30 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 …]
Dmd5_check_test.py52 output_paths = None
57 output_paths = [output_file1.name]
81 output_paths=output_paths,
/external/angle/build/android/gyp/util/
Dmd5_check.py30 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)]
Dmd5_check_test.py51 output_paths = None
56 output_paths = [output_file1.name]
73 output_paths=output_paths,
/external/fonttools/Lib/fontTools/cu2qu/
Dcli.py159 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/
Dcli.py107 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/
Dmd5_check_test.py41 output_paths = None
46 output_paths = [output_file1.name]
63 output_paths=output_paths,
Dmd5_check.py23 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)]
Dbuild_utils.py555 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/
Dprepare_resources.py166 output_paths = [
204 output_paths=output_paths,
Dcompile_java.py637 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,
Ddex.py498 output_paths = [options.output]
504 output_paths += final_dex_inputs
571 output_paths=output_paths,
/external/cronet/stable/build/android/gyp/
Dprepare_resources.py166 output_paths = [
204 output_paths=output_paths,
Dcompile_java.py849 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,
Ddex.py485 output_paths = [options.output]
491 output_paths += final_dex_inputs
558 output_paths=output_paths,
/external/cronet/tot/build/android/gyp/
Dprepare_resources.py166 output_paths = [
204 output_paths=output_paths,
Dcompile_java.py849 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,
Ddex.py485 output_paths = [options.output]
491 output_paths += final_dex_inputs
558 output_paths=output_paths,
/external/cronet/stable/build/android/pylib/utils/
Dapp_bundle_utils.py193 output_paths=[bundle_apks_path])
/external/cronet/tot/build/android/pylib/utils/
Dapp_bundle_utils.py193 output_paths=[bundle_apks_path])
/external/angle/build/android/pylib/utils/
Dapp_bundle_utils.py193 output_paths=[bundle_apks_path])

12