Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dgenerate_MessageFormatter_java.py161 annotation = "" variable
169 annotation = paramType.split(":")[1] variable
181 annotation = annotation variable
Dgenerate_MessageParser_java.py209 annotation = "" variable
217 annotation = paramType.split(":")[1] variable
229 annotation = annotation variable
/sdk/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRunnerHelp.java196 MonkeyRunnerExported annotation = clz.getAnnotation(MonkeyRunnerExported.class); in buildHelpHdf() local
218 MonkeyRunnerExported annotation = m.getAnnotation(MonkeyRunnerExported.class); in buildHelpHdf() local
DJythonUtils.java120 MonkeyRunnerExported annotation = m.getAnnotation(MonkeyRunnerExported.class); in createArgParser() local
391 MonkeyRunnerExported annotation = f.getAnnotation(MonkeyRunnerExported.class); in buildFieldDoc() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringAssistant.java73 public boolean canFix(Annotation annotation) { in canFix()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFix.java141 public boolean canFix(Annotation annotation) { in canFix()