OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methodAnnotation
(Results
1 - 4
of
4
) sorted by null
/cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java
27
import dex.reader.DexClassImpl.
MethodAnnotation
;
46
private final
MethodAnnotation
methodAnnotation
;
56
int accessFlags,
MethodAnnotation
methodAnnotation
,
64
this.
methodAnnotation
=
methodAnnotation
;
86
if (
methodAnnotation
!= null) {
87
buffer.setPosition(
methodAnnotation
.annotationsOff);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java
47
private
MethodAnnotation
[] methodAnnotations;
65
* @param methodAnnotations A list of <code>
MethodAnnotation
</code> objects that contain the method annotations for
72
@Nullable List<
MethodAnnotation
> methodAnnotations,
88
this.methodAnnotations = new
MethodAnnotation
[methodAnnotations.size()];
108
* @param methodAnnotations A list of <code>
MethodAnnotation
</code> objects containing the method annotations
117
List<
MethodAnnotation
> methodAnnotations,
138
methodAnnotations = new
MethodAnnotation
[methodAnnotationCount];
170
methodAnnotations[i] = new
MethodAnnotation
(methodIdItem, methodAnnotationSet);
173
"Error occured while reading
MethodAnnotation
at index " + i);
241
for (
MethodAnnotation
methodAnnotation: methodAnnotations)
[
all
...]
/external/smali/smali/src/main/antlr3/
smaliTreeWalker.g
252
List<AnnotationDirectoryItem.
MethodAnnotation
> methodAnnotations,
269
$methodAnnotations = new LinkedList<AnnotationDirectoryItem.
MethodAnnotation
>();
271
AnnotationDirectoryItem.
MethodAnnotation
methodAnnotation
=
272
new AnnotationDirectoryItem.
MethodAnnotation
($method.encodedMethod.method, $method.methodAnnotationSet);
273
$methodAnnotations.add(
methodAnnotation
);
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 86 milliseconds