OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:annotatations
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java
69
@Nonnull private TreeMap<Integer, AnnotationEndpoint>
annotatations
= Maps.newTreeMap();
field in class:AnnotatedBytes
138
AnnotationEndpoint startPoint =
annotatations
.get(cursor);
141
Map.Entry<Integer, AnnotationEndpoint> previousEntry =
annotatations
.lowerEntry(cursor);
165
Map.Entry<Integer, AnnotationEndpoint> nextEntry =
annotatations
.higherEntry(cursor);
206
annotatations
.put(cursor, startPoint);
216
annotatations
.put(exclusiveEndOffset, endPoint);
224
Integer endOffset =
annotatations
.higherKey(offset);
292
Integer[] keys = new Integer[
annotatations
.size()];
293
keys =
annotatations
.keySet().toArray(keys);
295
AnnotationEndpoint[] values = new AnnotationEndpoint[
annotatations
.size()]
[
all
...]
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 41 milliseconds