Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 79) sorted by relevance

1234

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DConstantPool.java43 public Constant get(int n); in get()
55 public Constant get0Ok(int n); in get0Ok()
69 public Constant getOrNull(int n); in getOrNull()
DStdConstantPool.java56 public Constant getOrNull(int n) { in getOrNull()
66 public Constant get0Ok(int n) { in get0Ok()
75 public Constant get(int n) { in get()
96 public void set(int n, Constant cst) { in set()
/dalvik/dx/src/com/android/dx/rop/cst/
DConstantPool.java43 public Constant get(int n); in get()
55 public Constant get0Ok(int n); in get0Ok()
69 public Constant getOrNull(int n); in getOrNull()
DStdConstantPool.java56 public Constant getOrNull(int n) { in getOrNull()
66 public Constant get0Ok(int n) { in get0Ok()
75 public Constant get(int n) { in get()
96 public void set(int n, Constant cst) { in set()
/dalvik/dexgen/src/com/android/dexgen/rop/
DStdFieldList.java36 public Field get(int n) { in get()
46 public void set(int n, Field field) { in set()
DLineNumberList.java74 public Item get(int n) { in get()
84 public void set(int n, Item item) { in set()
99 public void set(int n, int startPc, int lineNumber) { in set()
DStdAttributeList.java37 public Attribute get(int n) { in get()
101 public void set(int n, Attribute attribute) { in set()
/dalvik/dx/src/com/android/dx/cf/iface/
DStdMethodList.java36 public Method get(int n) { in get()
46 public void set(int n, Method method) { in set()
DStdFieldList.java36 public Field get(int n) { in get()
46 public void set(int n, Field field) { in set()
DStdAttributeList.java37 public Attribute get(int n) { in get()
101 public void set(int n, Attribute attribute) { in set()
/dalvik/dx/src/com/android/dx/cf/code/
DByteBlockList.java45 public ByteBlock get(int n) { in get()
72 public void set(int n, ByteBlock bb) { in set()
DExecutionStack.java200 public TypeBearer peek(int n) { in peek()
220 public boolean peekLocal(int n) { in peekLocal()
240 public Type peekType(int n) { in peekType()
274 public void change(int n, TypeBearer type) { in change()
DLineNumberList.java74 public Item get(int n) { in get()
84 public void set(int n, Item item) { in set()
99 public void set(int n, int startPc, int lineNumber) { in set()
DSwitchList.java76 public int getValue(int n) { in getValue()
87 public int getTarget(int n) { in getTarget()
/dalvik/dexgen/src/com/android/dexgen/util/
DFixedSizeList.java175 protected final Object get0(int n) { in get0()
199 protected final Object getOrNull0(int n) { in getOrNull0()
212 protected final void set0(int n, Object obj) { in set0()
230 private Object throwIndex(int n) { in throwIndex()
DIntList.java171 public int get(int n) { in get()
190 public void set(int n, int value) { in set()
235 public void insert(int n, int value) { in insert()
257 public void removeIndex(int n) { in removeIndex()
313 public void pop(int n) { in pop()
/dalvik/dx/src/com/android/dx/util/
DFixedSizeList.java175 protected final Object get0(int n) { in get0()
199 protected final Object getOrNull0(int n) { in getOrNull0()
212 protected final void set0(int n, Object obj) { in set0()
230 private Object throwIndex(int n) { in throwIndex()
DIntList.java171 public int get(int n) { in get()
190 public void set(int n, int value) { in set()
235 public void insert(int n, int value) { in insert()
257 public void removeIndex(int n) { in removeIndex()
313 public void pop(int n) { in pop()
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotationsList.java76 public Annotations get(int n) { in get()
87 public void set(int n, Annotations a) { in set()
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotationsList.java76 public Annotations get(int n) { in get()
87 public void set(int n, Annotations a) { in set()
/dalvik/dx/src/com/android/dx/rop/code/
DInsnList.java43 public Insn get(int n) { in get()
53 public void set(int n, Insn insn) { in set()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DInsnList.java43 public Insn get(int n) { in get()
53 public void set(int n, Insn insn) { in set()
/dalvik/dx/src/com/android/dx/dex/code/
DCatchHandlerList.java48 public Entry get(int n) { in get()
121 public void set(int n, CstType exceptionType, int handler) { in set()
131 public void set(int n, Entry entry) { in set()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DCatchHandlerList.java48 public Entry get(int n) { in get()
121 public void set(int n, CstType exceptionType, int handler) { in set()
131 public void set(int n, Entry entry) { in set()
/dalvik/dx/src/com/android/dx/cf/attrib/
DInnerClassList.java43 public Item get(int n) { in get()
58 public void set(int n, CstType innerClass, CstType outerClass, in set()

1234