Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dmonster_test_generated.ts658 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 …]
Dmonster_test_generated.js788 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/
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.java80 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/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DConstantTest.java133 public void createLong() { in createLong() method in ConstantTest
/external/flatbuffers/js/
Dflatbuffers.js830 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/
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()
DGetValues002Test.java133 Value oldValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE); in testGetValues006_Long()
DPopFrames002Test.java367 invokeCommand.setNextValueAsValue(Value.createLong(timeOfMethodInvocation)); in testPopFramesWithInvokeMethods()