Home
last modified time | relevance | path

Searched defs:test (Results 651 – 675 of 16494) sorted by relevance

1...<<21222324252627282930>>...660

/aosp_15_r20/frameworks/base/test-junit/src/junit/framework/
H A DTestListener.java10 public void addError(Test test, Throwable t); in addError()
14 public void addFailure(Test test, AssertionFailedError t); in addFailure()
18 public void endTest(Test test); in endTest()
22 public void startTest(Test test); in startTest()
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DJUnitTestSuiteAdapter.java23 private DOMTestSuite test; field in JUnitTestSuiteAdapter
25 public JUnitTestSuiteAdapter(DOMTestSuite test) { in JUnitTestSuiteAdapter()
48 TestCase test = new JUnitTestCaseAdapter((DOMTestCase) domtest); in addTest() local
53 TestSuite test = new JUnitTestSuiteAdapter((DOMTestSuite) domtest); in addTest() local
/aosp_15_r20/external/junit/src/main/java/junit/framework/
H A DTestListener.java10 public void addError(Test test, Throwable e); in addError()
15 public void addFailure(Test test, AssertionFailedError e); in addFailure()
20 public void endTest(Test test); in endTest()
25 public void startTest(Test test); in startTest()
/aosp_15_r20/external/cronet/url/
H A Dscheme_host_port_unittest.cc83 for (auto* test : urls) { in TEST_F() local
113 for (const auto& test : cases) { in TEST_F() local
150 for (const auto& test : cases) { in TEST_F() local
177 for (const auto& test : cases) { in TEST_F() local
213 for (const auto& test : cases) { in TEST_F() local
244 for (const auto& test : cases) { in TEST_F() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/complex.number/cmplx.over/
H A Dconj.pass.cpp27 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function
36 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() function
45 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test() function
55 test() in test() function
H A Dproj.pass.cpp26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function
34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() function
42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test() function
51 test() in test() function
/aosp_15_r20/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp33 struct test struct
36 test(void* (*palloc_arg)(size_t), void (*pfree_arg)(void*)) in test() argument
45 test s(my_alloc, my_free); in main() argument
/aosp_15_r20/external/wayland/tests/
H A Dtest-runner.h34 struct test { struct
43 const struct test test##name \ argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c93 struct test { struct
111 struct test tests[] = { argument
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java248 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
255 IRemoteTest test, in shouldRetry()
485 ITestFilterReceiver test, in handleRetryFailures()
572 ITestFilterReceiver test, Map<TestDescription, TestResult> tests) { in addRetriedTestsToFilters()
595 private void excludePassedTests(ITestFilterReceiver test, Set<TestDescription> passedTests) { in excludePassedTests()
609 ITestFilterReceiver test, in excludeNonRetriableFailure()
649 private void addFilterToExcludeFilterFile(ITestFileFilterReceiver test, String filter) { in addFilterToExcludeFilterFile()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dcompressed_pair_test.cpp70 void compressed_pair_tester<T1, T2>::test(first_param_type p1, second_param_type p2, first_param_ty… in test() function in compressed_pair_tester
142 void compressed_pair_reference_tester<T1, T2>::test(first_param_type p1, second_param_type p2, firs… in test() function in compressed_pair_reference_tester
196 void compressed_pair_reference1_tester<T1, T2>::test(first_param_type p1, second_param_type p2, fir… in test() function in compressed_pair_reference1_tester
222 void compressed_pair_reference2_tester<T1, T2>::test(first_param_type p1, second_param_type p2, fir… in test() function in compressed_pair_reference2_tester
249 void compressed_pair_array1_tester<T1, T2>::test(first_param_type p1, second_param_type p2, first_p… in test() function in compressed_pair_array1_tester
279 void compressed_pair_array2_tester<T1, T2>::test(first_param_type p1, second_param_type p2, first_p… in test() function in compressed_pair_array2_tester
309 void compressed_pair_array_tester<T1, T2>::test(first_param_type p1, second_param_type p2, first_pa… in test() function in compressed_pair_array_tester
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A DNotificationFullScreenIntentVerifierActivity.java257 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.SetGlobalVisibilityBaseStep
321 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.SetChannelLockscreenVisibilityBaseStep
383 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.SetScreenLockBaseStep
442 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.SetAodBaseStep
501 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.SetFsiPermissionBaseStep
567 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.FullScreenIntentNotificationBaseTest
646 protected void test() { in test() method in NotificationFullScreenIntentVerifierActivity.LockscreenFsiTestBaseStep
/aosp_15_r20/external/iperf3/src/
H A Diperf_udp.c283 iperf_udp_buffercheck(struct iperf_test *test, int s) in iperf_udp_buffercheck()
365 iperf_udp_accept(struct iperf_test *test) in iperf_udp_accept()
471 iperf_udp_listen(struct iperf_test *test) in iperf_udp_listen()
493 iperf_udp_connect(struct iperf_test *test) in iperf_udp_connect()
587 iperf_udp_init(struct iperf_test *test) in iperf_udp_init()
H A Diperf_sctp.c116 iperf_sctp_accept(struct iperf_test * test) in iperf_sctp_accept()
160 iperf_sctp_listen(struct iperf_test *test) in iperf_sctp_listen()
282 iperf_sctp_connect(struct iperf_test *test) in iperf_sctp_connect()
536 iperf_sctp_init(struct iperf_test *test) in iperf_sctp_init()
553 iperf_sctp_bindx(struct iperf_test *test, int s, int is_server) in iperf_sctp_bindx()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceStateMonitorTest.java246 Thread test = in testWaitForShell_becomeAvailable() local
378 Thread test = in testWaitForBoot_becomeComplete() local
476 Thread test = in testWaitForPm_becomeResponsive() local
689 Thread test = in testWaitForStoreMount_becomeAvailable() local
743 Thread test = in testWaitForStoreMount_outputBecomeValid() local
/aosp_15_r20/external/python/cpython2/Lib/unittest/test/
Dtest_break.py66 def test(result): function
88 def test(result): function
118 def test(result): function
206 def run(self, test): argument
259 def test(): function
/aosp_15_r20/external/apache-harmony/support/src/test/resources/tests/resources/
HDhyts_flushed.jar ... META-INF/MANIFEST.MF test/TestAnnotation.class TestAnnotation.java package test public abstract annotation test ...
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dvalue_const.pass.cpp39 constexpr int test() const & {return 3;} in test() function
40 int test() & {return 4;} in test() function
41 constexpr int test() const && {return 5;} in test() function
42 int test() && {return 6;} in test() function
H A Dvalue_const_rvalue.pass.cpp39 constexpr int test() const & {return 3;} in test() function
40 int test() & {return 4;} in test() function
41 constexpr int test() const && {return 5;} in test() function
42 int test() && {return 6;} in test() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp546 void test() { in test() function in LateFoo
1908 void test() { in test() function
2002 void test() { in test() function
2023 void test() { in test() function
2115 void test() { in test() function
2176 void test() { in test() function in SelfLockingTest::MyLock
2292 void test() { in test() function
2710 void Foo::test() { in test() function in TemporaryCleanupExpr::Foo
3158 void test() { in test() function
3280 static void test() { in test() function
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp36 struct test struct
39 test(void* (*palloc_arg)(std::size_t), void (*pfree_arg)(void*)) in test() argument
48 test s(my_alloc, my_free); in main() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.tuple/
H A Dparse.pass.cpp37 constexpr void test(StringViewT fmt, std::size_t offset) { in test() function
49 constexpr void test() { in test() function
58 constexpr void test() { in test() function
65 constexpr bool test() { in test() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py987 def test(): function
995 def test(a:'spam') -> 'ham': pass function
999 def test(): pass function
2336 def test(po, /, pk, pkd=100, *args, ko, kod=10, **kwargs): function
2434 def test(a): function
2445 def test(): function
2450 def test(a, b:'foo') -> 123: function
2458 def test(*, a:float, b:str) -> int: function
2466 def test(a, b:'foo'=10, *args:'bar', spam:'baz', ham=123, **kwargs:int): function
2774 def test(): function
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dvalue_const.pass.cpp30 constexpr int test() const & {return 3;} in test() function
31 int test() & {return 4;} in test() function
32 constexpr int test() const && {return 5;} in test() function
33 int test() && {return 6;} in test() function
H A Dvalue_const_rvalue.pass.cpp30 constexpr int test() const & {return 3;} in test() function
31 int test() & {return 4;} in test() function
32 constexpr int test() const && {return 5;} in test() function
33 int test() && {return 6;} in test() function

1...<<21222324252627282930>>...660