Home
last modified time | relevance | path

Searched defs:test1 (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostTestTest.java638 TestDescription test1 = new TestDescription(SuccessTestCase.class.getName(), "testPass"); in testRun_testcase() local
658 TestDescription test1 = new TestDescription(TestMetricTestCase.class.getName(), "testPass"); in testRun_MetricTestCase() local
685 TestDescription test1 = new TestDescription(LogMetricTestCase.class.getName(), "testPass"); in testRun_LogMetricTestCase() local
718 TestDescription test1 = new TestDescription(TestMetricTestCase.class.getName(), "testPass"); in testRun_MetricTestCase_withOption() local
748 TestDescription test1 = new TestDescription(SuccessTestCase.class.getName(), "testPass"); in testRun_testSuite() local
775 TestDescription test1 = new TestDescription(DynamicTestCase.class.getName(), "testPass"); in testRun_junit3TestSuite_dynamicOptions() local
792 TestDescription test1 = new TestDescription(SuccessTestCase.class.getName(), "testPass"); in testRun_testHierarchySuite() local
813 TestDescription test1 = new TestDescription(SuccessTestCase.class.getName(), "testPass"); in testRun_testMethod() local
913 TestDescription test1 = new TestDescription(SuccessTestCase.class.getName(), "testPass"); in testRun_multipleClass() local
970 TestDescription test1 = new TestDescription(SuccessDeviceTest.class.getName(), "testPass"); in testRun_deviceTest() local
[all …]
DDeviceTestCaseTest.java50 public void test1() { in test1() method in DeviceTestCaseTest.MockTest
62 public void test1() {} in test1() method in DeviceTestCaseTest.MockAnnotatedTest
71 public void test1() { in test1() method in DeviceTestCaseTest.DuplicateTest
75 private void test1(String arg) { in test1() method in DeviceTestCaseTest.DuplicateTest
95 public void test1() throws DeviceNotAvailableException { in test1() method in DeviceTestCaseTest.MockAbortTest
114 final TestDescription test1 = new TestDescription(MockTest.class.getName(), "test1"); in testRun_suite() local
140 final TestDescription test1 = new TestDescription(MockTest.class.getName(), "test1"); in testRun_includeFilter() local
184 final TestDescription test1 = in testRun_includeAnnotationFiltering() local
228 final TestDescription test1 = in testRun_excludeAnnotationFiltering() local
247 final TestDescription test1 = new TestDescription(MockTest.class.getName(), "test1"); in testRun_singleTest() local
[all …]
DGoogleBenchmarkTestTest.java104 final String test1 = "test1"; in testRun() local
187 final String test1 = "test1"; in testRun_withSingleModuleName() local
245 final String test1 = "test1"; in testRun_withMultipleModuleNames() local
298 final String test1 = "test1"; in testRun_withRunReportName() local
337 final String test1 = "test1"; in testRun_exceptionDuringExecShell() local
633 final String test1 = "test1"; in testRun_withLDLibPath() local
DDeviceTestSuiteTest.java44 public void test1() { in test1() method in DeviceTestSuiteTest.MockTest
57 public void test1() throws DeviceNotAvailableException { in test1() method in DeviceTestSuiteTest.MockAbortTest
77 final TestDescription test1 = new TestDescription(MockTest.class.getName(), "test1"); in testRun_suite() local
102 final TestDescription test1 = new TestDescription(MockAbortTest.class.getName(), "test1"); in testRun_deviceNotAvail() local
DDeviceSuiteTest.java173 TestDescription test1 = in testRunDeviceSuite() local
206 TestDescription test1 = in testRun_withFiltering() local
229 TestDescription test1 = in testRun_withOption() local
260 TestDescription test1 = in testRunDeviceSuite_junit3() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DResultAggregatorTest.java118 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding() local
256 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_emptyModule() local
368 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_newResult() local
517 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_assumptionFailure() local
660 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_runFailure() local
777 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_runFailure_noRerun() local
879 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_runFailure_aggregation() local
1019 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_noModules() local
1129 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_singleRun_noModules_runFailures() local
1240 TestDescription test1 = new TestDescription("classname", "test1"); in testForwarding_noModules_runFailures() local
[all …]
/aosp_15_r20/external/testng/src/test/java/test/mannotation/
H A DMAnnotation2SampleTest.java28 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestGroupsInheritance() local
35 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestGroupsInheritance() local
47 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnGroupsInheritance() local
54 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnGroupsInheritance() local
67 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnMethodsInheritance() local
74 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnMethodsInheritance() local
87 …IConfigurationAnnotation test1 = (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfi… in verifyConfigurationGroupsInheritance() local
98 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestEnabledInheritance() local
104 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestEnabledInheritance() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_adapt_adt.cpp19 struct test1 struct
34 test1, argument
/aosp_15_r20/frameworks/base/ravenwood/tests/coretest/test/com/android/ravenwoodtest/runnercallbacktests/
H A DRavenwoodRunnerCallbackTest.java83 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.AfterClassFailureTest
142 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.BeforeClassAssumptionFailureTest
200 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.BeforeClassExceptionTest
262 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.ClassRuleAssumptionFailureTest
324 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.ClassRuleExceptionTest
352 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.ExceptionFromInnerRunnerConstructorTest
382 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.ClassUnloadbleAndDisabledTest
416 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.ClassUnloadbleAndEnabledTest
451 public void test1() { in test1() method in RavenwoodRunnerCallbackTest.BrokenRunnerTest
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/
H A DTestParametersMethodProcessorTest.java208 public void test1() { in test1() method in TestParametersMethodProcessorTest.SimpleConstructorAnnotation
445 public void test1(@TestParameter TestEnum testEnum) { in test1() method in TestParametersMethodProcessorTest.MixedWithTestParameterMethodAnnotation
515 public void test1(String testString) { in test1() method in TestParametersMethodProcessorTest.MixedWithTestParameterFieldAnnotation
544 public void test1() {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseEmptyAnnotation
557 public void test1() {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseEmptyAnnotationOnConstructor
569 public void test1(TestEnum testEnum) {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseCombiningValueWithProvider
579 public void test1(TestEnum testEnum) {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseRepeatedAnnotationIsEmpty
591 public void test1(TestEnum testEnum) {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseRepeatedAnnotationHasMultipleValues
602 public void test1(TestEnum testEnum) {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseRepeatedAnnotationHasProvider
614 public void test1(TestEnum testEnum) {} in test1() method in TestParametersMethodProcessorTest.InvalidTestBecauseNamedAnnotationHasMultipleValues
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp4.cpp36 namespace test1 { namespace
168 Private test1() { return *this; } // expected-error {{'operator Private' is a private member}} in test1() function in test4::Derived1
171 …Private test1(Derived1 &d) { return d; } // expected-error {{'operator Private' is a private membe… in test1() function
178 Private test1() { return *this; } // expected-error {{'operator Private' is a private member}} in test1() function in test4::Derived2
181 …Private test1(Derived2 &d) { return d; } // expected-error {{'operator Private' is a private membe… in test1() function
189 Private test1(Derived3 &d) { return d; } in test1() function
197 Private test1(Derived4 &d) { return d; } in test1() function
208 void test1() { in test1() function
228 void test1(const Test1 &t) { in test1() function
378 int test1(A<int> &a) { in test1() function in test15::A
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DProtoResultParserTest.java154 TestDescription test1 = new TestDescription("class1", "test1"); in testEvents() local
344 TestDescription test1 = new TestDescription("class1", "test1"); in testRunFail_interleavedWithTest() local
376 TestDescription test1 = new TestDescription("class1", "test1"); in testEvents_finaleProto() local
446 TestDescription test1 = new TestDescription("class1", "test1"); in testRunFail_interleavedWithTest_finalProto() local
479 TestDescription test1 = new TestDescription("class1", "test1"); in testRunFail_failureDescription() local
524 TestDescription test1 = new TestDescription("class1", "test1"); in testRun_withAttempts() local
572 TestDescription test1 = new TestDescription("class1", "test1"); in testEvents_subprocess() local
672 TestDescription test1 = new TestDescription("class1", "test1"); in testEvents_finaleProto_partialEvents() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/observatory/
DTestDiscoveryExecutorTest.java118 BaseTestSuite test1 = new BaseTestSuite(); in testDiscoverTestDependencies() local
173 BaseTestSuite test1 = new BaseTestSuite(); in testDiscoverTestDependencies_parameterizedModules() local
222 BaseTestSuite test1 = new BaseTestSuite(); in testDiscoverDependencies_UnsupportedOptions() local
280 BaseTestSuite test1 = new BaseTestSuite(); in testDiscoverDependencies_fallback() local
338 BaseTestSuite test1 = new BaseTestSuite(); in testDiscoverDependencies_multiDevices() local
365 BaseTestSuite test1 = new BaseTestSuite(); in testDiscoverDependencies_metadataAndIncludeFilters() local
406 TestMappingSuiteRunner test1 = Mockito.mock(TestMappingSuiteRunner.class); in testDiscoverTestMappingSuiteRunner() local
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp96 struct test1 { struct
97 test1() : c(0) { } in test1() argument
98 test1(char xc) : c(xc + 1) { } in test1() argument
106 test1 test1a[n] = {0}; in test_struct_array() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp93 struct test1 { struct
94 test1() : c(0) { } in test1() argument
95 test1(char xc) : c(xc + 1) { } in test1() argument
102 test1 test1a[4] = {}; in test_struct_array() argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java235 final String test1 = "test1"; in testRun() local
304 final String test1 = "test1"; in testRun_nested() local
339 final String test1 = "test1"; in testGcovCoverage_GcovPrefixSet() local
366 final String test1 = "test1"; in doTestFilter() local
431 final String test1 = "test1"; in testOptions() local
456 final String test1 = "test1"; in testLdLibraryPathOption() local
487 final String test1 = "test1"; in testRun_benchmark() local
/aosp_15_r20/external/TestParameterInjector/junit5/src/test/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestParameterInjectorJUnit5Test.java273 void test1() { in test1() method in TestParameterInjectorJUnit5Test.AdvancedCases_WithValuesProvider
412 void test1() {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_EmptyAnnotation
422 void test1() {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_EmptyAnnotationOnConstructor
433 void test1(TestEnum testEnum) {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_CombiningValueWithProvider
443 void test1(TestEnum testEnum) {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_RepeatedAnnotationIsEmpty
455 void test1(TestEnum testEnum) {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_RepeatedAnnotationHasMultipleValues
466 void test1(TestEnum testEnum) {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_RepeatedAnnotationHasProvider
478 void test1(TestEnum testEnum) {} in test1() method in TestParameterInjectorJUnit5Test.InvalidTest_TestParameters_NamedAnnotationHasMultipleValues
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/
H A DTestLocalTime.java142 LocalTime test1 = LocalTime.of(i, 0); in factory_time_2ints_singletons() local
151 LocalTime test1 = LocalTime.of(i, 0, 0); in factory_time_3ints_singletons() local
160 LocalTime test1 = LocalTime.of(i, 0, 0, 0); in factory_time_4ints_singletons() local
169 LocalTime test1 = LocalTime.ofSecondOfDay(i * 60L * 60L); in factory_ofSecondOfDay_singletons() local
178 LocalTime test1 = LocalTime.ofNanoOfDay(i * 1000000000L * 60L * 60L); in factory_ofNanoOfDay_singletons() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp205 std::u16string test1 = u"\U00010196\u20AC\u00A3\u0024"; in u16string_test() local
217 std::u32string test1 = in u32string_test() local
234 std::tuple<> test1; in tuple_test() local
416 std::stack<bool> test1; in stack_test() local
464 std::vector<int> test1; in vector_test() local
630 std::shared_ptr<const int> test1(test0); in shared_ptr_test() local
654 std::streampos test1 = input.tellg(); in streampos_test() local
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKZoneOffset.java225 ZoneOffset test1 = ZoneOffset.of("-1800"); in test_factory_string_hours_minutes_noColon() local
244 ZoneOffset test1 = ZoneOffset.of("-18:00"); in test_factory_string_hours_minutes_colon() local
267 ZoneOffset test1 = ZoneOffset.of("-180000"); in test_factory_string_hours_minutes_seconds_noColon() local
290 ZoneOffset test1 = ZoneOffset.of("-18:00:00"); in test_factory_string_hours_minutes_seconds_colon() local
326 ZoneOffset test1 = ZoneOffset.ofHoursMinutes(-18, 0); in test_factory_int_hours_minutes() local
356 ZoneOffset test1 = 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.java196 ZoneOffset test1 = ZoneOffset.of("-1800"); in test_factory_string_hours_minutes_noColon() local
215 ZoneOffset test1 = ZoneOffset.of("-18:00"); in test_factory_string_hours_minutes_colon() local
238 ZoneOffset test1 = ZoneOffset.of("-180000"); in test_factory_string_hours_minutes_seconds_noColon() local
261 ZoneOffset test1 = ZoneOffset.of("-18:00:00"); in test_factory_string_hours_minutes_seconds_colon() local
297 ZoneOffset test1 = ZoneOffset.ofHoursMinutes(-18, 0); in test_factory_int_hours_minutes() local
327 ZoneOffset test1 = 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.cpp77 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n"); in TestBasicManipulation() local
268 UnicodeString test1("this is a test"); in TestCompare() local
468 … UnicodeString test1("Now is the time for all good men to come to the aid of their country.", ""); in TestExtract() local
656 UnicodeString test1("The rain in Spain stays mainly on the plain"); in TestRemoveReplace() local
701 UnicodeString test1("test test ttest tetest testesteststt"); in TestSearching() local
876 UnicodeString test1("hello"); in TestSpacePadding() local
937 UnicodeString test1("Now is the time for all good men to come to the aid of their country."); in TestPrefixAndSuffix() local
994 UnicodeString test1("One potato, two potato, three potato, four\n"); in TestFindAndReplace() local
1046 UnicodeString test1("This is a test"); in TestMiscellaneous() local
1451 UnicodeString test1("This is a test"); in TestBogus() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dustrtest.cpp77 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n"); in TestBasicManipulation() local
268 UnicodeString test1("this is a test"); in TestCompare() local
468 … UnicodeString test1("Now is the time for all good men to come to the aid of their country.", ""); in TestExtract() local
656 UnicodeString test1("The rain in Spain stays mainly on the plain"); in TestRemoveReplace() local
701 UnicodeString test1("test test ttest tetest testesteststt"); in TestSearching() local
876 UnicodeString test1("hello"); in TestSpacePadding() local
937 UnicodeString test1("Now is the time for all good men to come to the aid of their country."); in TestPrefixAndSuffix() local
994 UnicodeString test1("One potato, two potato, three potato, four\n"); in TestFindAndReplace() local
1046 UnicodeString test1("This is a test"); in TestMiscellaneous() local
1451 UnicodeString test1("This is a test"); in TestBogus() local
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp28 namespace test1 { namespace
42 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() function
54 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() function
67 void test1() { Opaque<0> _ = foo(Opaque<1>()); } in test1() function
100 void test1(int i) { in test1() function

12345678910>>...64