Home
last modified time | relevance | path

Searched +defs:test +defs:timeout (Results 176 – 200 of 1080) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/angle/src/tests/
H A Dcapture_replay_tests.py478 def RunProcess(cmd, env, xvfb_pool, stop_event, timeout): argument
593 def _RunReplay(test): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py428 def _parametrize_test(self, test, generic_cls, device_cls): argument
477 def composite_fn(test, generic_cls, device_cls, argument
529 def instantiate_test_helper(cls, name, test, param_kwargs): argument
656 def _parametrize_test(self, test, generic_cls, device_cls): argument
749 def _parametrize_test(self, test, generic_cls, device_cls): argument
916 def wait_for_process(p, timeout=None): argument
950 def shell(command, cwd=None, env=None, stdout=None, stderr=None, timeout=None): argument
971 timeout=None, argument
1249 def addSkip(self, test, reason): argument
2020 def _parametrize_test(self, test, generic_cls, device_cls): argument
[all …]
/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter_unittest.cc368 stime_t timeout = NO_DEADLINE; in TEST() local
836 stime_t timeout = NO_DEADLINE; in TEST() local
979 stime_t timeout = NO_DEADLINE; in TEST() local
1657 bool timeout; member
1701 stime_t timeout = NO_DEADLINE; in check_hwstates() local
2713 stime_t timeout = NO_DEADLINE; in TEST() local
2767 for (size_t test = 0; test != kMaxTests; test++) { in TEST() local
2782 stime_t timeout = NO_DEADLINE; in TEST() local
2930 stime_t timeout = NO_DEADLINE; in TEST_P() local
2971 stime_t timeout; member
[all …]
/aosp_15_r20/external/autotest/server/
H A Dserver_job.py657 def parallel_simple(self, function, machines, log=True, timeout=None, argument
683 def parallel_on_machines(self, function, machines, timeout=None): argument
1628 def _is_current_server_job(test): argument
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.runner-nodeps/android_common/aar/
Dclasses.jar ... androidx/ androidx/test/ androidx/test/services/ androidx/test/services/events/ androidx ...
Dandroidx.test.runner-nodeps.jar ... androidx/ androidx/test/ androidx/test/services/ androidx/test/services/events/ androidx ...
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc35 namespace test { namespace
168 bool L2CA_SetIdleTimeoutByBdAddr(const RawAddress& bd_addr, uint16_t timeout, in L2CA_SetIdleTimeoutByBdAddr()
/aosp_15_r20/external/pytorch/test/
H A Drun_test.py585 timeout, argument
1384 def can_run_in_pytest(test): argument
/aosp_15_r20/external/cronet/base/test/
H A Dtask_environment.cc63 namespace test { namespace
980 bool TaskEnvironment::TestTaskTracker::DisallowRunTasks(TimeDelta timeout) { in DisallowRunTasks()
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dparking_lot.rs116 timeout: TimeoutInstant, field
1459 macro_rules! test { macro
1525 let test = Arc::new(SingleLatchTest::new(num_threads)); in run_parking_test() localVariable
1528 let test = test.clone(); in run_parking_test() localVariable
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-test-rules.jar ... public void <init> (junit.framework.Test, int) junit.framework.Test test int ...
/aosp_15_r20/external/owasp/sanitizer/lib/junit/
Djunit.jar ... public void <init> (junit.framework.Test, int) junit.framework.Test test int ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDjunit-4.8.1.jar ... public void <init> (junit.framework.Test, int) junit.framework.Test test int ...
/aosp_15_r20/cts/tools/cts-api-coverage/proto/
H A Dcts_report.proto64 optional int32 timeout = 4; field
348 repeated Test test = 3; field
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
H A DSSLSocketVersionCompatibilityTest.java456 final TestUncaughtExceptionHandler test = new TestUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
2006 TestSSLSocketPair test = TestSSLSocketPair.create(context).connect(); in test_SSLSocket_finalizeThrowsProperException() local
2195 private static void setWriteTimeout(Object socket, int timeout) { in setWriteTimeout()
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
H A DSSLSocketVersionCompatibilityTest.java450 final TestUncaughtExceptionHandler test = new TestUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
1859 TestSSLSocketPair test = TestSSLSocketPair.create(context).connect(); in test_SSLSocket_finalizeThrowsProperException() local
2048 private static void setWriteTimeout(Object socket, int timeout) { in setWriteTimeout()
/aosp_15_r20/external/autotest/client/cros/
H A Dcros_disks.py74 def __init__(self, main_loop, bus, bus_name, object_path, timeout=None): argument
428 def __init__(self, test): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/
Drequest.py139 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
500 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
883 def is_suburi(self, base, test): argument
1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None, argument
/aosp_15_r20/external/python/cpython3/Lib/urllib/
Drequest.py139 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
500 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
883 def is_suburi(self, base, test): argument
1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/
Drequest.py139 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
500 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
883 def is_suburi(self, base, test): argument
1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/
Drequest.py139 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
500 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
883 def is_suburi(self, base, test): argument
1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/
H A Drequest.py139 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
500 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
883 def is_suburi(self, base, test): argument
1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/urllib/
Drequest.py139 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, argument
500 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
883 def is_suburi(self, base, test): argument
1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None, argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py166 async def test(): function
206 async def test(): function
1471 async def test(): function
1498 async def test(): function
1544 async def test(): function
1973 async def test(): function
2134 async def test(): function
3202 def target(self, fail=False, cancel=False, timeout=None, argument
/aosp_15_r20/external/ltp/testcases/network/netstress/
H A Dnetstress.c143 int timeout; member
998 static struct tst_test test = { variable

12345678910>>...44