/external/llvm/unittests/Support/ |
D | ProgramTest.cpp | 210 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ProgramTest.cpp | 201 std::string Executable = in TEST_F() local 203 StringRef argv[] = {Executable, in TEST_F() 211 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() 230 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() 256 std::string Executable = in TEST_F() local 259 Executable, "--gtest_filter=ProgramEnvTest.TestExecuteAndWaitTimeout"}; in TEST_F() 267 ExecuteAndWait(Executable, argv, getEnviron(), {}, /*secondsToWait=*/1, 0, in TEST_F() 273 std::string Executable = "i_dont_exist"; in TEST() local 274 StringRef argv[] = {Executable}; in TEST() 279 int RetCode = ExecuteAndWait(Executable, argv, llvm::None, {}, 0, 0, &Error, in TEST() [all …]
|
/external/clang/lib/Driver/ |
D | Job.cpp | 31 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/tensorflow/tensorflow/compiler/xla/service/ |
D | llvm_compiler.cc | 32 StatusOr<std::vector<std::unique_ptr<Executable>>> 41 StatusOr<std::vector<std::unique_ptr<Executable>>> LLVMCompiler::Compile( in Compile() 57 std::vector<std::unique_ptr<Executable>> result; in Compile() 69 TF_ASSIGN_OR_RETURN(std::unique_ptr<Executable> executable, in Compile()
|
D | compilation_cache.h | 41 ExecutionHandle Insert(std::unique_ptr<Executable> executable); 45 StatusOr<std::shared_ptr<Executable>> LookUp( 53 absl::flat_hash_map<CacheKey, std::shared_ptr<Executable>> cache_
|
D | hlo_runner.h | 127 StatusOr<Literal> Execute(std::unique_ptr<Executable> executable, 131 StatusOr<Literal> Execute(std::unique_ptr<Executable> executable, 151 Executable* executable, 156 Executable* executable, 162 StatusOr<std::unique_ptr<Executable>> CreateExecutable(
|
D | executable.cc | 32 StatusOr<std::vector<ScopedShapedBuffer>> Executable::ExecuteOnStreams( in ExecuteOnStreams() 63 StatusOr<ScopedShapedBuffer> Executable::ExecuteOnStreamWrapper( in ExecuteOnStreamWrapper() 146 int64 Executable::SizeInBytes() { return -1; } in SizeInBytes()
|
D | service.h | 233 StatusOr<std::unique_ptr<Executable>> BuildExecutable( 241 StatusOr<std::vector<std::unique_ptr<Executable>>> BuildExecutables( 252 Executable* executable, 261 absl::Span<Executable* const> executables,
|
D | executable.h | 61 class Executable { 63 explicit Executable( in Executable() function 73 virtual ~Executable() {} in ~Executable()
|
D | compilation_cache.cc | 41 std::unique_ptr<Executable> executable) { in Insert() 54 StatusOr<std::shared_ptr<Executable>> CompilationCache::LookUp( in LookUp()
|
D | compiler.h | 169 virtual StatusOr<std::unique_ptr<Executable>> RunBackend( 175 virtual StatusOr<std::vector<std::unique_ptr<Executable>>> 189 virtual StatusOr<std::vector<std::unique_ptr<Executable>>> Compile(
|
D | hlo_runner.cc | 173 std::unique_ptr<Executable> executable, in Execute() 186 StatusOr<Literal> HloRunner::Execute(std::unique_ptr<Executable> executable, in Execute() 212 TF_ASSIGN_OR_RETURN(std::unique_ptr<Executable> executable, in ExecuteWithDeviceBuffers() 239 Executable* executable, in ExecuteWithDeviceBuffers() 258 Executable* executable, in ExecuteWithDeviceBuffers() 276 std::unique_ptr<Executable> executable, in ExecuteReplicated() 426 StatusOr<std::unique_ptr<Executable>> HloRunner::CreateExecutable( in CreateExecutable()
|
D | llvm_compiler.h | 77 StatusOr<std::vector<std::unique_ptr<Executable>>> RunBackendOnModuleGroup( 82 StatusOr<std::vector<std::unique_ptr<Executable>>> Compile(
|
D | service.cc | 346 StatusOr<std::vector<std::unique_ptr<Executable>>> Service::BuildExecutables( in BuildExecutables() 378 std::vector<std::unique_ptr<Executable>> executables, in BuildExecutables() 395 absl::Span<Executable* const> executables, in ExecuteParallelAndRegisterResult() 518 Executable* executable, in ExecuteAndRegisterResult() 685 TF_ASSIGN_OR_RETURN(std::vector<std::unique_ptr<Executable>> executables, in ExecuteGraphParallel() 689 std::vector<Executable*> executable_ptrs; in ExecuteGraphParallel() 741 Executable* executable = executable_ptrs[i]; in ExecuteGraphParallel() 783 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( in BuildExecutable() 799 TF_ASSIGN_OR_RETURN(std::unique_ptr<Executable> executable, in BuildExecutable() 843 std::unique_ptr<Executable> executable, in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | compiler.cc | 112 StatusOr<std::unique_ptr<Executable>> InterpreterCompiler::RunBackend( in RunBackend() 129 std::unique_ptr<Executable> executable = in RunBackend() 136 StatusOr<std::vector<std::unique_ptr<Executable>>> 145 StatusOr<std::vector<std::unique_ptr<Executable>>> InterpreterCompiler::Compile( in Compile() 150 return std::vector<std::unique_ptr<Executable>>(); in Compile() 167 std::vector<std::unique_ptr<Executable>> ret; in Compile()
|
D | compiler.h | 54 StatusOr<std::unique_ptr<Executable>> RunBackend( 57 StatusOr<std::vector<std::unique_ptr<Executable>>> RunBackendOnModuleGroup( 62 StatusOr<std::vector<std::unique_ptr<Executable>>> Compile(
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | local_client.h | 50 Executable* executable() const { return executable_.get(); } in executable() 57 LocalExecutable(std::unique_ptr<Executable> executable, Backend* backend, 95 std::unique_ptr<Executable> executable_;
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | buffer_comparator.h | 53 std::unique_ptr<Executable> exec, in F16BufferComparator() 64 std::unique_ptr<Executable> exec_;
|
/external/clang/include/clang/Driver/ |
D | Job.h | 51 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/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_reflectionmodel_comparators_MethodComparator.txt | 8 Line 18) o1.getParameters() ==> java.lang.reflect.Executable.getParameters() 9 Line 18) o2.getParameters() ==> java.lang.reflect.Executable.getParameters()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | LambdaDesugaring.java | 30 import java.lang.reflect.Executable; 237 Executable invoked = findTargetMethod(invokedMethod); in queueUpBridgeMethodIfNeeded() 304 private boolean isVisibleToLambdaClass(Executable invoked, String owner) { in isVisibleToLambdaClass() 318 private Executable findTargetMethod(Handle invokedMethod) throws ClassNotFoundException { in findTargetMethod() 691 methodReference, (Executable) null, methodReference); in noBridge() 695 Handle methodReference, Executable referenced, Handle bridgeMethod) { in bridge() 705 public abstract Executable referenced(); in referenced()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | codegen_test_base.h | 32 StatusOr<std::unique_ptr<Executable>> CompileToExecutable(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-ranges-baseaddr-exe.s | 4 ## Executable binary for test produced from object built in
|
/external/eigen/ |
D | COPYING.MPL2 | 20 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
|
D | NOTICE | 20 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
|