Home
last modified time | relevance | path

Searched defs:test2 (Results 1 – 25 of 1417) sorted by relevance

12345678910>>...57

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DResultAggregatorTest.java119 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding() local
257 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_emptyModule() local
369 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_newResult() local
518 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_assumptionFailure() local
661 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_runFailure() local
778 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_runFailure_noRerun() local
880 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_runFailure_aggregation() local
1020 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_noModules() local
1130 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_singleRun_noModules_runFailures() local
1241 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_noModules_runFailures() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_adapt_adt.cpp41 struct test2 struct
56 test2, argument
/aosp_15_r20/frameworks/base/ravenwood/tests/coretest/test/com/android/ravenwoodtest/runnercallbacktests/
H A DRavenwoodRunnerCallbackTest.java87 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.AfterClassFailureTest
146 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.BeforeClassAssumptionFailureTest
204 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.BeforeClassExceptionTest
266 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.ClassRuleAssumptionFailureTest
328 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.ClassRuleExceptionTest
356 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.ExceptionFromInnerRunnerConstructorTest
386 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.ClassUnloadbleAndDisabledTest
420 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.ClassUnloadbleAndEnabledTest
455 public void test2() { in test2() method in RavenwoodRunnerCallbackTest.BrokenRunnerTest
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostTestTest.java639 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testcase() local
659 TestDescription test2 = in testRun_MetricTestCase() local
686 TestDescription test2 = new TestDescription(LogMetricTestCase.class.getName(), "testPass2"); in testRun_LogMetricTestCase() local
719 TestDescription test2 = in testRun_MetricTestCase_withOption() local
749 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testSuite() local
795 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testHierarchySuite() local
916 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_multipleClass() local
1093 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testcaseAnnotationFiltering() local
1261 TestDescription test2 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in testRun_junit4style() local
1295 TestDescription test2 = in testRun_junit4style_ignored() local
[all …]
DDeviceTestCaseTest.java55 public void test2() {} in test2() method in DeviceTestCaseTest.MockTest
65 public void test2() {} in test2() method in DeviceTestCaseTest.MockAnnotatedTest
79 public void test2() {} in test2() method in DeviceTestCaseTest.DuplicateTest
115 final TestDescription test2 = new TestDescription(MockTest.class.getName(), "test2"); in testRun_suite() local
163 final TestDescription test2 = new TestDescription(MockTest.class.getName(), "test2"); in testRun_excludeFilter() local
331 final TestDescription test2 = new TestDescription(DuplicateTest.class.getName(), "test2"); in testRun_duplicateName() local
DInstrumentationFileTestTest.java173 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_reRunOneFailedToCompleteTest() local
257 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_noSerialReRun() local
314 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_exceedMaxAttempts() local
428 final TestDescription test2 = new TestDescription("ClassFoo", "paramMethod[1]"); in testRun_parameterized() local
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp4.cpp88 namespace test2 { namespace
169 Public test2() { return *this; } in test2() function in test4::Derived1
173 …Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its p… in test2() function
179 Public test2() { return *this; } in test2() function in test4::Derived2
182 Public test2(Derived2 &d) { return d; } in test2() function
190 …Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member … in test2() function
198 Public test2(Derived4 &d) { return d; } in test2() function
214 void test2() { in test2() function
233 void test2(const Test2 &t) { in test2() function
382 int test2(A<int> &a) { in test2() function in test15::A
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/
H A DTestLocalTime.java143 LocalTime test2 = LocalTime.of(i, 0); in factory_time_2ints_singletons() local
152 LocalTime test2 = LocalTime.of(i, 0, 0); in factory_time_3ints_singletons() local
161 LocalTime test2 = LocalTime.of(i, 0, 0, 0); in factory_time_4ints_singletons() local
170 LocalTime test2 = LocalTime.of(i, 0); in factory_ofSecondOfDay_singletons() local
179 LocalTime test2 = LocalTime.of(i, 0); in factory_ofNanoOfDay_singletons() local
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKZoneOffset.java227 ZoneOffset test2 = ZoneOffset.of("+1800"); in test_factory_string_hours_minutes_noColon() local
246 ZoneOffset test2 = ZoneOffset.of("+18:00"); in test_factory_string_hours_minutes_colon() local
269 ZoneOffset test2 = ZoneOffset.of("+180000"); in test_factory_string_hours_minutes_seconds_noColon() local
292 ZoneOffset test2 = ZoneOffset.of("+18:00:00"); in test_factory_string_hours_minutes_seconds_colon() local
328 ZoneOffset test2 = ZoneOffset.ofHoursMinutes(18, 0); in test_factory_int_hours_minutes() local
358 ZoneOffset test2 = ZoneOffset.ofHoursMinutesSeconds(18, 0, 0); in test_factory_int_hours_minutes_seconds() local
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestZoneOffset.java198 ZoneOffset test2 = ZoneOffset.of("+1800"); in test_factory_string_hours_minutes_noColon() local
217 ZoneOffset test2 = ZoneOffset.of("+18:00"); in test_factory_string_hours_minutes_colon() local
240 ZoneOffset test2 = ZoneOffset.of("+180000"); in test_factory_string_hours_minutes_seconds_noColon() local
263 ZoneOffset test2 = ZoneOffset.of("+18:00:00"); in test_factory_string_hours_minutes_seconds_colon() local
299 ZoneOffset test2 = ZoneOffset.ofHoursMinutes(18, 0); in test_factory_int_hours_minutes() local
329 ZoneOffset test2 = ZoneOffset.ofHoursMinutesSeconds(18, 0, 0); in test_factory_int_hours_minutes_seconds() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DMetricUtilityTest.java97 TestDescription test1, TestDescription test2) { in testStoreMultipleTestSingleIterationMetrics()
142 TestDescription test1, TestDescription test2) { in testStoreSingleTestMultipleIterationMetrics()
321 TestDescription test1, TestDescription test2) throws IOException { in testAggregateStoredTestMetricsForMultipleIterations()
364 TestDescription test1, TestDescription test2) throws IOException { in testAggregateStoredTestMetricsForSingleIterationMultipleTest()
405 TestDescription test1, TestDescription test2) throws IOException { in testAggregateEmptyStoredTestMetricsForMultipleIterations()
439 TestDescription test1, TestDescription test2) throws IOException { in testAggregateStoredTestMetricsWithStrictFilters()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp106 UnicodeString test2(temp, 15); in TestBasicManipulation() local
269 UnicodeString test2("this is a test"); in TestCompare() local
469 UnicodeString test2; in TestExtract() local
657 UnicodeString test2("eat SPAMburgers!"); in TestRemoveReplace() local
702 UnicodeString test2("test"); in TestSearching() local
877 UnicodeString test2(" there"); in TestSpacePadding() local
938 UnicodeString test2("Now"); in TestPrefixAndSuffix() local
995 UnicodeString test2("potato"); in TestFindAndReplace() local
1047 UnicodeString test2("This is a test"); in TestMiscellaneous() local
1452 UnicodeString test2("This is a test"); in TestBogus() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dustrtest.cpp106 UnicodeString test2(temp, 15); in TestBasicManipulation() local
269 UnicodeString test2("this is a test"); in TestCompare() local
469 UnicodeString test2; in TestExtract() local
657 UnicodeString test2("eat SPAMburgers!"); in TestRemoveReplace() local
702 UnicodeString test2("test"); in TestSearching() local
877 UnicodeString test2(" there"); in TestSpacePadding() local
938 UnicodeString test2("Now"); in TestPrefixAndSuffix() local
995 UnicodeString test2("potato"); in TestFindAndReplace() local
1047 UnicodeString test2("This is a test"); in TestMiscellaneous() local
1452 UnicodeString test2("This is a test"); in TestBogus() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DCollectingTestListenerTest.java105 final TestDescription test2 = injectTestRun("run2", "testFoo2", METRIC_VALUE2, 0); in testTwoRuns() local
132 final TestDescription test2 = injectTestRun("run", "testFoo2", METRIC_VALUE2, 0); in testReRun() local
303 final TestDescription test2 = new TestDescription("FooTest", "testName2"); in testSingleRun_multi() local
321 final TestDescription test2 = new TestDescription("FooTest", "testName2"); in testSingleRun_multi_failureRunFirst() local
344 final TestDescription test2 = new TestDescription("FooTest", "testName2"); in testSingleRun_multi_failureRunFirst_attempts() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dmethod-conflict-1.m68 - (B*) test2; // broken-note {{previous definition is here}} method
73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'… method
79 - (A*) test2; method
83 - (id) test2 { return 0; } method
H A Dmethod-conflict-2.m29 - (B*) test2; // expected-note {{previous definition is here}} method
34 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test… method
40 - (A*) test2; method
44 - (id) test2 { return 0; } method
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/
H A DStackMapTest.java336 public int test2() { in test2() method in StackMapTest.T6
368 public int test2(int k) { return k; } in test2() method in StackMapTest.T7
372 public int test2(int k) { in test2() method in StackMapTest.T8
408 public int test2(int k) { return k; } in test2() method in StackMapTest.T7b
412 public int test2(int k) { in test2() method in StackMapTest.T8b
449 public int test2(int k) { return 0; } in test2() method in StackMapTest.T7c
453 public int test2(int k) { in test2() method in StackMapTest.T8c
524 public boolean test2(String s, int k) throws Exception { return false; } in test2() method in StackMapTest.T8e
547 public boolean test2(String s, int i) throws Exception { in test2() method in StackMapTest.T8d
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dunit_test.hpp157 #define BOOST_ASIO_TEST_CASE2(test1, test2) \ argument
160 #define BOOST_ASIO_TEST_CASE3(test1, test2, test3) \ argument
164 #define BOOST_ASIO_TEST_CASE4(test1, test2, test3, test4) \ argument
168 #define BOOST_ASIO_TEST_CASE5(test1, test2, test3, test4, test5) \ argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2334 void test2() { in test2() function
2457 void test2(Bar* b1, Bar* b2) { in test2() function
2525 void Foo::test2() { in test2() function in ReleasableScopedLock::Foo
2657 void test2() { in test2() function in FoolishScopedLockableBug::Foo
2759 void Foo::test2() { in test2() function in SmartPointerTests::Foo
2865 void Bar::test2() { in test2() function in SmartPointerTests::Bar
2986 int test2() { in test2() function
3315 void test2() { in test2() function in UniversalLock::Foo
3455 void test2() { in test2() function
3484 void test2() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test2() function
[all …]
/aosp_15_r20/external/javassist/src/test/test2/
HDCodeGen2.class ... CodeGen2.java package test2 public test2.CodeGen2 extends java.lang.Object { public ...
HDSynch.class ... Synch.java package test2 public test2.Synch extends java.lang.Object { public ...
HDSwitch.class ... Switch.java package test2 public test2.Switch extends java.lang.Object { public ...
HDFinally.class ... Finally.java package test2 public test2.Finally extends java.lang.Object { int ...
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java424 TestInfo test2 = new TestInfo("test2", "folder1", false); in testMergeFailByName() local
435 TestInfo test2 = new TestInfo("test2", "folder1", true); in testMergeFailByHostOnly() local
447 TestInfo test2 = new TestInfo("test1", "folder1", false); in testMergeSuccess() local
476 TestInfo test2 = new TestInfo("test1", "folder2", false); in testMergeSuccess_2Filters() local
498 TestInfo test2 = new TestInfo("test1", "folder2", false); in testMergeSuccess_multiFilters() local
543 TestInfo test2 = new TestInfo("test1", "folder1", false); in testMergeSuccess_MultiFilters_dropIncludeAnnotation() local
566 TestInfo test2 = new TestInfo("test1", "folder1", false); in testMergeSuccess_MultiFilters_keepExcludeAnnotation() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp207 std::u16string test2 = u"\u0024\u0025\u0026\u0027"; in u16string_test() local
222 std::u32string test2 = U"\U00004f60\U0000597d"; in u32string_test() local
423 std::stack<std::string> test2; in stack_test() local
467 std::vector<int> test2 = {5, 6, 7}; in vector_test() local
636 std::weak_ptr<const int> test2 = test1; in shared_ptr_test() local

12345678910>>...57