OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnnotations
(Results
101 - 125
of
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java
144
classDef.
getAnnotations
(),
156
@Nonnull @Override public ImmutableSet<? extends ImmutableAnnotation>
getAnnotations
() { return annotations; }
/libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java
209
public Annotation[]
getAnnotations
() {
210
return super.
getAnnotations
();
/external/javassist/src/main/javassist/
CtClassType.java
451
anno1 = a1.
getAnnotations
();
456
anno2 = a2.
getAnnotations
();
490
anno1 = a1.
getAnnotations
();
495
anno2 = a2.
getAnnotations
();
511
public Object[]
getAnnotations
() throws ClassNotFoundException {
512
return
getAnnotations
(false);
517
return
getAnnotations
(true);
524
private Object[]
getAnnotations
(boolean ignoreNotFound)
547
anno1 = a1.
getAnnotations
();
556
anno2 = a2.
getAnnotations
();
[
all
...]
CtBehavior.java
196
public Object[]
getAnnotations
() throws ClassNotFoundException {
197
return
getAnnotations
(false);
206
* @see #
getAnnotations
()
211
return
getAnnotations
(true);
218
private Object[]
getAnnotations
(boolean ignoreNotFound)
239
* @see #
getAnnotations
()
[
all
...]
CtField.java
288
public Object[]
getAnnotations
() throws ClassNotFoundException {
289
return
getAnnotations
(false);
298
* @see #
getAnnotations
()
303
return
getAnnotations
(true);
310
private Object[]
getAnnotations
(boolean ignoreNotFound) throws ClassNotFoundException {
[
all
...]
/cts/tools/dex-tools/test/dex/reader/
DexTestsCommon.java
120
for (DexAnnotation anno : element.
getAnnotations
()) {
/cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java
53
public Set<IAnnotation>
getAnnotations
() {
/dalvik/dx/src/com/android/multidex/
MainDexListBuilder.java
193
return (att != null && ((AttRuntimeVisibleAnnotations)att).
getAnnotations
().size()>0);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderClassDef.java
97
@Nonnull @Override public BuilderAnnotationSet
getAnnotations
() { return annotations; }
BuilderClassPool.java
236
return input.
getAnnotations
().size() > 0;
244
return input.
getAnnotations
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
AccessibleObjectTest.java
157
Annotation[] annotations = ao.
getAnnotations
();
/cts/tools/utils/
CollectAllTests.java
359
Annotation[] annotations = testMethod.
getAnnotations
();
470
for (Annotation a : klass.
getAnnotations
()) {
490
for (Annotation a : method.
getAnnotations
()) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java
157
AnnotationFormatter.writeTo(writer, method.
getAnnotations
(), containingClass);
205
AnnotationFormatter.writeTo(writer, method.
getAnnotations
(), containingClass);
264
Collection<? extends Annotation> annotations = parameter.
getAnnotations
();
/cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java
330
public Set<DexAnnotation>
getAnnotations
() {
345
builder.append(formatter.formatAnnotations(
getAnnotations
()));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java
453
Annotation[] annos = method.getDeclaringClass().
getAnnotations
();
457
annos = method.
getAnnotations
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java
318
Annotation[] annos = method.
getAnnotations
();
425
for (Annotation annotation : declaringClass.
getAnnotations
()) {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java
128
Annotation[] a = nativeInstanceMethod.
getAnnotations
();
203
Annotation[] a = nativeInstanceMethod.
getAnnotations
();
/cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java
70
Set<IAnnotation> annotations = field.
getAnnotations
();
94
Set<IAnnotation> annotations = sigClass.
getAnnotations
();
[
all
...]
ConvertClassTest.java
119
assertEquals(1, sigClass.
getAnnotations
().size());
120
IAnnotation annotation = sigClass.
getAnnotations
().iterator().next();
141
assertEquals(1, field.
getAnnotations
().size());
142
IAnnotation annotation = field.
getAnnotations
().iterator().next();
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java
211
return item.
getAnnotations
();
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java
215
return item.
getAnnotations
();
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java
211
return item.
getAnnotations
();
/external/skia/src/pdf/
SkPDFDevice.h
160
SkPDFArray*
getAnnotations
() const { return fAnnotations; }
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.13.0/
builder-model-0.13.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.13.3/
builder-model-0.13.3.jar
Completed in 1226 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>