Searched refs:anno (Results 1 - 10 of 10) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DParameterAnnotationsAttribute.java155 Annotation[] anno = params[i];
156 writer.numAnnotations(anno.length);
157 for (int j = 0; j < anno.length; ++j)
158 anno[j].write(writer);
H A DAnnotationsAttribute.java681 Annotation anno = currentAnno;
684 currentAnno = anno;
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer.py311 anno = 'undefined'
327 anno = '\'' + test_str + '\''
329 passingrate_anno += anno
335 data_map[test_group] = (test_map, anno, links)
337 data_map[test_group] = (test_map, anno, simple_rev_str)
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DConfig.h139 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { argument
141 return attr && (attr->getAnnotation() == anno);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java507 for( Annotation anno: annos ){
509 if( anno.annotationType().getName().equals( "com.xtremelabs.robolectric.annotation.Values" )){
510 String annotationString = anno.toString();
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g1222 Annotation anno = $annotation.annotation;
1223 Annotation old = annotationMap.put(anno.getType(), anno);
1225 throw new SemanticException(input, "Multiple annotations of type \%s", anno.getType());
/external/javassist/src/main/javassist/
H A DCtClassType.java656 private static Object toAnnoType(Annotation anno, ClassPool cp) argument
661 return anno.toAnnotationType(cl, cp);
665 return anno.toAnnotationType(cl2, cp);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java6669 Annotation anno = annotation201;
6670 Annotation old = annotationMap.put(anno.getType(), anno);
6672 throw new SemanticException(input, "Multiple annotations of type %s", anno.getType());
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 221 milliseconds