| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowAudioTrackTest.java | 103 ByteBuffer byteBuffer = ByteBuffer.allocate(4); in writeByteBuffer_blocking() local 114 ByteBuffer byteBuffer = ByteBuffer.allocate(4); in writeByteBuffer_nonBlocking() local 127 ByteBuffer byteBuffer = ByteBuffer.allocate(4); in writeByteBuffer_correctBytesWritten() local 142 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_blocking() local 153 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_nonBlocking() local 164 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_invalidWriteMode() local 175 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4); in writeDirectByteBuffer_invalidSize() local
|
| D | ShadowUsbRequestTest.java | 87 ByteBuffer byteBuffer = ByteBuffer.wrap(buffer); in queue() local 111 ByteBuffer byteBuffer = ByteBuffer.wrap(buffer); in queue_outOfSize() local
|
| D | ShadowMediaExtractorTest.java | 103 ByteBuffer byteBuffer = ByteBuffer.allocate(byteBufferSize); in readSampleData_returnsSampleData() local 133 ByteBuffer byteBuffer = ByteBuffer.allocate(byteBufferSize); in readSampleData_returnsSampleDataForTwoTracks() local
|
| /external/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/ |
| D | UTF8Benchmark.kt | 68 val byteBuffer = ByteBuffer.wrap(ByteArray(i.length * 4)) in encodeUtf8JavaFlatbuffers() constant 91 val byteBuffer = ByteBuffer.wrap(ary) in decodeUtf8JavaFlatbuffers() constant 115 val byteBuffer = ByteBuffer.wrap(ByteArray(i.length)) in encodeAsciiJavaFlatbuffers() constant 140 val byteBuffer = ByteBuffer.wrap(ary) in decodeAsciiJavaFlatbuffers() constant
|
| /external/brotli/csharp/org/brotli/dec/ |
| D | IntReader.cs | 11 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()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
| D | ByteBufferByteChannel.java | 27 ByteBuffer byteBuffer; field in ByteBufferByteChannel 29 public ByteBufferByteChannel(ByteBuffer byteBuffer) { in ByteBufferByteChannel()
|
| /external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | FlatbuffersVerifierTests.swift | 199 …var byteBuffer = ByteBuffer(bytes: [20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0, 0, 8, 0, 4… in testVerifyUnionVectors() variable 206 …var byteBuffer = ByteBuffer(bytes: [20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0, 0, 8, 0, 4… in testErrorWrongFileId() variable 213 …var byteBuffer = ByteBuffer(bytes: [0, 0, 0, 1, 20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0… in testVerifyPrefixedBuffer() variable
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
| D | IsoTypeReader.java | 80 public static String readString(ByteBuffer byteBuffer) { in readString() 90 public static String readString(ByteBuffer byteBuffer, int length) { in readString() 97 public static long readUInt64(ByteBuffer byteBuffer) { in readUInt64()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
| D | PlayReadyHeader.java | 48 public void parse(ByteBuffer byteBuffer) { in parse() 72 ByteBuffer byteBuffer = ByteBuffer.allocate(size); in getData() local 113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
| D | CencSampleEncryptionInformationGroupEntry.java | 42 public void parse(ByteBuffer byteBuffer) { in parse() 52 ByteBuffer byteBuffer = ByteBuffer.allocate(20); in get() local
|
| D | GroupEntry.java | 22 public abstract void parse(ByteBuffer byteBuffer); in parse()
|
| /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
| D | ReadableBufferTestBase.java | 87 ByteBuffer byteBuffer = ByteBuffer.allocate(msg.length()); in readToByteBufferShouldSucceed() local 99 ByteBuffer byteBuffer = ByteBuffer.allocate(2); in partialReadToByteBufferShouldSucceed() local
|
| /external/okio/okio/src/jvmTest/java/okio/ |
| D | NioTest.java | 107 ByteBuffer byteBuffer = ByteBuffer.allocate(1024); in testWritableByteChannel() local 129 ByteBuffer byteBuffer = ByteBuffer.allocate(1024); in testReadableByteChannel() local
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
| D | AbstractBox.java | 85 protected abstract void getContent(ByteBuffer byteBuffer); in getContent() 264 private void getHeader(ByteBuffer byteBuffer) { in getHeader()
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| D | NullMediaHeaderBox.java | 40 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| D | DataReferenceBox.java | 59 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| D | ItemProtectionBox.java | 55 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| D | SubtitleMediaHeaderBox.java | 23 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| D | DataEntryUrlBox.java | 42 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| D | SampleDescriptionBox.java | 67 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| /external/cronet/components/cronet/android/api/src/android/net/http/ |
| D | UploadDataProvider.java | 50 @NonNull ByteBuffer byteBuffer) throws IOException; in read()
|
| /external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
| D | InterpreterFactory.java | 56 public InterpreterApi create(@NonNull ByteBuffer byteBuffer, InterpreterApi.Options options) { in create()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/ |
| D | ActionMessageFormat0SampleEntryBox.java | 34 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
| /external/OpenCSD/decoder/source/mem_acc/ |
| D | trc_mem_acc_cb.cpp | 22 …t ocsd_mem_space_acc_t memSpace, const uint8_t trcID, const uint32_t reqBytes, uint8_t *byteBuffer) in readBytes()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
| D | TimeCodeBox.java | 49 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|