HomeSort by relevance Sort by last modified time
    Searched refs:outpath (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/test/
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 outfile], diffvector)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_perfdiag.py 131 outpath = self.CreateTempFile()
133 self.RunGsUtil(['perfdiag', '-o', outpath, '-n', '1', '-t', 'lat',
135 self.RunGsUtil(['perfdiag', '-i', outpath])
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
112 outpath containing only the resource fork from infile.
113 Otherwise it will create an AppleDouble file at outpath
132 asfile.tofile(outpath, resonly=resonly)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
112 outpath containing only the resource fork from infile.
113 Otherwise it will create an AppleDouble file at outpath
132 asfile.tofile(outpath, resonly=resonly)
  /cts/apps/CameraITS/tools/
run_all_tests.py 147 outpath = os.path.join(outdir,testname+"_stdout.txt")
150 with open(outpath,"w") as fout, open(errpath,"w") as ferr:
  /external/opencv3/samples/tapi/
tvl1_optical_flow.cpp 107 string outpath = cmd.get<string>("o"); local
225 imwrite(outpath, show_flow);
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 997 outpath = os.path.join(opts.build_root, subpath) variable
    [all...]

Completed in 842 milliseconds