Home
last modified time | relevance | path

Searched defs:byteBuffer (Results 1 – 25 of 35) 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/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAliasDataReader.java171 private ByteBuffer byteBuffer; field in UConverterAliasDataReader
DUConverterDataReader.java616 private ByteBuffer byteBuffer; field in UConverterDataReader
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringPrepDataReader.java74 private ByteBuffer byteBuffer; field in StringPrepDataReader
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeDecompressor.java167 public int decompress(byte [] byteBuffer, in decompress()
DUnicodeCompressor.java362 byte [] byteBuffer, in compress()
/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
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java386 private void printBytes(byte[] byteBuffer, int len) { in printBytes()
/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/node/deps/icu-small/source/tools/genrb/
Dwrtjava.cpp451 char byteBuffer[100] = { 0 }; in bytes_write_java() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp157 const deUint8* byteBuffer = reinterpret_cast<const deUint8*>(buffer); in isValueWithinBuffer() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtjava.cpp451 char byteBuffer[100] = { 0 }; in bytes_write_java() local

12