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

  /external/chromium_org/tools/perf/measurements/
screenshot.py 35 outpath = os.path.abspath(
38 if os.path.exists(outpath):
39 previous_mtime = os.path.getmtime(outpath)
43 screenshot.WritePngFile(outpath)
46 if os.path.exists(outpath) and os.path.getmtime(outpath) > previous_mtime:
skpicture_printer.py 37 outpath = os.path.abspath(
39 js = _JS.format(outpath.replace('\\', '\\\\'))
41 pictures = glob.glob(os.path.join(outpath, '*.skp'))
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 45 outpath = os.path.join(BUILD_DIR, outfile)
47 if not os.path.exists(outpath) or cpptime > os.path.getmtime(outpath):
59 return outpath
  /pdk/apps/CameraITS/tools/
run_all_tests.py 50 outpath = os.path.join(outdir,testname+"_stdout.txt")
53 with open(outpath,"w") as fout, open(errpath,"w") as ferr:
  /external/chromium_org/third_party/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/webrtc/src/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_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 411 def OutputFile(outpath, snippet):
413 out = file(outpath, 'w')
416 print 'Output ' + os.path.normpath(outpath)
427 outpath = os.path.join(outdir, original_filename)
429 outpath = original_path
430 out = file(outpath, 'w')
437 print 'Output ' + os.path.normpath(outpath)
453 outpath = GetPath(os.path.join(outdir, JS_FILENAME))
460 OutputFile(outpath, snippet)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 40 outpath = 'BenchmarkPlots';
41 [status, errMsg] = mkdir(outpath);
146 casesPsnr = plotOnePsnr(casesPsnr, i, export, outpath);
152 casesSSIM = plotOneSSIM(casesSSIM, i, export, outpath);
161 casesSpeed = plotOneSpeed(casesSpeed, i, export, outpath);
171 function casesOut = plotOnePsnr(cases, num, export, outpath)
229 exportName = [outpath '/psnr-' res '-' frRate];
239 function casesOut = plotOneSSIM(cases, num, export, outpath)
300 exportName = [outpath '/psnr-' res '-' frRate];
310 function casesOut = plotOneSpeed(cases, num, export, outpath)
    [all...]
  /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)
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 97 outpath = os.path.join(relpath, 'make.exe')
100 outpath = outpath.replace(os.path.sep, '\\')
101 fp.write('@%s %%*\n' % outpath)
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 942 outpath = os.path.join(opts.build_root, subpath) variable
    [all...]

Completed in 1157 milliseconds