Searched refs:outpath (Results 1 - 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/test/ |
H A D | apmtest.m | 56 outpath = [filepath 'output/']; 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 outfil [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
H A D | test_perfdiag.py | 131 outpath = self.CreateTempFile() 133 self.RunGsUtil(['perfdiag', '-o', outpath, '-n', '1', '-t', 'lat', 135 self.RunGsUtil(['perfdiag', '-i', outpath])
|
/external/opencv3/samples/tapi/ |
H A D | tvl1_optical_flow.cpp | 107 string outpath = cmd.get<string>("o"); local 225 imwrite(outpath, show_flow);
|
/external/llvm/utils/llvm-build/llvmbuild/ |
H A D | main.py | 997 outpath = os.path.join(opts.build_root, subpath) variable 998 result = configutil.configure_file(inpath, outpath, substitutions) 1000 note("configured file %r hasn't changed" % outpath)
|
Completed in 963 milliseconds