Home
last modified time | relevance | path

Searched defs:byteBuffer (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DIntReader.cs11 private byte[] byteBuffer; field in Org.Brotli.Dec.IntReader
15 internal static void Init(Org.Brotli.Dec.IntReader ir, byte[] byteBuffer, int[] intBuffer) in Init()
DBitReader.cs25 private readonly byte[] byteBuffer = new byte[ByteBufferSize]; field in Org.Brotli.Dec.BitReader
/third_party/icu/icu4c/source/samples/layout/
DUnicodeReader.cpp36 char *byteBuffer; in readFile() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
DUnicodeReader.cpp36 char *byteBuffer; in readFile() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
DUnicodeReader.cpp36 char *byteBuffer; in readFile() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringPrepDataReader.java76 private ByteBuffer byteBuffer; field in StringPrepDataReader
/third_party/skia/src/pdf/
DSkPDFBitmap.cpp115 uint8_t byteBuffer[4092]; in do_deflated_alpha() local
163 uint8_t byteBuffer[3072]; in do_deflated_image() local
/third_party/flutter/skia/src/pdf/
DSkPDFBitmap.cpp114 uint8_t byteBuffer[4092]; in do_deflated_alpha() local
162 uint8_t byteBuffer[3072]; in do_deflated_image() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeDecompressor.java164 public int decompress(byte [] byteBuffer, in decompress()
DUnicodeCompressor.java359 byte [] byteBuffer, in compress()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java198 ByteBuffer byteBuffer = stringUnderTest.asReadOnlyByteBuffer(); in testAsReadOnlyByteBuffer() local
DByteStringTest.java113 ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length); in testCopyFrom_ByteBufferSize() local
123 ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length); in testCopyFrom_ByteBuffer() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DState.java18 byte[] byteBuffer; // BitReader field in State
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java149 ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length); in testCopyFrom_ByteBufferSize() local
160 ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length); in testCopyFrom_ByteBuffer() local
DLiteralByteStringTest.java276 ByteBuffer byteBuffer = stringUnderTest.asReadOnlyByteBuffer(); in testAsReadOnlyByteBuffer() local
DNioByteStringTest.java289 ByteBuffer byteBuffer = testString.asReadOnlyByteBuffer(); in testAsReadOnlyByteBuffer() local
DCodedInputStreamTest.java1227 ByteBuffer byteBuffer = codedInputStream.readByteBuffer(); in testMaliciousInputStream() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DExhaustiveTest.java389 private void printBytes(byte[] byteBuffer, int len) { in printBytes()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp451 char byteBuffer[100] = { 0 }; in bytes_write_java() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtjava.cpp451 char byteBuffer[100] = { 0 }; in bytes_write_java() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtjava.cpp451 char byteBuffer[100] = { 0 }; in bytes_write_java() local
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtjava.cpp451 char byteBuffer[100] = { 0 }; in bytes_write_java() local
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java103 ByteBuffer byteBuffer; in init() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_image.js145 byteBuffer: "[PC Preview] unknow pixelStride" property
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java422 ByteBuffer byteBuffer = ByteBuffer.wrap(toByteArray()); in asReadOnlyByteBuffer() local

12