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

1 2 3 4

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/
vaddr-1.d 8 Type: EXEC \(Executable file\)
  /system/core/tzdatacheck/
Android.mk 6 # Executable
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
elfedit-2.d 14 Type:[ \t]+EXEC \(Executable file\)
  /external/clang/lib/Driver/
Job.cpp 30 const char *Executable, const ArgStringList &Arguments,
32 : Source(Source), Creator(Creator), Executable(Executable),
131 Out.push_back(Executable);
139 Out.push_back(Executable);
158 printArg(OS, Executable, /*Quote=*/true);
164 Args = ArrayRef<const char *>(ArgsRespFile).slice(1); // no executable name
223 Argv.push_back(Executable);
227 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr,
254 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr
    [all...]
  /external/llvm/unittests/Support/
ProgramTest.cpp 210 std::string Executable =
213 Executable.c_str(),
223 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0,
242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0,
268 std::string Executable =
271 Executable.c_str(),
282 ExecuteAndWait(Executable, argv, getEnviron(), nullptr, /*secondsToWait=*/1, 0,
288 std::string Executable = "i_dont_exist";
289 const char *argv[] = { Executable.c_str(), nullptr };
294 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0
    [all...]
  /external/clang/include/clang/Driver/
Job.h 41 /// Command - An executable path/name and argument vector to
50 /// The executable to run.
51 const char *Executable;
54 /// argument, which will be the executable).
85 Command(const Action &Source, const Tool &Creator, const char *Executable,
114 const char *getExecutable() const { return Executable; }
  /system/core/logwrapper/
Android.mk 30 # Executable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
fdpic-stack-default.d 7 Elf file type is EXEC \(Executable file\)
fdpic-stack-set.d 7 Elf file type is EXEC \(Executable file\)
fdpic-stack-size.d 7 Elf file type is EXEC \(Executable file\)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-got-relocs.d 8 # Executable with got related relocs against global sysmbol gced.
gc-tls-relocs.d 9 # Executable with tls related relocs against global and local symbol gced.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-ie-8e1.d 9 # Executable with a single R_CRIS_32_IE, defined in the executable.
tls-gc-76.d 8 # Executable with a single R_CRIS_32_DTPREL, gc:ed away.
  /frameworks/native/cmds/installd/
Android.mk 7 # Static library used in testing and executable
25 # Executable
47 # OTA 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 ..

Completed in 409 milliseconds

1 2 3 4