OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeAnnotator
(Results
1 - 20
of
20
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java
93
annotators.put(mapItem.getType(), HeaderItem.
makeAnnotator
(this, mapItem));
96
annotators.put(mapItem.getType(), StringIdItem.
makeAnnotator
(this, mapItem));
99
annotators.put(mapItem.getType(), TypeIdItem.
makeAnnotator
(this, mapItem));
102
annotators.put(mapItem.getType(), ProtoIdItem.
makeAnnotator
(this, mapItem));
105
annotators.put(mapItem.getType(), FieldIdItem.
makeAnnotator
(this, mapItem));
108
annotators.put(mapItem.getType(), MethodIdItem.
makeAnnotator
(this, mapItem));
111
annotators.put(mapItem.getType(), ClassDefItem.
makeAnnotator
(this, mapItem));
114
annotators.put(mapItem.getType(), MapItem.
makeAnnotator
(this, mapItem));
117
annotators.put(mapItem.getType(), TypeListItem.
makeAnnotator
(this, mapItem));
120
annotators.put(mapItem.getType(), AnnotationSetRefList.
makeAnnotator
(this, mapItem))
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
TypeIdItem.java
45
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
AnnotationItem.java
47
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
AnnotationSetItem.java
46
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
AnnotationSetRefList.java
46
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
EncodedArrayItem.java
43
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
FieldIdItem.java
49
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
MethodIdItem.java
49
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
ProtoIdItem.java
49
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
StringDataItem.java
44
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
StringIdItem.java
46
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
TypeListItem.java
46
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
AnnotationDirectoryItem.java
47
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
MapItem.java
74
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
ClassDataItem.java
45
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
ClassDefItem.java
56
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
DebugInfoItem.java
45
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
HeaderItem.java
163
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
CodeItem.java
69
public static SectionAnnotator
makeAnnotator
(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 65 milliseconds