Home
last modified time | relevance | path

Searched defs:byteArray (Results 1 – 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DByteUtils.java130 public static short convertShortFromBytes(byte[] byteArray) { in convertShortFromBytes()
134 public static short convertShortFromBytes(byte[] byteArray, int offset) { in convertShortFromBytes()
192 public static int convertIntFromBytes(byte[] byteArray) { in convertIntFromBytes()
196 public static int convertIntFromBytes(byte[] byteArray, int offset) { in convertIntFromBytes()
387 public static float convertFloatFromBytes(byte[] byteArray) { in convertFloatFromBytes()
390 public static float convertFloatFromBytes(byte[] byteArray, int offset) { in convertFloatFromBytes()
443 public static boolean convertBooleanFromBytes(byte[] byteArray) { in convertBooleanFromBytes()
446 public static boolean convertBooleanFromBytes(byte[] byteArray, int offset) { in convertBooleanFromBytes()
/external/chromium_org/third_party/WebKit/Source/core/html/
DImageData.cpp45 …ssRefPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) in create()
67 ImageData::ImageData(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) in ImageData()
/external/okhttp/src/test/java/com/squareup/okhttp/
DRequestTest.java53 @Test public void byteArray() throws Exception { in byteArray() method in RequestTest
/external/guava/guava/src/com/google/common/hash/
DAbstractNonStreamingHashFunction.java111 byte[] byteArray() { in byteArray() method in AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream
/external/icu4c/tools/genrb/
Dwrtjava.c445 uint8_t* byteArray = NULL; in bytes_write_java() local
/external/chromium_org/third_party/icu/source/tools/genrb/
Dwrtjava.c450 uint8_t* byteArray = NULL; in bytes_write_java() local
/external/jhead/
Dmain.c455 jbyteArray byteArray = (*env)->NewByteArray(env, ImageInfo.ThumbnailSize); in getThumbnail() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DArraysTest.java52 static byte[] byteArray; field in ArraysTest
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1918 RefPtr<Uint8ClampedArray> byteArray = buffer->getUnmultipliedImageData(imageDataRect); in getImageData() local
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1279 function processData(byteArray) { argument
1280 function finish(byteArray) { argument
1302 Browser.asyncLoad(url, function(byteArray) { argument
/external/chromium_org/tools/win/split_link/viz.js/
Dviz.js1203 function processData(byteArray) { argument
1204 function finish(byteArray) { argument
1226 Browser.asyncLoad(url, function(byteArray) { argument