HomeSort by relevance Sort by last modified time
    Searched defs:annotationSet (Results 1 - 4 of 4) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderAnnotationSetPool.java 68 BuilderAnnotationSet annotationSet = new BuilderAnnotationSet(
76 ret = internedItems.putIfAbsent(annotationSet, annotationSet);
77 return ret==null?annotationSet:ret;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java 411 Set<Class<?>> annotationSet = new HashSet<Class<?>>();
412 annotationSet.add(annotations[0][0].annotationType());
413 annotationSet.add(annotations[0][1].annotationType());
414 assertTrue("Missing TestAnno annotation", annotationSet
416 assertTrue("Missing Deprecated annotation", annotationSet
422 annotationSet = new HashSet<Class<?>>();
423 annotationSet.add(annotations[1][0].annotationType());
424 assertTrue("Missing Deprecated annotation", annotationSet
439 Set<Class<?>> annotationSet = new HashSet<Class<?>>();
440 annotationSet.add(declaredAnnotations[0].annotationType())
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 

Completed in 154 milliseconds