Home
last modified time | relevance | path

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

12345

/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/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/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_Merge.pbtxt23 `Merge` waits for at least one of the tensors in `inputs` to become available.
Dapi_def_RefMerge.pbtxt24 `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/ftrace_reader/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/server/site_tests/platform_CryptohomeSyncStressServer/
Dcontrol13 This test logs in, waits a random interval between 0 and 120s, then
/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/python/cpython3/Doc/library/
Drandom.rst456 waits = [start - arrival for arrival, start in zip(arrivals, starts)]
457 print(f'Mean wait: {mean(waits):.1f}. Stdev wait: {stdev(waits):.1f}.')
458 print(f'Median wait: {median(waits):.1f}. Max wait: {max(waits):.1f}.')
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.s.waitcnt.ll16 ; Test that the intrinsic is merged with automatically generated waits and
/external/ltp/testcases/kernel/controllers/memctl/
DREADME38 waits for the return status from tasks and reports test pass/fail accordingly.
/external/ltp/testcases/kernel/controllers/io-throttle/
DREADME42 etc. It waits for the return status from tasks and reports test pass/fail
/external/fio/
Diolog.c353 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ in read_iolog2() local
368 reads = writes = waits = 0; in read_iolog2()
441 waits++; in read_iolog2()
484 if (!reads && !writes && !waits) in read_iolog2()
/external/ltp/testcases/realtime/
D00_Descriptions.txt160 starts running is noted. Each of the worker thread then waits on same
173 the thread2 waits for thread1 to initialize, notes the time and sends
/external/ltp/testcases/kernel/controllers/cpuctl/
DREADME43 in different groups to run at the same time. It waits for the return status from
/external/honggfuzz/docs/
DExternalFuzzerUsage.md18 1. honggfuzz waits for the external fuzzer to terminate

12345