/aosp_15_r20/external/testng/src/main/java/org/testng/internal/ |
H A D | TestNGMethod.java | 95 ITestAnnotation testAnnotation = in init() local 98 if (testAnnotation == null) { in init() 100 … testAnnotation = AnnotationHelper.findTest(getAnnotationFinder(), m_method.getDeclaringClass()); in init() 103 if (null != testAnnotation) { in init() 104 setTimeOut(testAnnotation.getTimeOut()); in init() 105 m_successPercentage = testAnnotation.getSuccessPercentage(); in init() 107 setInvocationCount(testAnnotation.getInvocationCount()); in init() 108 m_totalInvocationCount = testAnnotation.getInvocationCount(); in init() 109 setThreadPoolSize(testAnnotation.getThreadPoolSize()); in init() 110 setAlwaysRun(testAnnotation.getAlwaysRun()); in init() [all …]
|
H A D | RegexpExpectedExceptionsHolder.java | 58 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); in getRegExp() local 59 if (testAnnotation != null) { in getRegExp() 60 return testAnnotation.getExpectedExceptionsMessageRegExp(); in getRegExp()
|
H A D | ExpectedExceptionsHolder.java | 35 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); in findExpectedClasses() local 36 if (testAnnotation != null) { in findExpectedClasses() 37 return testAnnotation.getExpectedExceptions(); in findExpectedClasses()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | ManualBenchmarkState.java | 161 void configure(ManualBenchmarkTest testAnnotation) { in configure() argument 162 if (testAnnotation == null) { in configure() 166 final long warmupDurationNs = testAnnotation.warmupDurationNs(); in configure() 170 final long targetTestDurationNs = testAnnotation.targetTestDurationNs(); in configure() 174 final StatsReport statsReport = testAnnotation.statsReport(); in configure()
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | PluggableTestRunner.java | 199 Test testAnnotation = method.getAnnotation(Test.class); in withPotentialTimeoutInternal() local 200 if (testAnnotation == null) { in withPotentialTimeoutInternal() 202 } else if (testAnnotation.timeout() <= 0) { in withPotentialTimeoutInternal() 206 .withTimeout(testAnnotation.timeout(), TimeUnit.MILLISECONDS) in withPotentialTimeoutInternal()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/ |
H A D | XMLSuiteResultWriter.java | 225 Test testAnnotation; in getTestResultAttributes() local 227 testAnnotation = cm.getMethod().getAnnotation(Test.class); in getTestResultAttributes() 228 if (testAnnotation != null) { in getTestResultAttributes() 229 String dataProvider = testAnnotation.dataProvider(); in getTestResultAttributes()
|
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/processor/internal/generatesrootinput/ |
H A D | GeneratesRootInputProcessorTest.java | 74 Source testAnnotation = in succeeds_ComponentProcessorWaitsForAnnotationsWithGeneratesRootInput() local 81 HiltCompilerTests.hiltCompiler(testAnnotation) in succeeds_ComponentProcessorWaitsForAnnotationsWithGeneratesRootInput()
|
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/ |
H A D | AutoAnnotationErrorsTest.java | 202 JavaFileObject testAnnotation = in testWrongTypeCollection() local 235 javac().withProcessors(new AutoAnnotationProcessor()).compile(testSource, testAnnotation); in testWrongTypeCollection()
|
H A D | PropertyAnnotationsTest.java | 83 OtherAnnotation testAnnotation() default @OtherAnnotation(foo = 23, bar = "baz"); in testAnnotation() method
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | AnnotationTest.java | 26 public void testAnnotation() { in testAnnotation() method in AnnotationTest
|
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
H A D | Test.java | 35 public void testAnnotation() throws Exception { in testAnnotation() method in Test
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | AnnotationUtilsTest.java | 516 final TestMethodAnnotation testAnnotation = in testToString() local 519 final String annotationString = AnnotationUtils.toString(testAnnotation); in testToString()
|
/aosp_15_r20/cts/tests/signature/api-check/system-annotation/src/java/android/signature/cts/api/ |
H A D | AnnotationTest.java | 70 public void testAnnotation() { in testAnnotation() method in AnnotationTest
|
/aosp_15_r20/external/guice/core/test/com/google/inject/multibindings/ |
H A D | ProvidesIntoTest.java | 47 public void testAnnotation() throws Exception { in testAnnotation() method in ProvidesIntoTest
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | RemoteViewsSerializersTest.kt | 332 fun testAnnotation() { in <lambda>() method
|
/aosp_15_r20/external/javassist/src/test/javassist/ |
H A D | JvstTest3.java | 14 public void testAnnotation() throws Exception { in testAnnotation() method in JvstTest3
|
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |
/aosp_15_r20/external/error_prone/error_prone/ |
HD | error_prone_core-2.36.0-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
api_diff.proto
META-INF/services ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core_jars/linux_glibc_common/local-combined/ |
D | error_prone_core_jars.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/combined/ |
D | error_prone_core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/javac-header/ |
D | error_prone_core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/errorprone/error_prone_mediaprovider/linux_glibc_common/combined/ |
D | error_prone_mediaprovider.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework/linux_glibc_common/combined/ |
D | error_prone_android_framework.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/ |
D | JavaBuilder_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |