/external/chromium_org/native_client_sdk/src/build_tools/ |
dsc2gyp.py | 369 outdir = os.path.dirname(options.output) 370 if not os.path.exists(outdir): 371 os.makedirs(outdir)
|
/external/lldb/scripts/Python/ |
build-swig-Python.sh | 341 if $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MMD -MF "${swig_depend_file}.tmp" -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" 349 $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" || exit $?
|
/external/chromium_org/courgette/ |
run_stress_test | 17 USAGE: $(basename ${0}) [-s] dir1 dir2 [outdir] 25 and bzipped patches against the likewise bsdiff patches. If outdir is
|
/external/chromium_org/tools/site_compare/commands/ |
maskmaker.py | 41 ["-o", "--outdir"], "Directory to store generated masks", metaname="DIR", 122 outdir = command["--outdir"] 140 mask_filename = drivers.windowing.URLtoFilename(url.url, outdir, ".bmp")
|
/external/srec/config/en.us/ |
Android.mk | 62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH) 73 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -outdir $(G2G_INSTALL_PATH)
|
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/ |
devsite_builder.py | 265 with open(os.path.join(self.outdir, '_book.yaml'), 'w') as out_f: 294 outfilename = os.path.join(self.outdir,
|
chromesite_builder.py | 203 # with open(os.path.join(self.outdir, '_book.yaml'), 'w') as out_f: 230 outfilename = os.path.join(self.outdir,
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 229 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, 235 '/out', outdir,
|
msvs_emulation.py | 231 '$(OutDir)\\': target_dir, [all...] |
/external/openssl/apps/ |
ca.c | 169 " -outdir dir - Where to put output certificates\n", 279 char *outdir=NULL; local 438 else if (strcmp(*argv,"-outdir") == 0) 441 outdir= *(++argv); 848 if ((outdir == NULL) && (req)) 851 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR)) 858 /* outdir is a directory spec, but access() for VMS demands a 860 if outdir is not a directory spec, and the fopen() or open() 869 if (access(outdir,R_OK|W_OK|X_OK) != 0) 871 if (_access(outdir,R_OK|W_OK|X_OK) != 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, 326 if outdir is None: 327 outdir = self.output_dir 328 elif not isinstance(outdir, str): 352 output_dir=outdir) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, 326 if outdir is None: 327 outdir = self.output_dir 328 elif not isinstance(outdir, str): 352 output_dir=outdir) [all...] |
/external/chromium_org/v8/tools/ |
run-deopt-fuzzer.py | 195 result.add_option("--outdir", help="Base directory with compile output", 349 shell_dir = os.path.join(workspace, options.outdir, mode) 352 shell_dir = os.path.join(workspace, options.outdir,
|
run-tests.py | 203 result.add_option("--outdir", help="Base directory with compile output", 452 shell_dir = os.path.join(workspace, options.outdir, mode) 455 shell_dir = os.path.join(workspace, options.outdir,
|
run_perf.py | 424 parser.add_option("--outdir", help="Base directory with compile output", 442 shell_dir = os.path.join(workspace, options.outdir, "Release") 444 shell_dir = os.path.join(workspace, options.outdir,
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 157 const std::string OutDir; 185 const std::string& outdir, 189 Ctx(nullptr), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) { 212 } else if (!OutDir.empty()) { 217 CREATEFN(*Opts.get(), PathConsumers, OutDir, PP); \ 691 ento::CreateAnalysisConsumer(const Preprocessor &pp, const std::string &outDir, 697 return new AnalysisConsumer(pp, outDir, opts, plugins);
|
/external/ltrace/testsuite/lib/ |
ltrace.exp | 126 global outdir 145 #log_file -a "$outdir/$tool.log"
|
/external/wpa_supplicant_8/hs20/server/ca/ |
setup.sh | 28 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -batch -keyfile rootCA/private/cakey.pem -passin pass:$PASS -selfsign -extensions v3_ca -outdir rootCA/newcerts -infiles rootCA/careq.pem || fail "Failed to sign Root CA certificate"
|
/external/srec/tools/grxmlcompile/ |
grxmlcompile.cpp | 153 printf("USAGE: -par <par file> -grxml <grxml grammar file> -vocab <dictionary file (.ok)> [-outdir <output directory>]\n"); 163 std::string outdir("."); // default output dir is current directory 195 else if(!strcmp(argv[i],"-outdir")) 196 outdir = std::string(argv[++i]); 236 std::string grxmlbase = outdir + "/" + ExtractFileName(grxmlfile); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja.py | 509 outdir, output, vars, flags = self.msvs_settings.GetIdlBuildData( 511 outdir = self.GypPathToNinja(outdir) 513 path = os.path.join(outdir, path) 521 vars = [(name, fix_path(value, outdir)) for name, value in vars] 523 vars.append(('outdir', outdir)) [all...] |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |