/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 658 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 719 builder.addFieldInt64(1, val, builder.createLong(0, 0)); 791 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 821 builder.addFieldInt64(0, id, builder.createLong(0, 0)); 1195 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1218 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1287 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1310 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1509 …his.bb!.readInt64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : this.bb!.createLong(0, 0); 1577 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); [all …]
|
D | monster_test_generated.js | 788 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 849 builder.addFieldInt64(1, val, builder.createLong(0, 0)); 934 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 964 builder.addFieldInt64(0, id, builder.createLong(0, 0)); 1345 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1368 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1437 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1460 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1657 …? this.bb.readInt64(this.bb.__vector(this.bb_pos + offset) + index * 8) : this.bb.createLong(0, 0); 1725 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | SetValuesTest.java | 101 testField(classID, fieldInfo, Value.createLong(Long.MIN_VALUE)); in testField() 102 testField(classID, fieldInfo, Value.createLong(Long.MAX_VALUE)); in testField() 103 testField(classID, fieldInfo, Value.createLong(0)); in testField()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | ForceEarlyReturn002Test.java | 80 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 | 75 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 | 1109 return Value.createLong(this.getNextValueAsLong()); in getNextValueAsUntaggedValue()
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/ |
D | ConstantTest.java | 133 public void createLong() { in createLong() method in ConstantTest
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 830 flatbuffers.Builder.prototype.createLong = function(low, high) { method in flatbuffers.Builder 1251 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()
|