Searched refs:createLong (Results 1 – 11 of 11) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | SetValuesTest.java | 100 testField(classID, fieldInfo, Value.createLong(Long.MIN_VALUE)); in testField() 101 testField(classID, fieldInfo, Value.createLong(Long.MAX_VALUE)); in testField() 102 testField(classID, fieldInfo, Value.createLong(0)); in testField()
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 484 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 545 builder.addFieldInt64(1, val, builder.createLong(0, 0)); 928 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 951 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1020 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1043 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1413 builder.addFieldInt64(18, testhashs64Fnv1, builder.createLong(0, 0)); 1421 builder.addFieldInt64(19, testhashu64Fnv1, builder.createLong(0, 0)); 1445 builder.addFieldInt64(22, testhashs64Fnv1a, builder.createLong(0, 0)); 1453 builder.addFieldInt64(23, testhashu64Fnv1a, builder.createLong(0, 0));
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | ForceEarlyReturn002Test.java | 79 forceEarlyReturnPacket.setNextValueAsValue(Value.createLong(EXPECTED_LONG)); in testForceEarlyReturn_ReturnLong()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValuesTest.java | 82 valuesRegion.setValue(j, Value.createLong((long)-j)); in testSetValues001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Value.java | 74 public static Value createLong(long value) { in createLong() method in Value
|
D | Packet.java | 1093 return Value.createLong(this.getNextValueAsLong()); in getNextValueAsUntaggedValue()
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 791 flatbuffers.Builder.prototype.createLong = function(low, high) { method in flatbuffers.Builder 1151 flatbuffers.ByteBuffer.prototype.createLong = function(low, high) { method in flatbuffers.ByteBuffer
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | SetValues002Test.java | 246 Value oldValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE); in testSetValues006_Long() 247 Value newValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE_TO_SET); in testSetValues006_Long()
|
D | GetValues002Test.java | 133 Value oldValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE); in testGetValues006_Long()
|
D | PopFrames002Test.java | 367 invokeCommand.setNextValueAsValue(Value.createLong(timeOfMethodInvocation)); in testPopFramesWithInvokeMethods()
|
/external/r8/src/test/java/com/android/tools/r8/debug/ |
D | LocalsTest.java | 315 Assert.assertEquals(Value.createLong(expectedValueOfL), valueOfL); in testInvokeRangeLong()
|