Searched refs:annotations (Results 1 – 25 of 445) sorted by relevance
12345678910>>...18
32 std::string annotations = result.str(); in TEST() local34 EXPECT_NE(std::string::npos, annotations.find("@Deprecated")); in TEST()43 std::string annotations = result.str(); in TEST() local45 EXPECT_NE(std::string::npos, annotations.find("@android.annotation.SystemApi")); in TEST()46 EXPECT_EQ(std::string::npos, annotations.find("@SystemApi")); in TEST()47 EXPECT_NE(std::string::npos, annotations.find("This is a system API")); in TEST()
39 LOCAL_JAVA_LIBRARIES := android-support-annotations52 android-support-annotations65 android-support-annotations78 android-support-annotations97 LOCAL_JAVA_LIBRARIES := android-support-annotations
18 @@com.android.jack.annotations.MultiDexInstaller33 @@com.android.jack.annotations.MultiDexInstaller46 @@com.android.jack.annotations.MultiDexInstaller
18 android-support-annotations \25 android-support-annotations \
7 compile project(':support-annotations')10 exclude module: 'support-annotations'13 exclude module: 'support-annotations'
46 Annotation[] annotations = method.getDeclaredAnnotations(); in getTestMethod() local47 for (Annotation annotation : annotations) { in getTestMethod()
2 include ':support-annotations'3 project(':support-annotations').projectDir = new File(rootDir, 'annotations')
7 compile project(':support-annotations')9 exclude module: 'support-annotations'12 exclude module: 'support-annotations'
19 import com.android.tools.layoutlib.annotations.VisibleForTesting;20 import com.android.tools.layoutlib.annotations.VisibleForTesting.Visibility;
26 import com.android.internal.annotations.GuardedBy;27 import com.android.internal.annotations.VisibleForTesting;
66 "https://docs.oracle.com/javase/tutorial/java/annotations/repeating.html">Repeatable67 annotations</a>78 "https://docs.oracle.com/javase/tutorial/java/annotations/type_annotations.html">89 To test lambda expressions, method references, and type annotations on121 <li>and Reflection APIs associated with repeatable annotations, such as
2 @@com.android.jack.annotations.ForceInMainDex
19 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
19 import com.android.internal.annotations.VisibleForTesting;
3 @com.android.mtp.annotations.UsedByNative *;
17 package com.android.tools.layoutlib.annotations;
17 package com.android.mtp.annotations;