HomeSort by relevance Sort by last modified time
    Searched full:annot (Results 1 - 13 of 13) sorted by null

  /cts/tools/test-progress-new/src/testprogress2/
MethodOriginator.java 53 for (AnnotationDesc annot : annots) {
54 if (annot.annotationType().qualifiedName().equals(
57 + (String)annot.elementValues()[0].value().value();
58 } else if (annot.annotationType().qualifiedName().equals(
61 + (String)annot.elementValues()[0].value().value();
62 } else if (annot.annotationType().qualifiedName().equals(
65 if (annot.elementValues().length > 0) {
66 info = (String)annot.elementValues()[0].value().value();
TestMethodInformation.java 57 for (AnnotationDesc annot : annots) {
58 if (annot.annotationType().qualifiedName().equals(
62 ElementValuePair[] pairs = annot.elementValues();
76 } else if (annot.annotationType().qualifiedName().equals(
80 handleTestTargetNew(originator, annot, targetClass);
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Annot.java 5 public @interface Annot
Parent.java 2 @com.android.stubs.Annot(value="asdf")
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Annot.java 27 public @interface Annot {
Parent.java 19 @Annot("asdf")
  /external/libxml2/include/libxml/
schemasInternals.h 257 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttribute
310 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaWildcard
368 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttributeGroup
609 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaType
772 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaElement
828 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaFacet
844 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaNotation
929 xmlSchemaAnnotPtr annot; member in struct:_xmlSchema
  /external/libxml2/
xmlschemas.c 488 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAnnotItem
501 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaTreeItem
518 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttributeUse
663 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaParticle
683 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaModelGroup
701 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaModelGroupDef
738 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaIDC
6879 xmlSchemaAnnotPtr annot = NULL; local
8440 xmlSchemaAnnotPtr annot = NULL; local
9731 xmlSchemaAnnotPtr annot; local
    [all...]
xmlschemastypes.c 336 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaTreeItem
345 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaParticle
357 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaModelGroup
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 114 CompilationUnit annot = new CompilationUnit("a.A", local
127 IApi fromApi = convert(annot, AnnotBDefault);
128 IApi toApi = convert(annot, AnnotB);
  /cts/tools/utils/
CollectAllTests.java 300 for (Annotation annot : annotations) {
302 if (annot.annotationType().getName().equals(annotationName)) {
303 String annotStr = annot.toString();
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 340 // single member annot with one child 'value'
431 for (AnnotationDesc annot : annots) {
432 if (annot.annotationType().toString().equals("dalvik.annotation.TestInfo")) {
433 ElementValuePair[] pairs = annot.elementValues();
  /prebuilt/common/ecj/
ecj.jar 

Completed in 98 milliseconds