Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/cu2qu/
Dcli.py139 output_paths = [
144 output_paths = [options.output_file]
147 output_paths = [None] * len(options.infiles)
157 for ufo, output_path in zip(ufos, output_paths):
164 for input_path, output_path in zip(options.infiles, output_paths):
174 pool.starmap(func, zip(options.infiles, output_paths))
176 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.py562 output_paths=None, force=False, argument
576 if not output_paths:
580 output_paths = list(output_paths or [])
586 output_paths += [options.depfile]
595 WriteDepfile(options.depfile, output_paths[0], all_depfile_deps,
603 output_paths=output_paths,