Searched defs:byteArray (Results 1 – 11 of 11) sorted by relevance
130 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()
45 …ssRefPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) in create()67 ImageData::ImageData(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) in ImageData()
53 @Test public void byteArray() throws Exception { in byteArray() method in RequestTest
111 byte[] byteArray() { in byteArray() method in AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream
445 uint8_t* byteArray = NULL; in bytes_write_java() local
450 uint8_t* byteArray = NULL; in bytes_write_java() local
455 jbyteArray byteArray = (*env)->NewByteArray(env, ImageInfo.ThumbnailSize); in getThumbnail() local
52 static byte[] byteArray; field in ArraysTest
1918 RefPtr<Uint8ClampedArray> byteArray = buffer->getUnmultipliedImageData(imageDataRect); in getImageData() local
1279 function processData(byteArray) { argument1280 function finish(byteArray) { argument1302 Browser.asyncLoad(url, function(byteArray) { argument
1203 function processData(byteArray) { argument1204 function finish(byteArray) { argument1226 Browser.asyncLoad(url, function(byteArray) { argument