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

123

/dalvik/tests/078-polymorphic-virtual/src/
H A DBase.java29 public int getValue() { method in class:Base
H A DMain.java36 System.out.println(derived1.getValue());
37 System.out.println(derived2.getValue());
38 System.out.println(derived3.getValue());
/dalvik/tests/084-class-init/src/
H A DIntHolder.java35 public int getValue() { method in class:IntHolder
H A DMain.java80 SlowInit.FIELD0.getValue() + SlowInit.FIELD1.getValue() +
81 SlowInit.FIELD2.getValue() + SlowInit.FIELD3.getValue());
91 field0 = SlowInit.FIELD0.getValue();
92 field1 = SlowInit.FIELD1.getValue();
93 field2 = SlowInit.FIELD2.getValue();
94 field3 = SlowInit.FIELD3.getValue();
/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 DCstLong.java84 public long getValue() { method in class:CstLong
H A DCstInteger.java67 if ((obj != null) && (obj.getValue() == value)) {
113 public int getValue() { method in class:CstInteger
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 DCstShort.java97 public short getValue() { method in class:CstShort
/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 DCstLong.java84 public long getValue() { method in class:CstLong
H A DCstInteger.java67 if ((obj != null) && (obj.getValue() == value)) {
113 public int getValue() { method in class:CstInteger
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 DCstShort.java97 public short getValue() { method in class:CstShort
/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/cf/attrib/
H A DAttAnnotationDefault.java64 public Constant getValue() { method in class:AttAnnotationDefault
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStringIdItem.java115 public CstUtf8 getValue() { method in class:StringIdItem
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DNameValuePair.java109 public Constant getValue() { method in class:NameValuePair
/dalvik/dx/src/com/android/dx/dex/file/
H A DMemberIdsSection.java79 formatter.format("%n%6d %s", entry.getValue().get(), entry.getKey());

Completed in 500 milliseconds

123