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

1 2 3

  /system/core/tzdatacheck/
Android.mk 6 # Executable
  /external/llvm/unittests/Support/
ProgramTest.cpp 172 std::string Executable =
175 Executable.c_str(),
188 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, &envp[0], nullptr, 0,
207 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, &envp[0], nullptr, 0,
233 std::string Executable =
236 Executable.c_str(),
250 ExecuteAndWait(Executable, argv, &envp[0], nullptr, /*secondsToWait=*/1, 0,
256 std::string Executable = "i_dont_exist";
257 const char *argv[] = { Executable.c_str(), nullptr };
262 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0
    [all...]
  /system/core/logwrapper/
Android.mk 30 # Executable
  /external/clang/lib/Driver/
Job.cpp 34 Executable(_Executable), Arguments(_Arguments),
126 Out.push_back(Executable);
134 Out.push_back(Executable);
153 PrintArg(OS, Executable, /*Quote=*/true);
159 Args = ArrayRef<const char *>(ArgsRespFile).slice(1); // no executable name
222 Argv.push_back(Executable);
226 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr,
253 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr,
  /frameworks/native/cmds/installd/
Android.mk 7 # Static library used in testing and executable
24 # Executable
  /external/clang/include/clang/Driver/
Job.h 68 /// Command - An executable path/name and argument vector to
77 /// The executable to run.
78 const char *Executable;
81 /// argument, which will be the executable).
133 const char *getExecutable() const { return Executable; }
  /frameworks/compile/mclinker/tools/mcld/
Android.mk 36 # Executable for the device
86 # Executable for the host
  /external/eigen/lapack/
clacgv.f 97 * .. Executable Statements ..
cladiv.f 87 * .. Executable Statements ..
dladiv.f 110 * .. Executable Statements ..
dlapy2.f 89 * .. Executable Statements ..
dlapy3.f 92 * .. Executable Statements ..
sladiv.f 110 * .. Executable Statements ..
slapy2.f 89 * .. Executable Statements ..
slapy3.f 92 * .. Executable Statements ..
zlacgv.f 97 * .. Executable Statements ..
zladiv.f 87 * .. Executable Statements ..
dlamch.f 92 * .. Executable Statements ..
179 * .. Executable Statements ..
slamch.f 96 * .. Executable Statements ..
182 * .. Executable Statements ..
ilaclc.f 102 * .. Executable Statements ..
ilaclr.f 102 * .. Executable Statements ..
iladlc.f 102 * .. Executable Statements ..
iladlr.f 102 * .. Executable Statements ..
  /external/cblas/testing/
c_dblat1.f 20 * .. Executable Statements ..
76 * .. Executable Statements ..
114 * .. Executable Statements ..
201 * .. Executable Statements ..
338 * .. Executable Statements ..
471 * .. Executable Statements ..
628 * .. Executable Statements ..
670 * .. Executable Statements ..
684 * .. Executable Statements ..
707 * .. Executable Statements .
    [all...]
c_sblat1.f 20 * .. Executable Statements ..
76 * .. Executable Statements ..
114 * .. Executable Statements ..
201 * .. Executable Statements ..
338 * .. Executable Statements ..
471 * .. Executable Statements ..
628 * .. Executable Statements ..
670 * .. Executable Statements ..
684 * .. Executable Statements ..
707 * .. Executable Statements .
    [all...]

Completed in 511 milliseconds

1 2 3