/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/testing/ |
D | TestProcessor.kt | 28 val annotations: MutableSet<String>) : AbstractProcessor() { constant in android.arch.persistence.room.testing.TestProcessor 30 override fun process(annotations: MutableSet<out TypeElement>, roundEnv: RoundEnvironment) in process() 33 TestInvocation(processingEnv, annotations, roundEnv)) ?: true in process() 37 return annotations in getSupportedAnnotationTypes() 42 private var annotations = mutableSetOf<String>() variable in android.arch.persistence.room.testing.TestProcessor.Builder 49 annotations.addAll(klasses.map { it.java.canonicalName }) in forAnnotations() 54 if (annotations.isEmpty()) { in build() 60 return TestProcessor(handlers, annotations) in build()
|
/frameworks/base/tools/aapt2/java/ |
D | AnnotationProcessor_test.cpp | 38 std::string annotations = result.str(); in TEST() local 40 EXPECT_THAT(annotations, HasSubstr("@Deprecated")); in TEST() 49 std::string annotations = result.str(); in TEST() local 51 EXPECT_THAT(annotations, HasSubstr("@android.annotation.SystemApi")); in TEST() 52 EXPECT_THAT(annotations, Not(HasSubstr("@SystemApi"))); in TEST() 53 EXPECT_THAT(annotations, HasSubstr("This is a system API")); in TEST()
|
/frameworks/support/v7/recyclerview/ |
D | build.gradle | 4 api project(':support-annotations') 8 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 9 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' } 17 testImplementation libs.test_runner, { exclude module: 'support-annotations' }
|
/frameworks/support/compat/ |
D | build.gradle | 4 api project(':support-annotations') 6 exclude module: 'support-annotations' 9 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 10 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/customtabs/ |
D | build.gradle | 5 api project(':support-annotations') 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | VersionInfo.java | 17 import com.android.systemui.plugins.annotations.Dependencies; 18 import com.android.systemui.plugins.annotations.DependsOn; 19 import com.android.systemui.plugins.annotations.ProvidesInterface; 20 import com.android.systemui.plugins.annotations.Requirements; 21 import com.android.systemui.plugins.annotations.Requires;
|
/frameworks/multidex/library/jack-meta/ |
D | legacyMultidexInstallation.jpp | 18 @@com.android.jack.annotations.MultiDexInstaller 33 @@com.android.jack.annotations.MultiDexInstaller 46 @@com.android.jack.annotations.MultiDexInstaller 52 @@com.android.jack.annotations.ForceInMainDex
|
/frameworks/support/wear/ |
D | build.gradle | 4 api project(':support-annotations') 9 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 10 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/transition/ |
D | build.gradle | 4 api project(':support-annotations') 8 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 9 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/annotations/ |
D | build.gradle | 13 // external-annotations directory, and those are packaged separately 46 classifier 'annotations' 47 from 'external-annotations' 50 // add javadoc/source/annotations jar tasks as artifacts
|
/frameworks/support/app-toolkit/core-testing/ |
D | build.gradle | 41 compile libs.support.annotations 48 testCompile libs.support.annotations 51 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 52 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/core-utils/ |
D | build.gradle | 4 api project(':support-annotations') 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/v13/ |
D | build.gradle | 4 api project(':support-annotations') 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/core-ui/ |
D | build.gradle | 4 api project(':support-annotations') 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/fragment/ |
D | build.gradle | 7 api project(':support-annotations') 9 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 10 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/media-compat/ |
D | build.gradle | 4 api project(':support-annotations') 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/opt/setupwizard/library/ |
D | Android.mk | 10 android-support-annotations 47 android-support-annotations \ 66 android-support-annotations \
|
/frameworks/support/exifinterface/ |
D | build.gradle | 4 api project(':support-annotations') 6 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
|
/frameworks/support/v7/appcompat/ |
D | build.gradle | 4 api project(':support-annotations') 10 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 11 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/content/ |
D | build.gradle | 20 api project(':support-annotations') 24 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 25 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|
/frameworks/support/app-toolkit/ |
D | settings_support_lib.gradle | 29 include ':support-annotations' 30 project(':support-annotations').projectDir = new File(supportRootDir, 'annotations')
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
D | QSFactory.java | 18 import com.android.systemui.plugins.annotations.DependsOn; 19 import com.android.systemui.plugins.annotations.ProvidesInterface;
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | VolumeDialog.java | 18 import com.android.systemui.plugins.annotations.DependsOn; 19 import com.android.systemui.plugins.annotations.ProvidesInterface;
|
/frameworks/support/tv-provider/ |
D | build.gradle | 4 api project(':support-annotations') 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
|
/frameworks/support/v7/gridlayout/ |
D | build.gradle | 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
|