/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/ |
T_dreturn_7.j | 20 .field value D 30 putfield dxc.junit.opcodes.dreturn.jm.T_dreturn_7.value D 77 getfield dxc.junit.opcodes.dreturn.jm.T_dreturn_7.value D 83 putfield dxc.junit.opcodes.dreturn.jm.T_dreturn_7.value D 94 getfield dxc.junit.opcodes.dreturn.jm.T_dreturn_7.value D 149 getfield dxc.junit.opcodes.dreturn.jm.T_dreturn_7.value D
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/jm/ |
T_freturn_7.j | 20 .field value F 30 putfield dxc.junit.opcodes.freturn.jm.T_freturn_7.value F 77 getfield dxc.junit.opcodes.freturn.jm.T_freturn_7.value F 83 putfield dxc.junit.opcodes.freturn.jm.T_freturn_7.value F 94 getfield dxc.junit.opcodes.freturn.jm.T_freturn_7.value F 149 getfield dxc.junit.opcodes.freturn.jm.T_freturn_7.value F
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/jm/ |
T_invokespecial_22.j | 20 .field value I 30 putfield dxc.junit.opcodes.invokespecial.jm.T_invokespecial_22.value I 76 getfield dxc.junit.opcodes.invokespecial.jm.T_invokespecial_22.value I 82 putfield dxc.junit.opcodes.invokespecial.jm.T_invokespecial_22.value I 90 getfield dxc.junit.opcodes.invokespecial.jm.T_invokespecial_22.value I 143 getfield dxc.junit.opcodes.invokespecial.jm.T_invokespecial_22.value I
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/jm/ |
T_ireturn_7.j | 20 .field value I 30 putfield dxc.junit.opcodes.ireturn.jm.T_ireturn_7.value I 77 getfield dxc.junit.opcodes.ireturn.jm.T_ireturn_7.value I 83 putfield dxc.junit.opcodes.ireturn.jm.T_ireturn_7.value I 91 getfield dxc.junit.opcodes.ireturn.jm.T_ireturn_7.value I 145 getfield dxc.junit.opcodes.ireturn.jm.T_ireturn_7.value I
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/ |
T_lreturn_7.j | 20 .field value J 30 putfield dxc.junit.opcodes.lreturn.jm.T_lreturn_7.value J 76 getfield dxc.junit.opcodes.lreturn.jm.T_lreturn_7.value J 82 putfield dxc.junit.opcodes.lreturn.jm.T_lreturn_7.value J 93 getfield dxc.junit.opcodes.lreturn.jm.T_lreturn_7.value J 147 getfield dxc.junit.opcodes.lreturn.jm.T_lreturn_7.value J
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/jm/ |
T_opc_return_2.j | 20 .field value I 30 putfield dxc.junit.opcodes.opc_return.jm.T_opc_return_2.value I 76 getfield dxc.junit.opcodes.opc_return.jm.T_opc_return_2.value I 82 putfield dxc.junit.opcodes.opc_return.jm.T_opc_return_2.value I 90 getfield dxc.junit.opcodes.opc_return.jm.T_opc_return_2.value I 143 getfield dxc.junit.opcodes.opc_return.jm.T_opc_return_2.value I
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 35 * @return the value in question 42 * @return the value in question 49 * @return the value in question 56 * @return the value in question 63 * @return {@code non-null;} the value in question 71 * @return {@code null-ok;} the value in question
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form22b.java | 47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant(); local 50 ", " + literalBitsString(value); 56 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant(); local 57 return literalBitsComment(value, 8); 99 int value = local 104 codeUnit(regs.get(1).getReg(), value & 0xff));
|
Form22s.java | 47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant(); local 50 + ", " + literalBitsString(value); 56 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant(); local 57 return literalBitsComment(value, 16); 99 int value = local 105 (short) value);
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicReferenceFieldUpdaterTest.java | 89 * get returns the last value set or assigned 106 * compareAndSet succeeds in changing value if equal to expected else fails 126 * compareAndSet in one thread enables another waiting for value 155 * repeated weakCompareAndSet succeeds in changing value when equal 174 * getAndSet returns previous value and sets to given value
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHPrivateKeySpecTest.java | 83 assertEquals("The value returned by getX() must be " 84 + "equal to the value specified in the constructor", 86 assertEquals("The value returned by getP() must be " 87 + "equal to the value specified in the constructor", 89 assertEquals("The value returned by getG() must be " 90 + "equal to the value specified in the constructor",
|
DHPublicKeySpecTest.java | 83 assertEquals("The value returned by getY() must be " 84 + "equal to the value specified in the constructor", 86 assertEquals("The value returned by getP() must be " 87 + "equal to the value specified in the constructor", 89 assertEquals("The value returned by getG() must be " 90 + "equal to the value specified in the constructor",
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attreffectivevalue.java | 31 * If an Attr is explicitly assigned any value, then that value is the attributes effective value. 67 String value; local 73 value = domesticAttr.getNodeValue(); 74 assertEquals("attrEffectiveValueAssert", "Yes", value);
|
attrentityreplacement.java | 31 * The "getValue()" method will return the value of the 36 * returned by the "getValue()" method. The value should 38 * replaced with its value. This test uses the 72 String value; local 78 value = streetAttr.getValue(); 79 assertEquals("streetYes", "Yes", value);
|
elementchangeattributevalue.java | 31 * The "setAttribute(name,value)" method adds a new attribute 33 * its value should be changed to the new one that is in 34 * the "value" parameter. 38 * "setAttribute(name,value)" method. Since the name of the 40 * element, then its value should be changed to the new one 41 * of the "value" parameter.
|
hc_attreffectivevalue.java | 31 * If an Attr is explicitly assigned any value, then that value is the attributes effective value. 66 String value; local 72 value = domesticAttr.getNodeValue(); 73 assertEquals("attrEffectiveValueAssert", "Yes", value);
|
hc_elementchangeattributevalue.java | 31 * The "setAttribute(name,value)" method adds a new attribute 33 * its value should be changed to the new one that is in 34 * the "value" parameter. 38 * "setAttribute(name,value)" method. Since the name of the 40 * element, then its value should be changed to the new one 41 * of the "value" parameter.
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
setAttributeNS04.java | 34 * The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute. 37 * and its vale is changed to be the "value" paramter. 38 * null value if no previously existing Attr node with the 43 * by getting the attributes value, namespace URI, local Name and prefix. 45 * and its value changed to the "value" parameter.
|
/dalvik/libcore/math/src/test/java/tests/api/java/math/ |
MathContextTest.java | 94 assertEquals("MathContext.getPrecision() returns incorrect value", 96 assertEquals("MathContext.getPrecision() returns incorrect value", 100 assertEquals("MathContext.getRoundingMode() returns incorrect value", 103 assertEquals("MathContext.getRoundingMode() returns incorrect value", 107 assertEquals("MathContext.toString() returning incorrect value", 109 assertEquals("MathContext.toString() returning incorrect value",
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
EncodedKeySpecTest.java | 100 * initial array value 114 /* Modify initial array's value */ 120 /* Check that byte value has not been changed */ 126 * returned value of <code>getEncoded()</code> method 141 /* Modify returned value */ 146 /* Check that byte value has not been changed */
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
MultiThreadAccessTest.java | 193 assertEquals("Wrong value of field1", DatabaseCreator.defaultString 196 assertEquals("Wrong value of field2", Integer.valueOf(id2).intValue(), result 198 assertEquals("Wrong value of field3", Integer.valueOf(id2).intValue(), result 209 assertEquals("Wrong value of field1", DatabaseCreator.defaultString 212 assertEquals("Wrong value of field2", Integer.valueOf(newID).intValue(), result 214 assertEquals("Wrong value of field3", Integer.valueOf(newID).intValue(), result 242 // assertEquals("Wrong value of field " + field, BigDecimal.valueOf(id), 256 // assertEquals("Wrong value of field " + field, expectedVal, result 277 assertEquals("Wrong value of id ", 281 assertEquals("Wrong value of field2 ", result.getInt("id"), resul [all...] |
/dalvik/libcore/support/src/test/java/tests/resources/Package/ |
hyts_package.jar | |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLInputStream.java | 36 * Reads the following byte value. Note that in the case of 59 * Reads and returns uint8 value. 66 * Reads and returns uint16 value. 73 * Reads and returns uint24 value. 80 * Reads and returns uint32 value. 88 * Reads and returns uint64 value.
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
SourceLocator.java | 31 * <p>The return value is the public identifier of the document 44 * <p>The return value is the system identifier of the document 60 * <p><strong>Warning:</strong> The return value from the method 65 * <p>The return value is an approximation of the line number 77 * <p><strong>Warning:</strong> The return value from the method 82 * <p>The return value is an approximation of the column number
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
ValidatorHandler.java | 169 * A {@link ContentHandler} or a null value. 327 * Look up the value of a feature flag. 331 * temporarily be unable to return its value. 339 * @return The current value of the feature (true or false). 341 * value can't be assigned or retrieved. 344 * cannot determine its value at this time. 356 * Set the value of a feature flag. 364 * possible for a {@link ValidatorHandler} to expose a feature value but 365 * to be unable to change the current value. 371 * @param value The requested value of the feature (true or false) [all...] |