Home
last modified time | relevance | path

Searched defs:test (Results 1126 – 1150 of 16494) sorted by relevance

1...<<41424344454647484950>>...660

/aosp_15_r20/external/libchrome/base/test/android/junit/src/org/chromium/base/test/params/
H A DParameterizedRunnerTest.java39 public void test() {} in test() method in ParameterizedRunnerTest.BadTestClassWithNonListParameters
45 public void test() {} in test() method in ParameterizedRunnerTest.BadTestClassWithoutNeedForParameterization
54 public void test() {} in test() method in ParameterizedRunnerTest.BadTestClassWithNonStaticParameterSetList
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/
H A Dmax_element_comp.pass.cpp28 test(Iter first, Iter last) in test() function
42 test(int N) in test() function
54 test() in test() function
H A Dmin_element_comp.pass.cpp28 test(Iter first, Iter last) in test() function
42 test(int N) in test() function
54 test() in test() function
/aosp_15_r20/external/autotest/server/
H A Dprofiler.py68 def start(self, test, host=None): argument
72 def stop(self, test, host=None): argument
76 def report(self, test, host=None, wait_on_client=True): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dlexicographical_compare.cpp35 const bool test = boost::lexicographical_compare(rng1, rng2); in test_lexicographical_compare_impl_nopred() local
54 const bool test = boost::lexicographical_compare(rng1, rng2, pred); in test_lexicographical_compare_impl_pred() local
151 boost::unit_test::test_suite* test in init_unit_test_suite() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/accumulate/
H A Daccumulate_op.pass.cpp70 test(Iter first, Iter last, T init, T x) in test() function
77 test() in test() function
92 test() in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/inclusive.scan/
H A Dinclusive_scan_op.pass.cpp32 test(Iter1 first, Iter1 last, Op op, const T *rFirst, const T *rLast) in test() function
50 test() in test() function
103 test() in test() function
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib3026.c48 CURLcode test(char *URL) in test() function
126 CURLcode test(char *URL) in test() function
171 CURLcode test(char *URL) in test() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/
Dpreprocessor_eval_cat_no_spec.cpp15 namespace test { namespace
38 namespace test { namespace
155 namespace test { namespace
/aosp_15_r20/external/autotest/client/profilers/oprofile/
H A Doprofile.py126 def start(self, test): argument
136 def stop(self, test): argument
142 def report(self, test): argument
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_quantize_intrin_sse2.c48 int test; in aom_highbd_quantize_b_sse2() local
63 int test; in aom_highbd_quantize_b_sse2() local
122 int test; in aom_highbd_quantize_b_32x32_sse2() local
180 int test; in aom_highbd_quantize_b_64x64_sse2() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A DNotificationDismissVerifierActivity.java209 protected void test() { in test() method in NotificationDismissVerifierActivity.NotificationDismissBaseTest
300 protected void test() { in test() method in NotificationDismissVerifierActivity.SetChannelLockscreenVisibilityBaseStep
369 protected void test() { in test() method in NotificationDismissVerifierActivity.SetScreenLockBaseStep
430 protected void test() { in test() method in NotificationDismissVerifierActivity.SetGlobalVisibilityBaseStep
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java85 TestDescription test = new TestDescription("class", "method"); in testInitAndForwarding() local
174 TestDescription test = new TestDescription("class", "method"); in testForwarding_withException() local
336 TestDescription test = null; in verifyFiltering() local
577 TestDescription test = new TestDescription("class", "method"); in testOnTestEndWithTestDescription() local
/aosp_15_r20/external/cronet/net/url_request/
H A Dredirect_info_unittest.cc47 for (const auto& test : kTests) { in TEST() local
97 for (const auto& test : kTests) { in TEST() local
137 for (const auto& test : kTests) { in TEST() local
441 for (const auto& test : kTests) { in TEST() local
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/
H A DBlockJUnit4ClassRunner.java304 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()
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/model/
H A DTestClass.java226 public <T> List<T> getAnnotatedFieldValues(Object test, in getAnnotatedFieldValues()
244 public <T> void collectAnnotatedFieldValues(Object test, in collectAnnotatedFieldValues()
260 public <T> List<T> getAnnotatedMethodValues(Object test, in getAnnotatedMethodValues()
278 public <T> void collectAnnotatedMethodValues(Object test, in collectAnnotatedMethodValues()
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/
H A DBaseTestResult.java75 protected boolean shouldSkip(TestCase test) { in shouldSkip()
82 private void runPreTestHooks(TestCase test) { in runPreTestHooks()
96 protected void run(TestCase test) { in run()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test_icu.cpp57 TestCase test = testBuilder.setArgument("fileCount", (int64_t) 0) in testSimpleFormat() local
80 TestCase test = testBuilder.setArgument("userName", "Charlotte") in testSelectFormatToPattern() local
127 TestCase test = testBuilder.setPattern("Hello {$user}, today is {$today :date style=long}.") in testMf1Behavior() local
/aosp_15_r20/external/double-conversion/test/cctest/
H A Dcctest.cc89 CcTest* test = CcTest::last(); in main() local
113 CcTest* test = CcTest::last(); in main() local
127 CcTest* test = CcTest::last(); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.assign/
H A Dcopy.pass.cpp383 } test; in test_copy_assignment_same_index() local
397 } test; in test_copy_assignment_same_index() local
411 } test; in test_copy_assignment_same_index() local
425 } test; in test_copy_assignment_same_index() local
529 } test; in test_copy_assignment_different_index() local
543 } test; in test_copy_assignment_different_index() local
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dcopy.pass.cpp400 } test; in test_copy_assignment_same_index() local
414 } test; in test_copy_assignment_same_index() local
428 } test; in test_copy_assignment_same_index() local
442 } test; in test_copy_assignment_same_index() local
548 } test; in test_copy_assignment_different_index() local
562 } test; in test_copy_assignment_different_index() local
/aosp_15_r20/external/cronet/base/test/android/junit/src/org/chromium/base/test/params/
H A DParameterizedRunnerTest.java35 public void test() {} in test() method in ParameterizedRunnerTest.BadTestClassWithNonListParameters
41 public void test() {} in test() method in ParameterizedRunnerTest.BadTestClassWithoutNeedForParameterization
49 public void test() {} in test() method in ParameterizedRunnerTest.BadTestClassWithNonStaticParameterSetList
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/
Dbluetooth_metric_logger.py132 def get_proto_dict(self, test, proto): argument
144 def add_proto_to_results(self, proto, test): argument
148 def get_results(self, results, test, pri_device, conn_device=None): argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/transform.reduce/
H A Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp47 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test() function
56 test() in test() function
100 test() in test() function
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dtesting_refleaks.py54 def addError(self, test, error): argument
57 def addFailure(self, test, error): argument
60 def addSkip(self, test, reason): argument

1...<<41424344454647484950>>...660