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

  /external/chromium_org/tools/perf/measurements/
skpicture_printer.py 27 outpath = os.path.abspath(
31 js = _JS.format(outpath.replace('\\', '\\\\'))
33 results.Add('output_path', 'path', outpath)
  /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
  /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 427 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)
  /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 887 outpath = os.path.join(opts.build_root, subpath) variable
    [all...]

Completed in 434 milliseconds