Home
last modified time | relevance | path

Searched refs:getMethodAnnotations (Results 1 – 13 of 13) sorted by relevance

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DAnnotationIdTest.java96 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithBooleanElement()
112 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithByteElement()
128 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithCharElement()
144 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithDoubleElement()
160 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithFloatElement()
176 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithIntElement()
192 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithLongElement()
208 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithShortElement()
224 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithStingElement()
242 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithEnumElement()
[all …]
/external/javassist/src/test/scoped/
DScopedRepositoryTestCase.java158 checkTestAnnotation(getMethodAnnotations(ctClass), value); in checkTestAnnotation()
179 checkScopedAnnotation(annotationClass, getMethodAnnotations(ctClass), value); in checkScopedAnnotation()
201 protected Object[] getMethodAnnotations(CtClass clazz) throws Exception in getMethodAnnotations() method in ScopedRepositoryTestCase
/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DStubxWriter.java96 methodAnnotationSize += entry.getValue().getMethodAnnotations().size(); in write()
102 for (String annot : entry.getValue().getMethodAnnotations()) { in write()
DMethodAnnotationsRecord.java19 ImmutableSet<String> getMethodAnnotations() { in getMethodAnnotations() method in MethodAnnotationsRecord
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DClassSection.java72 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key); in getMethodAnnotations() method
DDexWriter.java806 AnnotationSetKey methodAnnotationsKey = classSection.getMethodAnnotations(method);
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DClassSection.java76 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key); in getMethodAnnotations() method
DDexWriter.java1008 AnnotationSetKey methodAnnotationsKey = classSection.getMethodAnnotations(method);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderClassPool.java215 …@Nullable @Override public BuilderAnnotationSet getMethodAnnotations(@Nonnull BuilderMethod builde…
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
DBuilderClassPool.java235 …@Nullable @Override public BuilderAnnotationSet getMethodAnnotations(@Nonnull BuilderMethod builde…
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DClassPool.java305 …@Nullable @Override public Set<? extends Annotation> getMethodAnnotations(@Nonnull PoolMethod meth…
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DClassPool.java349 …@Nullable @Override public Set<? extends Annotation> getMethodAnnotations(@Nonnull PoolMethod meth…
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueishProcessor.java329 public List<String> getMethodAnnotations() { in getMethodAnnotations() method in AutoValueishProcessor.GetterProperty