/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 596 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 657 builder.addFieldInt64(1, val, builder.createLong(0, 0)); 719 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 749 builder.addFieldInt64(0, id, builder.createLong(0, 0)); 1128 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1151 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1220 return offset ? this.bb!.readInt64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1243 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); 1442 …his.bb!.readInt64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : this.bb!.createLong(0, 0); 1510 return offset ? this.bb!.readUint64(this.bb_pos + offset) : this.bb!.createLong(0, 0); [all …]
|
D | monster_test_generated.js | 667 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 728 builder.addFieldInt64(1, val, builder.createLong(0, 0)); 803 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 833 builder.addFieldInt64(0, id, builder.createLong(0, 0)); 1219 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1242 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1311 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1334 return offset ? this.bb.readUint64(this.bb_pos + offset) : this.bb.createLong(0, 0); 1531 …? this.bb.readInt64(this.bb.__vector(this.bb_pos + offset) + index * 8) : this.bb.createLong(0, 0); 1599 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 | 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 | 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/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 | PopFrames002Test.java | 367 invokeCommand.setNextValueAsValue(Value.createLong(timeOfMethodInvocation)); in testPopFramesWithInvokeMethods()
|
D | GetValues002Test.java | 133 Value oldValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE); in testGetValues006_Long()
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 809 flatbuffers.Builder.prototype.createLong = function(low, high) { method in flatbuffers.Builder 1231 flatbuffers.ByteBuffer.prototype.createLong = function(low, high) { method in flatbuffers.ByteBuffer
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/ |
D | ConstantTest.java | 134 public void createLong() { in createLong() method in ConstantTest
|