Searched defs:getValue (Results 1 - 25 of 25) sorted by relevance

/dalvik/tests/078-polymorphic-virtual/src/
H A DBase.java29 public int getValue() { method in class:Base
/dalvik/tests/084-class-init/src/
H A DIntHolder.java35 public int getValue() { method in class:IntHolder
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttAnnotationDefault.java64 public Constant getValue() { method in class:AttAnnotationDefault
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DNameValuePair.java109 public Constant getValue() { method in class:NameValuePair
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstBoolean.java72 return getValue() ? "boolean{true}" : "boolean{false}";
88 return getValue() ? "true" : "false";
96 public boolean getValue() { method in class:CstBoolean
H A DCstByte.java96 public byte getValue() { method in class:CstByte
H A DCstChar.java96 public char getValue() { method in class:CstChar
H A DCstDouble.java87 public double getValue() { method in class:CstDouble
H A DCstFloat.java88 public float getValue() { method in class:CstFloat
H A DCstLong.java84 public long getValue() { method in class:CstLong
H A DCstShort.java97 public short getValue() { method in class:CstShort
H A DCstInteger.java67 if ((obj != null) && (obj.getValue() == value)) {
113 public int getValue() { method in class:CstInteger
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DNameValuePair.java103 public Constant getValue() { method in class:NameValuePair
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstBoolean.java72 return getValue() ? "boolean{true}" : "boolean{false}";
88 return getValue() ? "true" : "false";
96 public boolean getValue() { method in class:CstBoolean
H A DCstByte.java96 public byte getValue() { method in class:CstByte
H A DCstChar.java96 public char getValue() { method in class:CstChar
H A DCstDouble.java87 public double getValue() { method in class:CstDouble
H A DCstFloat.java88 public float getValue() { method in class:CstFloat
H A DCstLong.java84 public long getValue() { method in class:CstLong
H A DCstShort.java97 public short getValue() { method in class:CstShort
H A DCstInteger.java67 if ((obj != null) && (obj.getValue() == value)) {
113 public int getValue() { method in class:CstInteger
/dalvik/tests/064-field-access/src/
H A DMain.java51 public Object getValue(Field field, Object obj, char type, method in class:Main
137 * localInst.getValue() is performed using an instance of Main as the
138 * source of the reflection call. otherInst.getValue() uses a subclass
181 localInst.getValue(localPubByteField, samePkgInst, 'B', null);
186 this.getValue(localProtByteField, samePkgInst, 'B', null);
191 this.getValue(localPrivFloatField, samePkgInst, 'F',
203 this.getValue(otherProtShortField, this, 'S',
205 this.getValue(otherProtShortField, otherPkgInst, 'S',
207 this.getValue(otherPkgDoubleField, otherPkgInst, 'D',
215 localInst.getValue(localPubByteFiel
283 public Object getValue(Field field, Object obj, char type, method in class:SubOther
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DStringIdItem.java113 public CstString getValue() { method in class:StringIdItem
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStringIdItem.java115 public CstUtf8 getValue() { method in class:StringIdItem
/dalvik/dx/src/com/android/dx/cf/code/
H A DSwitchList.java76 public int getValue(int n) { method in class:SwitchList

Completed in 384 milliseconds