Home
last modified time | relevance | path

Searched refs:Executable (Results 1 – 25 of 169) sorted by relevance

1234567

/external/llvm/unittests/Support/
DProgramTest.cpp210 std::string Executable = in TEST_F() local
213 Executable.c_str(), in TEST_F()
223 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0, in TEST_F()
242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0, in TEST_F()
268 std::string Executable = in TEST_F() local
271 Executable.c_str(), in TEST_F()
282 ExecuteAndWait(Executable, argv, getEnviron(), nullptr, /*secondsToWait=*/1, 0, in TEST_F()
288 std::string Executable = "i_dont_exist"; in TEST() local
289 const char *argv[] = { Executable.c_str(), nullptr }; in TEST()
294 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0, in TEST()
[all …]
/external/clang/lib/Driver/
DJob.cpp31 const char *Executable, const ArgStringList &Arguments, in Command() argument
33 : Source(Source), Creator(Creator), Executable(Executable), in Command()
132 Out.push_back(Executable); in buildArgvForResponseFile()
140 Out.push_back(Executable); in buildArgvForResponseFile()
159 printArg(OS, Executable, /*Quote=*/true); in Print()
236 Argv.push_back(Executable); in Execute()
240 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr, in Execute()
267 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr, in Execute()
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java29 import java.lang.reflect.Executable;
207 Executable invoked = findTargetMethod(invokedMethod); in queueUpBridgeMethodIfNeeded()
260 private boolean isVisibleToLambdaClass(Executable invoked, String owner) { in isVisibleToLambdaClass()
274 private Executable findTargetMethod(Handle invokedMethod) throws ClassNotFoundException { in findTargetMethod()
462 methodReference, (Executable) null, methodReference); in noBridge()
465 Handle methodReference, Executable referenced, Handle bridgeMethod) { in bridge()
474 @Nullable public abstract Executable referenced(); in referenced()
/external/clang/include/clang/Driver/
DJob.h51 const char *Executable; variable
85 Command(const Action &Source, const Tool &Creator, const char *Executable,
114 const char *getExecutable() const { return Executable; } in getExecutable()
/external/eigen/
DCOPYING.MPL220 the notice in Exhibit A, the Executable Form of such Source Code
34 1.6. "Executable Form"
170 3.2. Distribution of Executable Form
172 If You distribute Covered Software in Executable Form then:
176 the Executable Form how they can obtain a copy of such Source Code
180 (b) You may distribute such Executable Form under the terms of this
182 license for the Executable Form does not attempt to limit or alter
DNOTICE20 the notice in Exhibit A, the Executable Form of such Source Code
34 1.6. "Executable Form"
170 3.2. Distribution of Executable Form
172 If You distribute Covered Software in Executable Form then:
176 the Executable Form how they can obtain a copy of such Source Code
180 (b) You may distribute such Executable Form under the terms of this
182 license for the Executable Form does not attempt to limit or alter
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dmpl-v11.txt26 1.5. "Executable" means Covered Code in any form other than Source
64 compilation and installation of an Executable, or source code
161 either on the same media as an Executable version or via an accepted
163 Executable version available; and if made available via Electronic
178 Executable version or related documentation in which You describe the
230 3.6. Distribution of Executable Versions.
231 You may distribute Covered Code in Executable form only if the
237 in any notice in an Executable version, related documentation or
239 Covered Code. You may distribute the Executable version of Covered
243 Executable version does not attempt to limit or alter the recipient's
[all …]
/external/llvm/test/tools/llvm-readobj/
Dgnu-phdrs.test18 ELF32: Elf file type is EXEC (Executable file)
49 ELF64: Elf file type is EXEC (Executable file)
Dmacho-universal-x86_64.i386.test20 MULTIHEADER: FileType: Executable (0x2)
39 MULTIHEADER: FileType: Executable (0x2)
/external/spirv-llvm/tools/llvm-spirv/
DAndroid.bp18 // Executable llvm-spirv
/external/autotest/client/deps/glbench/
DUSAGE_glbench13 Executable options
/external/protobuf/cmake/
Dprotobuf-module.cmake.in125 # Set the protoc Executable
/external/swiftshader/third_party/LLVM/
DMakefile.config.in108 # Executable file extension for build platform (mainly for
283 # Executable file extension for host platform.
/external/caliper/lib/
Djersey-core-1.11.jar.txt17 1.4. "Executable" means the Covered Software in any form other than
32 1.9. "Modifications" means the Source Code and Executable form of any of
45 1.10. "Original Software" means the Source Code and Executable form of
133 Executable form must also be made available in Source Code form and that
138 in Executable form as to how they can obtain such Covered Software in
172 3.5. Distribution of Executable Versions.
174 You may distribute the Executable form of the Covered Software under the
178 for the Executable form does not attempt to limit or alter the
180 this License. If You distribute the Covered Software in Executable form
Djsr311-api-1.1.1.jar.txt17 1.4. "Executable" means the Covered Software in any form other than
32 1.9. "Modifications" means the Source Code and Executable form of any of
45 1.10. "Original Software" means the Source Code and Executable form of
133 Executable form must also be made available in Source Code form and that
138 in Executable form as to how they can obtain such Covered Software in
172 3.5. Distribution of Executable Versions.
174 You may distribute the Executable form of the Covered Software under the
178 for the Executable form does not attempt to limit or alter the
180 this License. If You distribute the Covered Software in Executable form
Djersey-client-1.11.jar.txt17 1.4. "Executable" means the Covered Software in any form other than
32 1.9. "Modifications" means the Source Code and Executable form of any of
45 1.10. "Original Software" means the Source Code and Executable form of
133 Executable form must also be made available in Source Code form and that
138 in Executable form as to how they can obtain such Covered Software in
172 3.5. Distribution of Executable Versions.
174 You may distribute the Executable form of the Covered Software under the
178 for the Executable form does not attempt to limit or alter the
180 this License. If You distribute the Covered Software in Executable form
/external/googletest/googletest/docs/
DV1_5_XcodeGuide.md56 # Set Up the Executable Run Environment #
58 …g the "DYLD\_FRAMEWORK\_PATH" environment variable in the "Edit Active Executable ..." Arguments t…
DXcodeGuide.md56 # Set Up the Executable Run Environment #
58 …g the "DYLD\_FRAMEWORK\_PATH" environment variable in the "Edit Active Executable ..." Arguments t…
DV1_6_XcodeGuide.md56 # Set Up the Executable Run Environment #
58 …g the "DYLD\_FRAMEWORK\_PATH" environment variable in the "Edit Active Executable ..." Arguments t…
DV1_7_XcodeGuide.md56 # Set Up the Executable Run Environment #
58 …g the "DYLD\_FRAMEWORK\_PATH" environment variable in the "Edit Active Executable ..." Arguments t…
/external/fmtlib/
DREADME.rst157 * `readpe <https://bitbucket.org/sys_dev/readpe>`_: Read Portable Executable
331 Method Compile Time, s Executable size, KiB Stripped size, KiB
347 Method Compile Time, s Executable size, KiB Stripped size, KiB
/external/nanopb-c/extra/
DFindNanopb.cmake200 # Find the protoc Executable
/external/llvm/docs/
DCompilerWriterInfo.rst146 * `Executable File Format library <http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/>`_
/external/llvm/lib/Support/Unix/
DProgram.inc186 *ErrMsg = std::string("Executable \"") + Program.str() +
/external/ltp/doc/testcases/
Dnetwork.txt262 * initate a build. Executable will print hello world when executed

1234567