Home
last modified time | relevance | path

Searched refs:waits (Results 1 – 25 of 133) sorted by relevance

123456

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.cpp162 cl_int NDRangeKernelAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, … in Execute() argument
165 …EnqueueNDRangeKernel( queue, mKernel, 1, NULL, threads, mLocalThreads, numWaits, waits, outEvent ); in Execute()
211 cl_int ReadBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_… in Execute() argument
213 …= clEnqueueReadBuffer( queue, mBuffer, CL_FALSE, 0, mSize, mOutBuffer, numWaits, waits, outEvent ); in Execute()
224 cl_int WriteBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_ev… in Execute() argument
226 … clEnqueueWriteBuffer( queue, mBuffer, CL_FALSE, 0, mSize, mOutBuffer, numWaits, waits, outEvent ); in Execute()
243 cl_int MapBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_even… in Execute() argument
247 …ueueMapBuffer( queue, mBuffer, CL_FALSE, CL_MAP_READ, 0, mSize, numWaits, waits, outEvent, &error … in Execute()
265 cl_int UnmapBufferAction::Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_ev… in Execute() argument
267 cl_int error = clEnqueueUnmapMemObject( queue, mBuffer, mMappedPtr, numWaits, waits, outEvent ); in Execute()
[all …]
Daction_classes.h33 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event…
56 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
82 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
94 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
109 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
123 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
139 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
155 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
171 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
187 …virtual cl_int Execute( cl_command_queue queue, cl_uint numWaits, cl_event *waits, cl_event *ou…
[all …]
/external/grpc-grpc/tools/run_tests/python_utils/
Dstart_port_server.py84 waits = 0
86 if waits > 10:
114 waits += 1
118 waits += 1
/external/igt-gpu-tools/tests/i915/
Dgem_eio.c883 } 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/
Dcontrol9 This test logs in and waits forever (or until exit flag is seen).
17 This test logs in and waits forever (or until the exit flag is seen).
/external/igt-gpu-tools/tests/vc4_ci/
Dvc4.testlist4 igt@vc4_dmabuf_poll@poll-read-waits-until-write-done
5 igt@vc4_dmabuf_poll@poll-write-waits-until-write-done
/external/iw/
Devent.c693 const int n_waits, const __u32 *waits, in __do_listen_events() argument
707 if (n_waits && waits) { in __do_listen_events()
708 wait_ev.cmds = waits; in __do_listen_events()
726 const int n_waits, const __u32 *waits) in listen_events() argument
734 return __do_listen_events(state, n_waits, waits, NULL); in listen_events()
Diw.h127 const int n_waits, const __u32 *waits);
130 const int n_waits, const __u32 *waits,
/external/autotest/client/tests/profiler_test/
Dcontrol8 Tests a profiler (adds it, starts it, waits a couple of seconds then it
/external/curl/docs/cmdline-opts/
Dftp-ssl-ccc-mode.d10 the server. The active mode initiates the shutdown and waits for a reply from
/external/tensorflow/tensorflow/lite/micro/testing/
Dbluepill.robot12 …[Documentation] Runs a Bluepill test and waits for a specific string on the semihosting …
/external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/
Dcontrol16 run the internal test suite. It then waits for a successful run to complete.
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
Dcontrol.bvt18 This test opens a new browser to the given URL and waits for the specified
Dcontrol17 This test opens a new browser to the given URL and waits for the specified
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RefMerge.pbtxt24 `Merge` waits for at least one of the tensors in `inputs` to become available.
Dapi_def_Merge.pbtxt23 `Merge` waits for at least one of the tensors in `inputs` to become available.
Dapi_def_Unbatch.pbtxt6 asynchronously waits until the values become available from a concurrently
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_annotate_wait_on/
Dformat18 print fmt: "driver=%s timeline=%s context=%u seqno=%u waits on driver=%s timeline=%s context=%u seq…
/external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/
Dcontrol17 The length of time the test waits can be configured by passing in a
/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
/external/autotest/client/site_tests/desktopui_GmailLatency/
Dcontrol19 waits for the test to complete.
/external/iputils/doc/
Darping.sgml61 option, <command/arping/ waits for
150 packet are sent, it waits either for
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.s.waitcnt.ll17 ; Test that the intrinsic is merged with automatically generated waits and
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.s.waitcnt.ll16 ; Test that the intrinsic is merged with automatically generated waits and
/external/python/cpython3/Doc/library/
Drandom.rst473 waits = [start - arrival for arrival, start in zip(arrivals, starts)]
474 print(f'Mean wait: {mean(waits):.1f}. Stdev wait: {stdev(waits):.1f}.')
475 print(f'Median wait: {median(waits):.1f}. Max wait: {max(waits):.1f}.')

123456