Home
last modified time | relevance | path

Searched defs:createLong (Results 1 – 3 of 3) sorted by relevance

/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
/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