/external/angle/build/rust/ |
D | rust_unit_tests_group.gni | 7 # This generates a script that wraps 1 or more Rust unit test executables. 14 # executables). 19 # executables. 24 # # run_foo_tests.bat on Windows) that wraps the executables containing 62 # executables. 82 "--rust-test-executables",
|
/external/perfetto/docs/deployment/ |
D | deploying-bigtrace-on-a-single-machine.md | 7 1. Running the Orchestrator and Worker executables manually 16 ## Running the Orchestrator and Worker executables manually 17 To manually run Bigtrace locally with the executables you must first build the executables before r… 19 ### Building the Orchestrator and Worker executables 25 ### Running the Orchestrator and Worker executables 26 Run the Orchestrator and Worker executables using command-line arguments:
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | hlo_metadata_test.cc | 51 auto executables, in TEST_F() 56 auto instruction = executables[0] in TEST_F() 75 auto executables, in TEST_F() 80 auto instruction = executables[0] in TEST_F()
|
D | multithreaded_compilation_test.cc | 71 std::vector<std::unique_ptr<Executable>> executables; in XLA_TEST_F() local 77 executables.push_back(std::move(executable)); in XLA_TEST_F() 93 for (const auto &exec : executables) { in XLA_TEST_F()
|
/external/mbedtls/programs/cipher/ |
D | CMakeLists.txt | 1 set(executables variable 5 foreach(exe IN LISTS executables) 11 install(TARGETS ${executables}
|
/external/mbedtls/programs/aes/ |
D | CMakeLists.txt | 1 set(executables variable 5 foreach(exe IN LISTS executables) 11 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/cipher/ |
D | CMakeLists.txt | 1 set(executables variable 5 foreach(exe IN LISTS executables) 11 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/aes/ |
D | CMakeLists.txt | 1 set(executables variable 5 foreach(exe IN LISTS executables) 11 install(TARGETS ${executables}
|
/external/mbedtls/programs/random/ |
D | CMakeLists.txt | 1 set(executables variable 6 foreach(exe IN LISTS executables) 12 install(TARGETS ${executables}
|
/external/mbedtls/programs/hash/ |
D | CMakeLists.txt | 1 set(executables variable 7 foreach(exe IN LISTS executables) 13 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/random/ |
D | CMakeLists.txt | 1 set(executables variable 6 foreach(exe IN LISTS executables) 12 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/hash/ |
D | CMakeLists.txt | 1 set(executables variable 7 foreach(exe IN LISTS executables) 13 install(TARGETS ${executables}
|
/external/mbedtls/programs/util/ |
D | CMakeLists.txt | 5 set(executables variable 10 foreach(exe IN LISTS executables) 16 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/util/ |
D | CMakeLists.txt | 5 set(executables variable 10 foreach(exe IN LISTS executables) 16 install(TARGETS ${executables}
|
/external/angle/build/config/nacl/ |
D | rules.gni | 13 # executables: .nexe/.pexe/.bc executables to generate nmf for 19 assert(defined(invoker.executables), "Must define executables") 27 "executables", 54 sources = executables 100 # nexes listed in executables.
|
/external/openthread/third_party/mbedtls/repo/programs/x509/ |
D | CMakeLists.txt | 5 set(executables variable 14 foreach(exe IN LISTS executables) 22 install(TARGETS ${executables}
|
/external/mbedtls/programs/x509/ |
D | CMakeLists.txt | 5 set(executables variable 14 foreach(exe IN LISTS executables) 22 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
D | CMakeLists.txt | 7 set(executables variable 31 foreach(exe IN LISTS executables) 56 list(APPEND executables ssl_pthread_server) 59 install(TARGETS ${executables}
|
/external/mbedtls/programs/ssl/ |
D | CMakeLists.txt | 8 set(executables variable 32 foreach(exe IN LISTS executables) 57 list(APPEND executables ssl_pthread_server) 60 install(TARGETS ${executables}
|
/external/mbedtls/programs/psa/ |
D | CMakeLists.txt | 1 set(executables variable 28 foreach(exe IN LISTS executables) 41 install(TARGETS ${executables}
|
/external/openthread/third_party/mbedtls/repo/programs/psa/ |
D | CMakeLists.txt | 1 set(executables variable 29 foreach(exe IN LISTS executables) 42 install(TARGETS ${executables}
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 139 auto executables, in CompileExecutable() 141 TF_RET_CHECK(executables.size() == 1); in CompileExecutable() 142 return std::move(executables[0]); in CompileExecutable() 470 std::vector<StatusOr<std::unique_ptr<LocalExecutable>>> executables; in RealMain() local 479 executables.resize(snapshots.size()); in RealMain() 481 thread_pool.Schedule([&snapshots, &executables, client, i, &opts] { in RealMain() 482 executables[i] = CompileExecutable(snapshots[i], client, opts); in RealMain() 488 for (int64_t i = 0; i < executables.size(); ++i) { in RealMain() 489 if (!executables[i].ok()) { in RealMain() 490 LOG(ERROR) << "Compilation failed: " << executables[i].status() << ": " in RealMain() [all …]
|
D | dumped_computation_to_operation_list.cc | 90 auto executables = in RealMain() local 93 CHECK_EQ(executables.size(), 1); in RealMain() 94 const HloModule& module = executables[0]->module(); in RealMain()
|
D | dumped_computation_to_text.cc | 67 auto executables = in RealMain() local 70 CHECK_EQ(executables.size(), 1); in RealMain() 71 const HloModule& module = executables[0]->module(); in RealMain()
|
/external/pigweed/pw_target_runner/ |
D | docs.rst | 9 The target runner module implements a gRPC server designed to run executables 10 in parallel. These executables may be run directly on the host, or flashed to 16 executables among a pool of workers that run in parallel. This allows things 20 Additionally, the server allows many executables to be queued up at once and 28 some custom workers for the desired target to run passed executables.
|