Home
last modified time | relevance | path

Searched refs:createLong (Results 1 – 12 of 12) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.ts596 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 …]
Dmonster_test_generated.js667 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/
DSetValuesTest.java101 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/
DForceEarlyReturn002Test.java79 forceEarlyReturnPacket.setNextValueAsValue(Value.createLong(EXPECTED_LONG)); in testForceEarlyReturn_ReturnLong()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValuesTest.java75 valuesRegion.setValue(j, Value.createLong((long)-j)); in testSetValues001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java74 public static Value createLong(long value) { in createLong() method in Value
DPacket.java1109 return Value.createLong(this.getNextValueAsLong()); in getNextValueAsUntaggedValue()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DSetValues002Test.java246 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()
DPopFrames002Test.java367 invokeCommand.setNextValueAsValue(Value.createLong(timeOfMethodInvocation)); in testPopFramesWithInvokeMethods()
DGetValues002Test.java133 Value oldValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE); in testGetValues006_Long()
/external/flatbuffers/js/
Dflatbuffers.js809 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/
DConstantTest.java134 public void createLong() { in createLong() method in ConstantTest