/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | cancel_after_invoke.cc | 37 void CancelAfterInvoke6(CoreEnd2endTest& test, in CancelAfterInvoke6() 39 Duration timeout) { in CancelAfterInvoke6() 63 void CancelAfterInvoke5(CoreEnd2endTest& test, in CancelAfterInvoke5() 65 Duration timeout) { in CancelAfterInvoke5() 87 void CancelAfterInvoke4(CoreEnd2endTest& test, in CancelAfterInvoke4() 89 Duration timeout) { in CancelAfterInvoke4() 110 void CancelAfterInvoke3(CoreEnd2endTest& test, in CancelAfterInvoke3() 112 Duration timeout) { in CancelAfterInvoke3()
|
/aosp_15_r20/prebuilts/misc/common/ub-uiautomator/ |
HD | ub-uiautomator.jar | ... .SearchCondition condition
long timeout
public android.support.test.uiautomator.UiObject2 getParent ()
android.view |
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/runners/ |
H A D | MethodRoadie.java | 27 private final Object test; field in MethodRoadie 32 …public MethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description)… in MethodRoadie() 46 long timeout = testMethod.getTimeout(); in run() local 57 private void runWithTimeout(final long timeout) { in runWithTimeout() 94 public void runBeforesThenTestThenAfters(Runnable test) { in runBeforesThenTestThenAfters()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | ordering.cpp | 99 …id total_store_order_test<store_order, load_order>::run(boost::posix_time::time_duration & timeout) in run() 232 boost::posix_time::time_duration timeout(0, 0, 10); in test_seq_cst() local 234 total_store_order_test<boost::memory_order_relaxed, boost::memory_order_relaxed> test; in test_seq_cst() local 255 …boost::posix_time::time_duration timeout = boost::posix_time::microseconds((long)(5.298 * avg_race… in test_seq_cst() local 259 total_store_order_test<boost::memory_order_seq_cst, boost::memory_order_seq_cst> test; in test_seq_cst() local
|
D | ordering_ref.cpp | 105 …id total_store_order_test<store_order, load_order>::run(boost::posix_time::time_duration & timeout) in run() 238 boost::posix_time::time_duration timeout(0, 0, 10); in test_seq_cst() local 240 total_store_order_test<boost::memory_order_relaxed, boost::memory_order_relaxed> test; in test_seq_cst() local 261 …boost::posix_time::time_duration timeout = boost::posix_time::microseconds((long)(5.298 * avg_race… in test_seq_cst() local 265 total_store_order_test<boost::memory_order_seq_cst, boost::memory_order_seq_cst> test; in test_seq_cst() local
|
/aosp_15_r20/art/test/testrunner/ |
H A D | testrunner.py | 96 timeout = 3600 # 60 minutes variable 100 timeout = 36000 variable 169 def wait(self, proc, timeout): argument 210 def send_csv_result(test, result): argument 615 def run_test(args, test, test_variant, test_name): argument 888 def is_test_disabled(test, variant_set): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | functional.py | 48 timeout=support.LOOPBACK_TIMEOUT, argument 71 timeout=support.LOOPBACK_TIMEOUT): argument 174 def __init__(self, test, sock, prog, timeout): argument 193 def __init__(self, test, sock, prog, timeout, max_clients): argument
|
D | test_ssl.py | 100 timeout=support.SHORT_TIMEOUT, argument 131 timeout=support.SHORT_TIMEOUT): argument 1436 async def test(): function 1465 async def test(ctx): function 1640 def __init__(self, test, sock, prog, timeout): argument 1661 def __init__(self, test, sock, prog, timeout, max_clients): argument
|
/aosp_15_r20/external/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 44 def __init__(self, timeout): argument 125 def executeShCmd(cmd, shenv, results, timeout=0): argument 438 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 505 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 598 def getTempPaths(test): argument 607 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument 778 def parseIntegratedTestScript(test, additional_parsers=[], argument 880 def _runShTest(test, litConfig, useExternalSh, script, tmpBase): argument 918 def executeShTest(test, litConfig, useExternalSh, argument
|
/aosp_15_r20/packages/modules/adb/fdevent/ |
D | fdevent_test.cpp | 231 TEST_F(FdeventTest, timeout) { in TEST_F() argument 237 timeout, in TEST_F() enumerator 245 TimeoutTest test; in TEST_F() local 252 auto test = static_cast<TimeoutTest*>(arg); in TEST_F() local 345 Test test{}; in TEST_F() local 350 auto test = static_cast<Test*>(arg); in TEST_F() local 361 auto test = static_cast<Test*>(arg); in TEST_F() local
|
/aosp_15_r20/external/iperf3/src/ |
H A D | iperf_client_api.c | 55 iperf_create_streams(struct iperf_test *test, int sender) in iperf_create_streams() 122 struct iperf_test *test = client_data.p; in test_timer_proc() local 131 struct iperf_test *test = client_data.p; in client_stats_timer_proc() local 142 struct iperf_test *test = client_data.p; in client_reporter_timer_proc() local 151 create_client_timers(struct iperf_test * test) in create_client_timers() 190 struct iperf_test *test = client_data.p; in client_omit_timer_proc() local 206 create_client_omit_timer(struct iperf_test * test) in create_client_omit_timer() 231 iperf_handle_message_client(struct iperf_test *test) in iperf_handle_message_client() 329 iperf_connect(struct iperf_test *test) in iperf_connect() 424 iperf_client_end(struct iperf_test *test) in iperf_client_end() [all …]
|
H A D | iperf_server_api.c | 70 iperf_server_listen(struct iperf_test *test) in iperf_server_listen() 106 iperf_accept(struct iperf_test *test) in iperf_accept() 156 iperf_handle_message_server(struct iperf_test *test) in iperf_handle_message_server() 229 struct iperf_test *test = client_data.p; in server_timer_proc() local 249 struct iperf_test *test = client_data.p; in server_stats_timer_proc() local 260 struct iperf_test *test = client_data.p; in server_reporter_timer_proc() local 269 create_server_timers(struct iperf_test * test) in create_server_timers() 313 struct iperf_test *test = client_data.p; in server_omit_timer_proc() local 329 create_server_omit_timer(struct iperf_test * test) in create_server_omit_timer() 355 cleanup_server(struct iperf_test *test) in cleanup_server() [all …]
|
/aosp_15_r20/test/vts/vts_hal_hidl_target/ |
H A D | VtsHalHidlTargetCallbackBase.h | 216 milliseconds timeout) { in SetWaitTimeout() 232 void SetWaitTimeoutDefault(milliseconds timeout) { in SetWaitTimeoutDefault() 282 void SetWaitTimeout(milliseconds timeout) { timeout_ = timeout; } in SetWaitTimeout() 299 WaitForCallbackResult Wait(milliseconds timeout, bool no_wait_blocking) { in Wait() 390 auto timeout = lock->GetWaitTimeout(); in GetWaitAnyTimeout() local 425 auto test = lock->WaitForCallback(true); in PeekCallbackLocks() local
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | InstrumentationPreparer.java | 122 final InstrumentationTest test = createInstrumentationTest(); in runInstrumentation() local 191 void setTimeout(int timeout) { in setTimeout() 195 void setShellTimeout(long timeout) { in setShellTimeout() 199 void setTestTimeout(int timeout) { in setTestTimeout()
|
/aosp_15_r20/frameworks/base/tests/testables/src/android/testing/ |
H A D | AndroidTestingRunner.java | 54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 74 protected Statement withPotentialTimeout(FrameworkMethod method, Object test, Statement next) { in withPotentialTimeout() 75 long timeout = this.getTimeout(method.getAnnotation(Test.class)); in withPotentialTimeout() local 87 protected List<FrameworkMethod> looperWrap(FrameworkMethod method, Object test, in looperWrap() 101 protected FrameworkMethod looperWrap(FrameworkMethod method, Object test, in looperWrap()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_shrink.c | 294 const int timeout = flags & SOLO ? 1 : 20; in run_test() local 357 static void reclaim(unsigned engine, int timeout) in reclaim() 397 const struct test { struct 400 } tests[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/rt_sigtimedwait/ |
H A D | rt_sigtimedwait01.c | 8 void *timeout) in my_rt_sigtimedwait() 16 void *timeout) in my_rt_sigtimedwait_time64() 68 static struct tst_test test = { variable
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | telnetlib.py | 189 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 213 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 285 def read_until(self, match, timeout=None): argument 298 def _read_until_with_poll(self, match, timeout): argument 345 def _read_until_with_select(self, match, timeout=None): argument 630 def expect(self, list, timeout=None): argument 657 def _expect_with_poll(self, expect_list, timeout=None): argument 721 def _expect_with_select(self, list, timeout=None): argument 762 def test(): function
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 127 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument 128 static char *mode_string(struct test_spec *test) in mode_string() 142 static void report_failure(struct test_spec *test) in report_failure() 480 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() 525 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init() 558 static void test_spec_reset(struct test_spec *test) in test_spec_reset() 563 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name() 599 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default() 668 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace() 693 static void pkt_stream_replace_half(struct test_spec *test, u32 pkt_len, int offset) in pkt_stream_replace_half() [all …]
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | scoped_run_loop_timeout.cc | 17 namespace base::test { namespace 66 TimeDelta timeout) in ScopedRunLoopTimeout() 77 std::optional<TimeDelta> timeout, in ScopedRunLoopTimeout()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 38 pub mod test { module 189 let test = tests in test_main_static_abort() localVariable 247 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 252 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 296 timeout: Instant, in run_tests() field 403 let timeout = time::get_default_test_timeout(); in run_tests() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 37 pub mod test { module 188 let test = tests in test_main_static_abort() localVariable 246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 295 timeout: Instant, in run_tests() field 402 let timeout = time::get_default_test_timeout(); in run_tests() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 38 pub mod test { module 189 let test = tests in test_main_static_abort() localVariable 247 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 252 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 296 timeout: Instant, in run_tests() field 403 let timeout = time::get_default_test_timeout(); in run_tests() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 37 pub mod test { module 188 let test = tests in test_main_static_abort() localVariable 246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 295 timeout: Instant, in run_tests() field 402 let timeout = time::get_default_test_timeout(); in run_tests() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 37 pub mod test { module 188 let test = tests in test_main_static_abort() localVariable 246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 295 timeout: Instant, in run_tests() field 402 let timeout = time::get_default_test_timeout(); in run_tests() localVariable
|