Searched refs:outpath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/perf/measurements/
H A Dskpicture_printer.py27 outpath = os.path.abspath(
31 js = _JS.format(outpath.replace('\\', '\\\\'))
33 results.Add('output_path', 'path', outpath)
/external/chromium_org/tools/win/link_limiter/
H A Dbuild_link_limiter.py45 outpath = os.path.join(BUILD_DIR, outfile)
47 if not os.path.exists(outpath) or cpptime > os.path.getmtime(outpath):
59 return outpath
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m56 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_org/tools/gen_keyboard_overlay_data/
H A Dgen_keyboard_overlay_data.py427 def OutputFile(outpath, snippet):
429 out = file(outpath, 'w')
432 print 'Output ' + os.path.normpath(outpath)
443 outpath = os.path.join(outdir, original_filename)
445 outpath = original_path
446 out = file(outpath, 'w')
453 print 'Output ' + os.path.normpath(outpath)
469 outpath = GetPath(os.path.join(outdir, JS_FILENAME))
476 OutputFile(outpath, snippet)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_make.py97 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/
H A Dmain.py887 outpath = os.path.join(opts.build_root, subpath) variable
888 result = configutil.configure_file(inpath, outpath, substitutions)
890 note("configured file %r hasn't changed" % outpath)

Completed in 1230 milliseconds