Home
last modified time | relevance | path

Searched defs:Executable (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/tools/impl/
Dtest_runner.py80 class Executable(NamedTuple): class
117 def should_run_executable(executable: Executable, target_arch: Arch):
256 def is_emulated(target: TestTarget, executable: Executable) -> bool:
265 def get_test_timeout(target: TestTarget, executable: Executable):
274 def execute_test(target: TestTarget, executable: Executable):
326 executables: list[Executable],
354 def find_crosvm_binary(executables: list[Executable]):
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/utils/
DUtils.kt63 val Executable.descriptor: String constant
69 val Executable.readableDescriptor: String constant
/external/llvm/unittests/Support/
DProgramTest.cpp210 std::string Executable = in TEST_F() local
268 std::string Executable = in TEST_F() local
288 std::string Executable = "i_dont_exist"; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h235 explicit Executable(std::shared_ptr<HloModule> hlo_module) in Executable() function
239 explicit Executable( in Executable() function
/external/clang/include/clang/Driver/
DJob.h51 const char *Executable; variable
/external/clang/lib/Driver/
DJob.cpp31 const char *Executable, const ArgStringList &Arguments, in Command()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py450 Executable = _xla.Executable variable
/external/crosvm/src/
Dcrosvm.rs52 pub enum Executable { enum