Searched refs:createInt (Results 1 – 11 of 11) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceStringTest.java | 74 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_ByteArrayIntIntConstructor() 75 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_ByteArrayIntIntConstructor() 95 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_ByteArrayIntIntStringConstructor() 96 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_ByteArrayIntIntStringConstructor() 138 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_ByteArrayIntIntCharsetConstructor() 139 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_ByteArrayIntIntCharsetConstructor() 193 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_CharArrayIntIntConstructor() 194 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_CharArrayIntIntConstructor() 245 constructorArguments.add(Value.createInt(0)); in testNewInstanceString_IntArrayIntIntConstructor() 246 constructorArguments.add(Value.createInt(1)); in testNewInstanceString_IntArrayIntIntConstructor()
|
D | SetValuesTest.java | 96 testField(classID, fieldInfo, Value.createInt(Integer.MIN_VALUE)); in testField() 97 testField(classID, fieldInfo, Value.createInt(Integer.MAX_VALUE)); in testField() 98 testField(classID, fieldInfo, Value.createInt(0)); in testField()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | SetValues002Test.java | 103 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_Int() 104 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_Int() 121 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstant() 122 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstant() 139 Value oldValueForLocal1 = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntTwoConstants() 140 Value newValueForLocal1 = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntTwoConstants() 141 Value oldValueForLocal2 = Value.createInt(-StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntTwoConstants() 142 Value newValueForLocal2 = Value.createInt(-StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntTwoConstants() 162 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithException() 163 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstantWithException() [all …]
|
D | GetValues002Test.java | 99 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int() 115 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int2() 116 Value nextValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE * 2); in testGetValues005_Int2()
|
D | SetValuesTest.java | 209 packet.setNextValueAsValue(Value.createInt(12345)); in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValuesTest.java | 68 valuesRegion.setValue(j, Value.createInt(-j)); in testSetValues001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | ForceEarlyReturnTest.java | 150 expectedValue = Value.createInt(EXPECTED_INT); in testForceEarlyReturn_ReturnInt()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Value.java | 67 public static Value createInt(int value) { in createInt() method in Value
|
D | Packet.java | 1107 return Value.createInt(this.getNextValueAsInt()); in getNextValueAsUntaggedValue()
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/ |
D | ConstantTest.java | 44 public void createInt() { in createInt() method in ConstantTest
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_linux.go | 866 createInt := 0 868 createInt = 1 870 return KeyctlInt(KEYCTL_GET_KEYRING_ID, id, createInt, 0, 0)
|