/external/OpenCL-CTS/test_conformance/events/ |
D | action_classes.cpp | 178 cl_event *waits, cl_event *outEvent) in Execute() argument 183 numWaits, waits, outEvent); in Execute() 234 cl_event *waits, cl_event *outEvent) in Execute() argument 237 mOutBuffer, numWaits, waits, outEvent); in Execute() 250 cl_event *waits, cl_event *outEvent) in Execute() argument 253 mOutBuffer, numWaits, waits, outEvent); in Execute() 272 cl_event *waits, cl_event *outEvent) in Execute() argument 277 mSize, numWaits, waits, outEvent, &error); in Execute() 297 cl_event *waits, cl_event *outEvent) in Execute() argument 300 waits, outEvent); in Execute() [all …]
|
D | action_classes.h | 34 cl_event *waits, cl_event *outEvent) = 0; 59 cl_event *waits, cl_event *outEvent); 86 cl_event *waits, cl_event *outEvent); 99 cl_event *waits, cl_event *outEvent); 115 cl_event *waits, cl_event *outEvent); 130 cl_event *waits, cl_event *outEvent); 147 cl_event *waits, cl_event *outEvent); 164 cl_event *waits, cl_event *outEvent); 181 cl_event *waits, cl_event *outEvent); 198 cl_event *waits, cl_event *outEvent); [all …]
|
/external/rust/crates/tokio/src/process/unix/ |
D | orphan.rs | 191 let waits = self.total_waits.get(); in try_wait() localVariable 193 let ret = if self.num_wait_until_status == waits { in try_wait() 203 self.total_waits.set(waits + 1); in try_wait() 263 let waits = orphan.total_waits.clone(); in no_reap_if_no_signal_received() localVariable 267 assert_eq!(waits.get(), 0); in no_reap_if_no_signal_received() 270 assert_eq!(waits.get(), 0); in no_reap_if_no_signal_received() 274 assert_eq!(waits.get(), 1); in no_reap_if_no_signal_received() 285 let waits = orphan.total_waits.clone(); in no_reap_if_signal_lock_held() localVariable 289 assert_eq!(waits.get(), 0); in no_reap_if_signal_lock_held() 309 let waits = orphan.total_waits.clone(); in does_not_register_signal_if_queue_empty() localVariable [all …]
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | start_port_server.py | 84 waits = 0 86 if waits > 10: 114 waits += 1 118 waits += 1
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | start_port_server.py | 93 waits = 0 95 if waits > 10: 123 waits += 1 127 waits += 1
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_eio.c | 883 } waits[] = { variable 890 for (i = 0; i < sizeof(waits) / sizeof(waits[0]); i++) { 891 igt_subtest_f("wait-%s", waits[i].name) 892 test_wait(fd, 0, waits[i].wait); 894 igt_subtest_f("wait-wedge-%s", waits[i].name) 895 test_wait(fd, TEST_WEDGE, waits[i].wait); 897 igt_subtest_f("in-flight-%s", waits[i].name) 898 test_inflight(fd, waits[i].wait); 900 igt_subtest_f("in-flight-contexts-%s", waits[i].name) 901 test_inflight_contexts(fd, waits[i].wait); [all …]
|
/external/autotest/client/site_tests/desktopui_SimpleLogin/ |
D | control | 9 This test logs in and waits forever (or until exit flag is seen). 18 This test logs in and waits forever (or until the exit flag is seen).
|
/external/igt-gpu-tools/tests/vc4_ci/ |
D | vc4.testlist | 4 igt@vc4_dmabuf_poll@poll-read-waits-until-write-done 5 igt@vc4_dmabuf_poll@poll-write-waits-until-write-done
|
/external/google-breakpad/docs/ |
D | exception_handling.md | 26 In-process exception handling Breakpad creates a 'handler head' that waits 62 The server registers asynchronous waits on these events with the `ClientInfo` 66 the event, it waits for two objects: 1. the `dump_generated` event 1. the 122 `CRASH_DUMP_REQUEST` message to server and waits for response 1. Server inspects
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/opdefs/ |
D | tf_jitrt_ops.td | 173 let summary = "waits for the completion of all compilation tasks"; 175 `tf_jitrt.test.wait_for_compilation` waits for the completion of all 200 pool, i.e., it waits for the completion of all compilation tasks and
|
/external/curl/docs/cmdline-opts/ |
D | ftp-ssl-ccc-mode.d | 15 the server. The active mode initiates the shutdown and waits for a reply from
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RefMerge.pbtxt | 24 `Merge` waits for at least one of the tensors in `inputs` to become available.
|
D | api_def_Merge.pbtxt | 23 `Merge` waits for at least one of the tensors in `inputs` to become available.
|
D | api_def_Unbatch.pbtxt | 6 asynchronously waits until the values become available from a concurrently
|
/external/python/bumble/docs/mkdocs/src/examples/ |
D | index.md | 49 A simple GATT client that either connects to another BLE device or waits for a connection, then dum… 52 A simple GATT server that either connects to another BLE device or waits for connections.
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_annotate_wait_on/ |
D | format | 18 print fmt: "driver=%s timeline=%s context=%u seqno=%u waits on driver=%s timeline=%s context=%u seq…
|
/external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/ |
D | control | 21 run the internal test suite. It then waits for a successful run to complete.
|
/external/ltp/testcases/kernel/device-drivers/rtc/ |
D | README | 11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
|
/external/crosvm/docs/book/src/devices/ |
D | vhost_user.md | 17 First, start vhost-user block backend with `crosvm devices` command, which waits for a vmm process
|
/external/iw/ |
D | iw.h | 193 const int n_waits, const __u32 *waits); 196 const int n_waits, const __u32 *waits,
|
D | event.c | 1392 const int n_waits, const __u32 *waits, in __do_listen_events() argument 1408 if (n_waits && waits) { in __do_listen_events() 1409 wait_ev.cmds = waits; in __do_listen_events() 1429 const int n_waits, const __u32 *waits) in listen_events() argument 1437 return __do_listen_events(state, n_waits, waits, 0, NULL, NULL); in listen_events()
|
/external/iputils/doc/ |
D | arping.sgml | 61 option, <command/arping/ waits for 150 packet are sent, it waits either for
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.s.waitcnt.ll | 16 ; Test that the intrinsic is merged with automatically generated waits and
|
/external/python/pyserial/documentation/ |
D | examples.rst | 67 the connection is terminated it waits for the next connect. 108 the connection is terminated it waits for the next connect. 176 supported. When the connection is terminated, it waits for the next connect.
|
/external/python/bumble/docs/mkdocs/src/apps_and_tools/ |
D | link_relay.md | 20 When running, the link relay waits for connections on its listening port.
|