| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | AllocatedBuffer.java | 100 public abstract int position(); in position() method in AllocatedBuffer 111 public abstract AllocatedBuffer position(int position); in position() method in AllocatedBuffer 133 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() 142 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() 186 public int position() { in wrap() method in AllocatedBuffer 191 public AllocatedBuffer position(int position) { in wrap() argument
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | AllocatedBuffer.java | 100 public abstract int position(); in position() method in AllocatedBuffer 111 public abstract AllocatedBuffer position(int position); in position() method in AllocatedBuffer 133 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() 142 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() 186 public int position() { in wrap() method in AllocatedBuffer 191 public AllocatedBuffer position(int position) { in wrap() argument
|
| /external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
| D | ByteBufferChannel.java | 28 public ByteBufferChannel(byte[] bytes) { in ByteBufferChannel() 32 public ByteBufferChannel(byte[] bytes, int offset, int length) { in ByteBufferChannel() 70 public long position() throws IOException { in position() method in ByteBufferChannel 75 public SeekableByteChannel position(long newPosition) throws IOException { in position() method in ByteBufferChannel
|
| /external/skia/fuzz/oss_fuzz/ |
| D | FuzzCOLRv1.cpp | 18 void FuzzCOLRv1(sk_sp<SkData> bytes) { in FuzzCOLRv1() 43 SkPoint position = SkPoint::Make(0, 0); in FuzzCOLRv1() local 57 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/mediaparser/ |
| D | InputReaderAdapterV30.java | 50 public void setCurrentPosition(long position) { in setCurrentPosition() 67 public void seekToPosition(long position) { in seekToPosition() 72 public int read(byte[] bytes, int offset, int readLength) throws IOException { in read()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/mediaparser/ |
| D | InputReaderAdapterV30.java | 50 public void setCurrentPosition(long position) { in setCurrentPosition() 67 public void seekToPosition(long position) { in seekToPosition() 72 public int read(byte[] bytes, int offset, int readLength) throws IOException { in read()
|
| /external/cronet/net/tools/huffman_trie/ |
| D | bit_writer.h | 37 uint32_t position() const { return position_; } in position() function 41 const std::vector<uint8_t>& bytes() const { return bytes_; } in bytes() function
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ByteString.cs | 58 private readonly ReadOnlyMemory<byte> bytes; field in Google.Protobuf.ByteString 63 internal static ByteString AttachBytes(ReadOnlyMemory<byte> bytes) in AttachBytes() 73 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() 82 private ByteString(ReadOnlyMemory<byte> bytes) in ByteString() 160 public static ByteString FromBase64(string bytes) in FromBase64() 212 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom() 220 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom() 232 public static ByteString CopyFrom(ReadOnlySpan<byte> bytes) in CopyFrom() 411 public void CopyTo(byte[] array, int position) in CopyTo()
|
| /external/protobuf/csharp/src/Google.Protobuf/ |
| D | ByteString.cs | 58 private readonly ReadOnlyMemory<byte> bytes; field in Google.Protobuf.ByteString 63 internal static ByteString AttachBytes(ReadOnlyMemory<byte> bytes) in AttachBytes() 73 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() 82 private ByteString(ReadOnlyMemory<byte> bytes) in ByteString() 160 public static ByteString FromBase64(string bytes) in FromBase64() 212 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom() 220 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom() 232 public static ByteString CopyFrom(ReadOnlySpan<byte> bytes) in CopyFrom() 411 public void CopyTo(byte[] array, int position) in CopyTo()
|
| /external/flac/src/libFLAC/ |
| D | ogg_helper.c | 45 static FLAC__bool full_read_(FLAC__StreamEncoder *encoder, FLAC__byte *buffer, size_t bytes, FLAC__… in full_read_() 95 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… in simple_ogg_page__get_at() 179 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… in simple_ogg_page__set_at()
|
| /external/rust/crates/der/src/reader/ |
| D | pem.rs | 19 position: Length, field 63 fn position(&self) -> Length { in position() method 73 let bytes = self.decoder.decode(buf)?; in read_into() localVariable
|
| D | slice.rs | 9 bytes: ByteSlice<'a>, field 15 position: Length, field 74 fn position(&self) -> Length { in position() method
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
| D | RandomAccessFileInputStream.java | 114 public int read(final byte[] bytes) throws IOException { in read() 119 public int read(final byte[] bytes, final int offset, final int length) throws IOException { in read() 130 private void seek(final long position) throws IOException { in seek()
|
| D | NullInputStream.java | 78 private long position; field in NullInputStream 234 protected void processBytes(final byte[] bytes, final int offset, final int length) { in processBytes() 272 public int read(final byte[] bytes) throws IOException { in read() 290 public int read(final byte[] bytes, final int offset, final int length) throws IOException { in read()
|
| /external/skia/tests/ |
| D | FakeStreams.h | 27 size_t peek(void* buf, size_t bytes) const override { in peek() 30 size_t read(void* buf, size_t bytes) override { in read() 77 bool seek(size_t position) override { return fStream.seek(position); } in seek()
|
| /external/webrtc/rtc_base/ |
| D | memory_stream.cc | 33 size_t bytes; in Read() local 64 size_t bytes = buffer.size(); in Write() local 81 bool MemoryStream::SetPosition(size_t position) { in SetPosition()
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | BranchInstruction.java | 51 protected int position; // Byte code offset field in BranchInstruction 178 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() 271 protected void setPosition(final int position) { in setPosition()
|
| /external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/ |
| D | NioBufferIterator.java | 32 private int position; field in NioBufferIterator 69 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() 124 private static void checkReadBounds(int position, int length, int byteCount) { in checkReadBounds()
|
| /external/rust/crates/der/src/writer/ |
| D | slice.rs | 12 bytes: &'a mut [u8], field 18 position: Length, field 58 let position = self.position; in finish() localVariable
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | RuleBasedBreakIterator.java | 107 ByteBuffer bytes, boolean phraseBreaking) throws IOException { in getInstanceFromCompiledRules() 130 …public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOExcep… in getInstanceFromCompiledRules() 1415 boolean populateNear(int position) { in populateNear() 1539 assert fTextIdx == position; in populateNear() local 1610 int position = textBegin; in populatePreceding() local 1727 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() 1756 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | RuleBasedBreakIterator.java | 107 ByteBuffer bytes, boolean phraseBreaking) throws IOException { in getInstanceFromCompiledRules() 130 …public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOExcep… in getInstanceFromCompiledRules() 1436 boolean populateNear(int position) { in populateNear() 1560 assert fTextIdx == position; in populateNear() local 1631 int position = textBegin; in populatePreceding() local 1748 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() 1777 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding()
|
| /external/mesa3d/src/gallium/tests/graw/ |
| D | occlusion-query.c | 21 float position[4]; member 79 set_vertices(struct vertex *vertices, unsigned bytes) in set_vertices()
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
| D | NullInputStreamTest.java | 49 protected void processBytes(final byte[] bytes, final int offset, final int length) { in processBytes() 72 int position = 0; in testMarkAndReset() local
|
| /external/cronet/base/debug/ |
| D | buffered_dwarf_reader.cc | 17 BufferedDwarfReader::BufferedDwarfReader(int fd, uint64_t position) in BufferedDwarfReader() 174 bool BufferedDwarfReader::BufferedRead(void* out, const size_t bytes) { in BufferedRead()
|
| /external/flatbuffers/ts/ |
| D | byte-buffer.ts | 29 bytes(): Uint8Array { method in ByteBuffer 36 position(): number { method in ByteBuffer
|