Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/testing/
DTestProcessor.kt28 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/
DAnnotationProcessor_test.cpp38 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/
Dbuild.gradle4 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/
Dbuild.gradle4 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/
Dbuild.gradle5 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/
DVersionInfo.java17 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/
DlegacyMultidexInstallation.jpp18 @@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/
Dbuild.gradle4 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/
Dbuild.gradle4 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/
Dbuild.gradle13 // 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/
Dbuild.gradle41 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/
Dbuild.gradle4 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/
Dbuild.gradle4 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/
Dbuild.gradle4 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/
Dbuild.gradle7 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/
Dbuild.gradle4 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/
DAndroid.mk10 android-support-annotations
47 android-support-annotations \
66 android-support-annotations \
/frameworks/support/exifinterface/
Dbuild.gradle4 api project(':support-annotations')
6 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
/frameworks/support/v7/appcompat/
Dbuild.gradle4 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/
Dbuild.gradle20 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/
Dsettings_support_lib.gradle29 include ':support-annotations'
30 project(':support-annotations').projectDir = new File(supportRootDir, 'annotations')
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSFactory.java18 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/
DVolumeDialog.java18 import com.android.systemui.plugins.annotations.DependsOn;
19 import com.android.systemui.plugins.annotations.ProvidesInterface;
/frameworks/support/tv-provider/
Dbuild.gradle4 api project(':support-annotations')
7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
/frameworks/support/v7/gridlayout/
Dbuild.gradle7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
8 androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }

12345678910>>...37