/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | AllocatedBuffer.java | 99 public abstract int position(); in position() method in AllocatedBuffer 109 public abstract AllocatedBuffer position(int position); in position() method in AllocatedBuffer 131 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() 140 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() 184 public int position() { in wrap() method in AllocatedBuffer 189 public AllocatedBuffer position(int position) { in wrap() method in AllocatedBuffer
|
/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/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/protobuf/csharp/src/Google.Protobuf/ |
D | ByteString.cs | 55 private readonly byte[] bytes; field in Google.Protobuf.ByteString 66 internal static ByteString FromBytes(byte[] bytes) in FromBytes() 75 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() 84 private ByteString(byte[] bytes) in ByteString() 143 public static ByteString FromBase64(string bytes) in FromBase64() 206 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom() 214 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom() 227 public static ByteString CopyFrom(ReadOnlySpan<byte> bytes) in CopyFrom() 399 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/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 | 27 size_t bytes, in Read() 47 size_t bytes, in Write() 83 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/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() 1513 assert fTextIdx == position; in populateNear() local 1584 int position = textBegin; in populatePreceding() local 1701 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() 1730 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding()
|
/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() 1492 assert fTextIdx == position; in populateNear() local 1563 int position = textBegin; in populatePreceding() local 1680 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() 1709 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/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | ParsableByteArray.java | 31 private int position; field in ParsableByteArray 153 public void setPosition(int position) { in setPosition() 166 public void skipBytes(int bytes) { in skipBytes()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | ParsableByteArray.java | 31 private int position; field in ParsableByteArray 150 public void setPosition(int position) { in setPosition() 180 public void skipBytes(int bytes) { in skipBytes()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | ParsableByteArray.java | 31 private int position; field in ParsableByteArray 150 public void setPosition(int position) { in setPosition() 180 public void skipBytes(int bytes) { in skipBytes()
|
/external/webrtc/p2p/base/ |
D | pseudo_tcp_unittest.cc | 303 size_t position; in ReadData() local 315 size_t position, tosend; in WriteData() local 350 void SetBytesPerSend(int bytes) { bytes_per_send_ = bytes; } in SetBytesPerSend() 389 size_t position, desired; in OnTcpReadable() local 418 size_t position; in ReadData() local 430 size_t position, tosend; in WriteData() local 530 size_t position; in ReadUntilIOPending() local 555 size_t position, tosend; in WriteData() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_live_range.cc | 180 for (const HloPosition& position : value->positions()) { in CalculateBufferStartEndMap() local 285 int64_t bytes = ShapeUtil::ByteSizeOf(value->instruction()->shape(), 8); in ToString() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | TestUtil.java | 113 public static byte[] createByteArray(int... bytes) { in createByteArray() 128 public static ImmutableList<Byte> createByteList(int... bytes) { in createByteList() 436 DataSource dataSource, long position, Uri uri) throws IOException { in getExtractorInputFromPosition()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | TestUtil.java | 113 public static byte[] createByteArray(int... bytes) { in createByteArray() 128 public static ImmutableList<Byte> createByteList(int... bytes) { in createByteList() 436 DataSource dataSource, long position, Uri uri) throws IOException { in getExtractorInputFromPosition()
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pyx | 90 def bytes(self): member in CsInsn 235 def op_find(self, op_type, position): argument
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoder.java | 117 protected Subtitle decode(byte[] bytes, int length, boolean reset) in decode() 135 int position = parsableByteArray.getPosition(); in decode() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoder.java | 126 protected Subtitle decode(byte[] bytes, int length, boolean reset) in decode() 142 int position = parsableByteArray.getPosition(); in decode() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoder.java | 126 protected Subtitle decode(byte[] bytes, int length, boolean reset) in decode() 142 int position = parsableByteArray.getPosition(); in decode() local
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 841 flatbuffers.ByteBuffer = function(bytes) { argument 874 flatbuffers.ByteBuffer.prototype.bytes = function() { method in flatbuffers.ByteBuffer 883 flatbuffers.ByteBuffer.prototype.position = function() { method in flatbuffers.ByteBuffer 892 flatbuffers.ByteBuffer.prototype.setPosition = function(position) { argument
|