Home
last modified time | relevance | path

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/
DNewInstanceStringTest.java74 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()
DSetValuesTest.java96 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/
DSetValues002Test.java103 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 …]
DGetValues002Test.java99 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()
DSetValuesTest.java209 packet.setNextValueAsValue(Value.createInt(12345)); in examineGetValues()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValuesTest.java68 valuesRegion.setValue(j, Value.createInt(-j)); in testSetValues001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnTest.java150 expectedValue = Value.createInt(EXPECTED_INT); in testForceEarlyReturn_ReturnInt()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java67 public static Value createInt(int value) { in createInt() method in Value
DPacket.java1107 return Value.createInt(this.getNextValueAsInt()); in getNextValueAsUntaggedValue()
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DConstantTest.java44 public void createInt() { in createInt() method in ConstantTest
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux.go866 createInt := 0
868 createInt = 1
870 return KeyctlInt(KEYCTL_GET_KEYRING_ID, id, createInt, 0, 0)