Home
last modified time | relevance | path

Searched refs:outpath (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/lua/
Dgradients.py11 def create_database(inpath, outpath): argument
12 with sqlite3.connect(outpath) as conn:
47 create_database(args.inpath, args.outpath);
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m56 outpath = [filepath 'output/']; variable
130 outpathtest = [outpath testdir];
169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ...
203 opt = [opt ' ' outpath vadoutfile];
205 opt = [opt ' --vad_out_file ' outpath vadoutfile];
242 command = [progname ' -o ' outpath outfile ' ' opt];
257 command = [progname inputCmd ' -o ' outpath outfile ' ' opt];
268 equal_to_ref = are_files_equal([outpath vadoutfile], ...
276 [equal_to_ref, diffvector] = are_files_equal([outpath outfile], ...
291 [outpath outfile], diffvector);
[all …]
/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py107 def decode(infile, outpath, resonly=False, verbose=False): argument
132 asfile.tofile(outpath, resonly=resonly)
/external/python/cpython2/Tools/i18n/
Dpygettext.py528 outpath = '' variable in main.Options
570 options.outpath = arg
651 if options.outpath:
652 options.outfile = os.path.join(options.outpath, options.outfile)
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py997 outpath = os.path.join(opts.build_root, subpath)
998 result = configutil.configure_file(inpath, outpath, substitutions)
1000 note("configured file %r hasn't changed" % outpath)