Home
last modified time | relevance | path

Searched +defs:position +defs:bytes (Results 1 – 25 of 89) sorted by relevance

1234

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java100 public abstract int position(); in position() method in AllocatedBuffer
111 public abstract AllocatedBuffer position(int position); in position() argument
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() method in AllocatedBuffer
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java100 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() method in AllocatedBuffer
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DByteBufferChannel.java28 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/
DFuzzCOLRv1.cpp18 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/
DInputReaderAdapterV30.java50 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/
DInputReaderAdapterV30.java50 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/
Dbit_writer.h37 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/
DByteString.cs58 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/
DByteString.cs58 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/
Dogg_helper.c45 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/
Dpem.rs19 position: Length, field
63 fn position(&self) -> Length { in position() method
73 let bytes = self.decoder.decode(buf)?; in read_into() localVariable
Dslice.rs9 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/
DRandomAccessFileInputStream.java114 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()
DNullInputStream.java78 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/
DFakeStreams.h27 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/
Dmemory_stream.cc33 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/
DBranchInstruction.java51 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/
DNioBufferIterator.java32 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/
Dslice.rs12 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/
DRuleBasedBreakIterator.java107 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/
DRuleBasedBreakIterator.java107 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/
Docclusion-query.c21 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/
DNullInputStreamTest.java49 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/
Dbuffered_dwarf_reader.cc17 BufferedDwarfReader::BufferedDwarfReader(int fd, uint64_t position) in BufferedDwarfReader()
174 bool BufferedDwarfReader::BufferedRead(void* out, const size_t bytes) { in BufferedRead()
/external/flatbuffers/ts/
Dbyte-buffer.ts29 bytes(): Uint8Array { method in ByteBuffer
36 position(): number { method in ByteBuffer

1234