/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.cc | 37 namespace test { namespace 74 uint16_t latency, uint16_t timeout, uint16_t min_ce_len, in L2CA_UpdateBleConnParams() 107 uint16_t latency, uint16_t timeout) { in l2cble_process_conn_update_evt() 129 uint16_t latency, uint16_t timeout) { in l2cble_process_rc_param_request_evt() 182 uint16_t max_latency, uint16_t cont_num, uint16_t timeout) { in L2CA_SubrateRequest() 189 uint16_t timeout) { in l2cble_process_subrate_change_evt()
|
D | mock_bta_dm_api.cc | 38 namespace test { namespace 92 namespace test { namespace 163 uint16_t max_latency, uint16_t cont_num, uint16_t timeout) { in BTA_DmBleSubrateRequest() 169 uint16_t latency, uint16_t timeout, uint16_t min_ce_len, in BTA_DmBleUpdateConnectionParams()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 603 struct timeval timeout; in msg_loop() local 770 struct timeval timeout; in sendmsg_test() local 871 struct timeval timeout; in forever_ping_pong() local 953 static int run_options(struct sockmap_options *options, int cg_fd, int test) in run_options() 1309 static char *test_to_str(int test) in test_to_str() 1376 static int __test_exec(int cgrp, int test, struct sockmap_options *opt) in __test_exec() 1841 struct _test test[] = { variable 1963 int test = SELFTESTS; in main() local
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib582.c | 126 struct timeval *timeout = userp; in curlTimerCallback() local 168 static int getMicroSecondTimeout(struct timeval *timeout) in getMicroSecondTimeout() 221 CURLcode test(char *URL) in test() function 230 struct timeval timeout = {-1, 0}; in test() local
|
H A D | lib530.c | 153 struct timeval *timeout = userp; in curlTimerCallback() local 200 static int getMicroSecondTimeout(struct timeval *timeout) in getMicroSecondTimeout() 264 struct timeval timeout = {-1, 0}; in testone() local 367 CURLcode test(char *URL) in test() function
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Fence.cpp | 46 angle::Result FenceNV::test(const Context *context, GLboolean *outResult) in test() function in gl::FenceNV 107 GLuint64 timeout, in clientWait() 114 angle::Result Sync::serverWait(const Context *context, GLbitfield flags, GLuint64 timeout) in serverWait()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/select/ |
H A D | select03.c | 22 static struct timeval timeout = {.tv_sec = 0, .tv_usec = 100000}; variable 32 struct timeval **timeout; member 118 static struct tst_test test = { variable
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NoisyDryRunTest.java | 108 long timeout = currentTimeMillis() + mTimeoutMilliSec; in checkFileWithTimeout() local 265 public void testStarted(TestDescription test) { in testStarted() 270 public void testFailed(TestDescription test, String trace) { in testFailed() 275 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded()
|
/aosp_15_r20/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config.py | 120 runargs=(), timeout=None): argument 143 timeout=None): argument 364 def porttest_match(test, provides): argument 611 def check_test(i, test): argument 628 def check_subtest(i, test): argument
|
/aosp_15_r20/external/webrtc/test/ |
H A D | call_test.cc | 33 namespace test { namespace 89 void CallTest::RunBaseTest(BaseTest* test) { in RunBaseTest() 728 BaseTest::BaseTest(TimeDelta timeout) : RtpRtcpObserver(timeout) {} in BaseTest() 819 SendTest::SendTest(TimeDelta timeout) : BaseTest(timeout) {} in SendTest() 827 EndToEndTest::EndToEndTest(TimeDelta timeout) : BaseTest(timeout) {} in EndToEndTest()
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | event.h | 173 const std::chrono::time_point<Clock, Duration>& timeout) { in wait_until() 209 const std::chrono::time_point<Clock, Duration>& timeout) const { in wait_until() 213 bool Event::test() const { in test() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Fence11.cpp | 78 angle::Result FenceNV11::test(const gl::Context *context, GLboolean *outFinished) in test() function in rx::FenceNV11 143 GLuint64 timeout, in clientWait() 213 angle::Result Sync11::serverWait(const gl::Context *context, GLbitfield flags, GLuint64 timeout) in serverWait()
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
H A D | WatchUidRunner.java | 150 public void expect(int cmd, String procState, long timeout) { in expect() 175 public void waitFor(int cmd, long timeout) { in waitFor() 195 public void waitFor(int cmd, String procState, long timeout) { in waitFor() 202 public void waitFor(int cmd, String procState, Integer capability, long timeout) { in waitFor() 232 @Nullable WatchUidPredicate failurePredicate, long timeout) { in waitFor() 385 public boolean test(String[] line) { in test() method in WatchUidRunner.WatchUidPredicate
|
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/ |
H A D | BlockJUnit4ClassRunner.java | 304 Object test; in methodBlock() local 333 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 344 Object test, Statement next) { in possiblyExpectingExceptions() 358 Object test, Statement next) { in withPotentialTimeout() 359 long timeout = getTimeout(method.getAnnotation(Test.class)); in withPotentialTimeout() local
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | mainloop.py | 58 def timeout(self): member in ExceptionForwardingMainLoop 84 def __init__(self, test, main_loop, **kwargs): argument 132 def timeout(self): member in GenericTesterMainLoop
|
/aosp_15_r20/external/bc/scripts/ |
H A D | afl.py | 52 def check_crash(exebase, out, error, file, type, test): argument 76 def run_test(cmd, exebase, tout, indata, out, file, type, test, environ=None): argument 146 timeout = 2.5 variable
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_universal_plane.c | 66 functional_test_init(functional_test_t *test, igt_output_t *output, enum pipe pipe) in functional_test_init() 101 functional_test_fini(functional_test_t *test, igt_output_t *output) in functional_test_fini() 132 functional_test_t test = { .data = data }; in functional_test_pipe() local 309 sanity_test_init(sanity_test_t *test, igt_output_t *output, enum pipe pipe) in sanity_test_init() 340 sanity_test_fini(sanity_test_t *test, igt_output_t *output) in sanity_test_fini() 361 sanity_test_t test = { .data = data }; in sanity_test_pipe() local 438 pageflip_test_init(pageflip_test_t *test, igt_output_t *output, enum pipe pipe) in pageflip_test_init() 459 pageflip_test_fini(pageflip_test_t *test, igt_output_t *output) in pageflip_test_fini() 471 pageflip_test_t test = { .data = data }; in pageflip_test_pipe() local 473 struct timeval timeout = { .tv_sec = 0, .tv_usec = 500 }; in pageflip_test_pipe() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | telnetlib.py | 200 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 223 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 297 def read_until(self, match, timeout=None): argument 588 def expect(self, list, timeout=None): argument 651 def test(): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | telnetlib.py | 200 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 223 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 297 def read_until(self, match, timeout=None): argument 588 def expect(self, list, timeout=None): argument 651 def test(): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | telnetlib.py | 200 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 223 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 297 def read_until(self, match, timeout=None): argument 588 def expect(self, list, timeout=None): argument 651 def test(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | telnetlib.py | 200 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 223 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 297 def read_until(self, match, timeout=None): argument 588 def expect(self, list, timeout=None): argument 651 def test(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | telnetlib.py | 200 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 223 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 297 def read_until(self, match, timeout=None): argument 588 def expect(self, list, timeout=None): argument 651 def test(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | telnetlib.py | 200 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 223 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 297 def read_until(self, match, timeout=None): argument 588 def expect(self, list, timeout=None): argument 651 def test(): function
|
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 82 public static void initialize(AbstractLauncherUiTest test) throws Exception { in initialize() 182 String message, Function<LAUNCHER_TYPE, Boolean> condition, long timeout) { in waitForLauncherCondition() 207 long timeout) { in waitForLauncherCondition()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
H A D | bbr_sender_test.cc | 44 namespace test { namespace 540 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(10); in TEST_F() local 612 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(10); in TEST_F() local 674 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(10); in TEST_F() local 739 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(12); in TEST_F() local 765 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(5); in TEST_F() local 803 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(5); in TEST_F() local 1079 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(12); in TEST_F() local 1127 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(5); in TEST_F() local 1175 const QuicTime::Delta timeout = QuicTime::Delta::FromSeconds(5); in TEST_F() local [all …]
|