/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/ |
D | EntityProcessorTest.kt | 350 val annotation = mapOf( in <lambda>() constant 386 val annotation = mapOf( in <lambda>() constant 406 val annotation = mapOf( in <lambda>() constant 431 val annotation = mapOf( in <lambda>() constant 451 val annotation = mapOf( in <lambda>() constant 471 val annotation = mapOf( in <lambda>() constant 492 val annotation = mapOf( in <lambda>() constant 509 val annotation = mapOf( in <lambda>() constant 526 val annotation = mapOf( in <lambda>() constant 1233 val annotation = mapOf( in <lambda>() constant [all …]
|
D | ShortcutMethodProcessorTest.kt | 47 val annotation: KClass<out Annotation>) { in <lambda>() constant in android.arch.persistence.room.processor.ShortcutMethodProcessorTest
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverListControllerTest.java | 91 String annotation = "test_annotation"; in reportChooserSelection() local 126 String annotation, int count) { in initStats() 137 private Intent createSendImageIntent(String annotation) { in createSendImageIntent() 149 UsageStatsManager usm, String packageName, String action, String annotation) { in getCount()
|
/frameworks/base/tests/testables/src/android/testing/ |
D | AndroidTestingRunner.java | 83 private long getTimeout(Test annotation) { in getTimeout() 89 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local 103 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local
|
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/ |
D | SuppressWarningProcessor.kt | 32 val annotation = MoreElements.getAnnotationMirror(element, in getSuppressedWarnings() constant
|
D | UpdateMethodProcessor.kt | 35 val annotation = delegate in process() constant
|
D | ShortcutMethodProcessor.kt | 40 val annotation = MoreElements.getAnnotationMirror(executableElement, in extractAnnotation() constant
|
D | QueryMethodProcessor.kt | 48 val annotation = MoreElements.getAnnotationMirror(executableElement, in <lambda>() constant
|
D | InsertionMethodProcessor.kt | 43 val annotation = delegate.extractAnnotation(Insert::class, in process() constant
|
D | CustomConverterProcessor.kt | 54 val annotation = MoreElements.getAnnotationMirror(element, in <lambda>() constant
|
D | EntityProcessor.kt | 65 val annotation = MoreElements.getAnnotationMirror(element, in <lambda>() constant 432 android.arch.persistence.room.Entity::class.java).orNull()?.let { annotation -> in <lambda>() method
|
D | PojoProcessor.kt | 302 val annotation = MoreElements.getAnnotationMirror(relationElement, Relation::class.java) in <lambda>() constant
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
D | TestApplication.java | 26 public static Annotation annotation = getAnnotationWithEnum(); field in TestApplication
|
/frameworks/base/core/java/android/app/ |
D | IActivityController.aidl | 53 int appEarlyNotResponding(String processName, int pid, String annotation); in appEarlyNotResponding()
|
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/ |
D | MismatchedAnnotationCheck.java | 105 public void setAnnotation(String annotation) { in setAnnotation()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | UiAutomationShellWrapper.java | 106 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
|
/frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/ |
D | ReflectiveGenericLifecycleObserver.java | 129 OnLifecycleEvent annotation = method.getAnnotation(OnLifecycleEvent.class); in createInfo() local
|
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/ |
D | AppCompatibility.java | 308 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | Filter.java | 561 Annotation annotation; in addAndSetFinalPorts() local 581 Annotation annotation; in addAnnotatedPorts() local
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 551 for (const std::string& annotation : annotations) { in AppendJavaDocAnnotations() local
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/ |
D | LayoutXmlProcessor.java | 294 final Class annotation = BindingBuildInfo.class; in writeInfoClass() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrors.java | 805 ActivityRecord parent, boolean aboveSystem, final String annotation) { in appNotResponding()
|
D | BroadcastQueue.java | 186 public AppNotResponding(ProcessRecord app, String annotation) { in AppNotResponding()
|
/frameworks/base/media/java/android/media/ |
D | WebVttRenderer.java | 120 public void onStart(String tag, String[] classes, String annotation) { } in onStart() 332 void onStart(String tag, String[] classes, String annotation); in onStart()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 996 RemotableViewMethod annotation = method.getAnnotation(RemotableViewMethod.class); in getAsyncMethod() local
|