/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/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/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/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/skqp/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/llvm-project/flang/runtime/ |
D | unit.cpp | 93 Position position, OwningPtr<char> &&newPath, std::size_t newPathLength, in OpenUnit() 150 std::optional<Action> action, Position position, Convert convert, in OpenAnonymousUnit() 233 char *data, std::size_t bytes, std::size_t elementBytes) { in SwapEndianness() 244 bool ExternalFileUnit::Emit(const char *data, std::size_t bytes, in Emit() 271 bool ExternalFileUnit::Receive(char *data, std::size_t bytes, in Receive() 311 IoErrorHandler &handler, std::size_t bytes) { in FrameNextInput()
|
D | file.cpp | 28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path() 63 Position position, IoErrorHandler &handler) { in Open() 219 std::size_t bytes, IoErrorHandler &handler) { in Write() 269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously() 298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
|
D | io-stmt.h | 337 void set_position(Position position) { position_ = position; } // POSITION= in set_position() 452 std::size_t bytes() const { return bytes_; } in bytes() function
|
/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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 94 …public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOExcep… in getInstanceFromCompiledRules() 1387 boolean populateNear(int position) { in populateNear() 1464 assert fTextIdx == position; in populateNear() local 1535 int position = textBegin; in populatePreceding() local 1652 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() 1681 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedBreakIterator.java | 94 …public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOExcep… in getInstanceFromCompiledRules() 1366 boolean populateNear(int position) { in populateNear() 1443 assert fTextIdx == position; in populateNear() local 1514 int position = textBegin; in populatePreceding() local 1631 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() 1660 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding()
|
/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/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/ssa/ |
D | SsaDecoder.java | 102 protected Subtitle decode(byte[] bytes, int length, boolean reset) { in decode() 313 float position; in createCue() 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
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 525 #define FT_STREAM_SEEK( position ) \ argument 538 #define FT_STREAM_READ_AT( position, buffer, count ) \ argument 556 #define FT_FRAME_EXTRACT( size, bytes ) \ argument 562 #define FT_FRAME_RELEASE( bytes ) \ argument
|
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | ByteStringTest.java | 246 private void assertReadFromReluctantStream(byte[] bytes, int chunkSize) in assertReadFromReluctantStream() 264 private void assertReadFrom(byte[] bytes) throws IOException { in assertReadFrom() 437 int position = 0; in testNewOutput_Mixed() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssembler.h | 84 void bindTo(intptr_t position) { in bindTo() 254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes()
|
/external/skqp/src/core/ |
D | SkStream.cpp | 224 bool SkFILEStream::seek(size_t position) { in seek() 364 bool SkMemoryStream::seek(size_t position) { in seek() 712 size_t bytes = 0; in validate() local 814 bool seek(size_t position) override { in seek() 932 size_t position = input->getPosition(); in SkStreamCopy() local
|