Searched refs:outpath (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Programs/ |
D | _freeze_importlib.c | 35 char *inpath, *outpath, *code_name; in main() local 51 outpath = argv[2]; in main() 110 outfile = fopen(outpath, "w"); in main() 112 fprintf(stderr, "cannot open '%s' for writing\n", outpath); in main() 136 fprintf(stderr, "error when writing to '%s'\n", outpath); in main()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 56 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/skqp/tools/lua/ |
D | gradients.py | 11 def create_database(inpath, outpath): argument 12 with sqlite3.connect(outpath) as conn: 47 create_database(args.inpath, args.outpath);
|
/external/skia/tools/lua/ |
D | gradients.py | 11 def create_database(inpath, outpath): argument 12 with sqlite3.connect(outpath) as conn: 47 create_database(args.inpath, args.outpath);
|
/external/scapy/.appveyor/ |
D | InstallWindump.ps1 | 12 param([string]$zipfile, [string]$outpath) in Unzip() 14 [System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath) in Unzip()
|
/external/capstone/bindings/python/ |
D | setup.py | 101 outpath = os.path.join(SRC_DIR, os.path.basename(filename)) 102 log.info("%s -> %s" % (filename, outpath)) 103 shutil.copy(filename, outpath)
|
/external/python/cpython2/Lib/plat-mac/ |
D | applesingle.py | 107 def decode(infile, outpath, resonly=False, verbose=False): argument 132 asfile.tofile(outpath, resonly=resonly)
|
/external/python/cpython3/Tools/i18n/ |
D | pygettext.py | 486 outpath = '' variable in main.Options 528 options.outpath = arg 612 if options.outpath: 613 options.outfile = os.path.join(options.outpath, options.outfile)
|
/external/python/cpython2/Tools/i18n/ |
D | pygettext.py | 528 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/ |
D | main.py | 997 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)
|