HomeSort by relevance Sort by last modified time
    Searched refs:Exec (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Tools/Scripts/
parallelcl 13 sub Exec($);
32 Exec("\"$clexe\" \"" . join('" "', @ARGV) . "\"");
183 Exec "\"$clexe\" \@\"$winTmpFile\"";
189 sub Exec($)
193 print STDERR "Exec($command)\n" if $debug;
195 exec($command);
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 42 Exec,
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 37 VALUE Service-Type Exec-User 7
dictionary 103 ATTRIBUTE Exec-Program 1038 string
104 ATTRIBUTE Exec-Program-Wait 1039 string
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 39 Exec,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 44 LinkerConfig::Exec == m_Config.codeGenType() ||
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/skia/legacy/src/xml/
SkJS.cpp 138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
  /external/skia/src/xml/
SkJS.cpp 138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 138 case LinkerConfig::Exec:
ELFObjectWriter.cpp 120 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec;
215 case LinkerConfig::Exec:
447 LinkerConfig::Exec == pConfig.codeGenType()) {
488 LinkerConfig::Exec == pConfig.codeGenType()) {
ELFReader.cpp 266 return Input::Exec;
775 return Input::Exec;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
26 esd_args="$esd_args --exec-prefix=$esd_exec_prefix"
  /frameworks/compile/libbcc/lib/Support/
LinkerConfig.cpp 76 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec);
158 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec);
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 64 LinkerConfig::Exec == m_Config.codeGenType() ||
214 if (LinkerConfig::Exec == m_Config.codeGenType())
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 69 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec);
151 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec);
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 725 std::string Exec;
744 // Full path to the binary. We need to cd to the exec directory because
745 // there is a dylib there that the exec expects to find in the CWD
747 Exec = "cd ";
748 Exec += env_pwd;
749 Exec += "; ./";
750 Exec += OutputBinary.c_str();
751 ProgramArgs.push_back(Exec.c_str());
    [all...]
  /external/v8/test/mjsunit/regress/
regress-52801.js 56 // Exec
60 re.exec(str);
64 re.exec(str);
68 re.exec(str);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 175 case LinkerConfig::Exec:
683 case LinkerConfig::Exec:
702 case LinkerConfig::Exec:
781 case LinkerConfig::Exec:
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 231 pConfig.setCodeGenType(LinkerConfig::Exec);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 397 (LinkerConfig::Exec == m_Config.codeGenType() ||
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 282 case LinkerConfig::Exec: {
356 LinkerConfig::Exec == config().codeGenType()) {
    [all...]
  /external/v8/src/
jsregexp.h 77 static Handle<Object> Exec(Handle<JSRegExp> regexp,
    [all...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 536 milliseconds

1 2