Home
last modified time | relevance | path

Searched refs:executables (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/external/angle/build/rust/
Drust_unit_tests_group.gni7 # 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/
Ddeploying-bigtrace-on-a-single-machine.md7 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/
Dhlo_metadata_test.cc51 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()
Dmultithreaded_compilation_test.cc71 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/
DCMakeLists.txt1 set(executables variable
5 foreach(exe IN LISTS executables)
11 install(TARGETS ${executables}
/external/mbedtls/programs/aes/
DCMakeLists.txt1 set(executables variable
5 foreach(exe IN LISTS executables)
11 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/cipher/
DCMakeLists.txt1 set(executables variable
5 foreach(exe IN LISTS executables)
11 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/aes/
DCMakeLists.txt1 set(executables variable
5 foreach(exe IN LISTS executables)
11 install(TARGETS ${executables}
/external/mbedtls/programs/random/
DCMakeLists.txt1 set(executables variable
6 foreach(exe IN LISTS executables)
12 install(TARGETS ${executables}
/external/mbedtls/programs/hash/
DCMakeLists.txt1 set(executables variable
7 foreach(exe IN LISTS executables)
13 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/random/
DCMakeLists.txt1 set(executables variable
6 foreach(exe IN LISTS executables)
12 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/hash/
DCMakeLists.txt1 set(executables variable
7 foreach(exe IN LISTS executables)
13 install(TARGETS ${executables}
/external/mbedtls/programs/util/
DCMakeLists.txt5 set(executables variable
10 foreach(exe IN LISTS executables)
16 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/util/
DCMakeLists.txt5 set(executables variable
10 foreach(exe IN LISTS executables)
16 install(TARGETS ${executables}
/external/angle/build/config/nacl/
Drules.gni13 # 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/
DCMakeLists.txt5 set(executables variable
14 foreach(exe IN LISTS executables)
22 install(TARGETS ${executables}
/external/mbedtls/programs/x509/
DCMakeLists.txt5 set(executables variable
14 foreach(exe IN LISTS executables)
22 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/ssl/
DCMakeLists.txt7 set(executables variable
31 foreach(exe IN LISTS executables)
56 list(APPEND executables ssl_pthread_server)
59 install(TARGETS ${executables}
/external/mbedtls/programs/ssl/
DCMakeLists.txt8 set(executables variable
32 foreach(exe IN LISTS executables)
57 list(APPEND executables ssl_pthread_server)
60 install(TARGETS ${executables}
/external/mbedtls/programs/psa/
DCMakeLists.txt1 set(executables variable
28 foreach(exe IN LISTS executables)
41 install(TARGETS ${executables}
/external/openthread/third_party/mbedtls/repo/programs/psa/
DCMakeLists.txt1 set(executables variable
29 foreach(exe IN LISTS executables)
42 install(TARGETS ${executables}
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc139 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 …]
Ddumped_computation_to_operation_list.cc90 auto executables = in RealMain() local
93 CHECK_EQ(executables.size(), 1); in RealMain()
94 const HloModule& module = executables[0]->module(); in RealMain()
Ddumped_computation_to_text.cc67 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/
Ddocs.rst9 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.

12345678910>>...32