Home
last modified time | relevance | path

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

12345

/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs48 private readonly byte[] bytes; field in Google.Protobuf.ByteString
59 internal static ByteString FromBytes(byte[] bytes) in FromBytes()
68 internal static byte[] GetBuffer(ByteString bytes) in GetBuffer()
77 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes()
86 private ByteString(byte[] bytes) in ByteString()
137 public static ByteString FromBase64(string bytes) in FromBase64()
151 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom()
159 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom()
332 public void CopyTo(byte[] array, int position) in CopyTo()
/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/webrtc/base/
Dbytebuffer.cc33 ByteBuffer::ByteBuffer(const char* bytes, size_t len) { in ByteBuffer()
37 ByteBuffer::ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order) { in ByteBuffer()
41 ByteBuffer::ByteBuffer(const char* bytes) { in ByteBuffer()
49 void ByteBuffer::Construct(const char* bytes, size_t len, in Construct()
224 bool ByteBuffer::SetReadPosition(const ReadPosition &position) { in SetReadPosition()
Dstream.cc112 bool StreamInterface::SetPosition(size_t position) { in SetPosition()
181 bool StreamAdapterInterface::SetPosition(size_t position) { in SetPosition()
428 bool FileStream::SetPosition(size_t position) { in SetPosition()
533 StreamResult MemoryStreamBase::Read(void* buffer, size_t bytes, in Read()
551 StreamResult MemoryStreamBase::Write(const void* buffer, size_t bytes, in Write()
586 bool MemoryStreamBase::SetPosition(size_t position) { in SetPosition()
731 StreamResult FifoBuffer::ReadOffset(void* buffer, size_t bytes, in ReadOffset()
737 StreamResult FifoBuffer::WriteOffset(const void* buffer, size_t bytes, in WriteOffset()
747 StreamResult FifoBuffer::Read(void* buffer, size_t bytes, in Read()
771 StreamResult FifoBuffer::Write(const void* buffer, size_t bytes, in Write()
[all …]
Dstream_unittest.cc44 virtual bool SetPosition(size_t position) { in SetPosition()
78 size_t bytes; in SeekTest() local
103 size_t bytes; in TEST() local
/external/v8/src/snapshot/
Dsnapshot-source-sink.h51 int bytes = (answer & 3) + 1; in GetInt() local
63 int position() { return position_; } in position() function
/external/v8/src/zone/
Dzone-chunk-list.h150 size_t position) in ZoneChunkListIterator()
183 size_t position) in ForwardZoneChunkListIterator()
234 size_t position) in ReverseZoneChunkListIterator()
401 size_t bytes = static_cast<size_t>(reinterpret_cast<uintptr_t>(end) - in CopyTo() local
/external/v8/src/parsing/
Dscanner-character-streams.cc51 size_t position = pos(); in ReadBlock() local
129 size_t position = pos(); in ReadBlock() local
213 size_t bytes; member
250 bool Utf8ExternalStreamingStream::SkipToPosition(size_t position) { in SkipToPosition()
347 void Utf8ExternalStreamingStream::SearchPosition(size_t position) { in SearchPosition()
425 size_t Utf8ExternalStreamingStream::FillBuffer(size_t position) { in FillBuffer()
470 size_t position) { in FindChunk()
535 size_t OneByteExternalStreamingStream::FillBuffer(size_t position) { in FillBuffer()
580 size_t position = pos(); in ReadBlock() local
681 size_t position = pos(); in ReadBlock() local
[all …]
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c20 float position[4]; member
78 set_vertices(struct vertex *vertices, unsigned bytes) in set_vertices()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp_unittest.cc275 size_t position; in ReadData() local
287 size_t position, tosend; in WriteData() local
324 void SetBytesPerSend(int bytes) { in SetBytesPerSend()
365 size_t position, desired; in OnTcpReadable() local
394 size_t position; in ReadData() local
406 size_t position, tosend; in WriteData() local
509 size_t position; in ReadUntilIOPending() local
534 size_t position, tosend; in WriteData() local
/external/flatbuffers/js/
Dflatbuffers.js802 flatbuffers.ByteBuffer = function(bytes) { argument
831 flatbuffers.ByteBuffer.prototype.bytes = function() { method in flatbuffers.ByteBuffer
840 flatbuffers.ByteBuffer.prototype.position = function() { method in flatbuffers.ByteBuffer
849 flatbuffers.ByteBuffer.prototype.setPosition = function(position) { argument
/external/v8/src/
Dstring-stream.cc17 char* HeapStringAllocator::allocate(unsigned bytes) { in allocate()
23 char* FixedStringAllocator::allocate(unsigned bytes) { in allocate()
272 unsigned position = 0; in OutputToFile() local
569 char* HeapStringAllocator::grow(unsigned* bytes) { in grow()
Dperf-jit.cc302 int position = iterator.source_position().ScriptOffset(); in LogWriteDebugInfo() local
368 void PerfJitLogger::LogWriteBytes(const char* bytes, int size) { in LogWriteBytes()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftstream.h489 #define FT_STREAM_SEEK( position ) \ argument
502 #define FT_STREAM_READ_AT( position, buffer, count ) \ argument
520 #define FT_FRAME_EXTRACT( size, bytes ) \ argument
526 #define FT_FRAME_RELEASE( bytes ) \ argument
/external/freetype/include/freetype/internal/
Dftstream.h489 #define FT_STREAM_SEEK( position ) \ argument
502 #define FT_STREAM_READ_AT( position, buffer, count ) \ argument
520 #define FT_FRAME_EXTRACT( size, bytes ) \ argument
526 #define FT_FRAME_RELEASE( bytes ) \ argument
/external/skia/src/core/
DSkStream.cpp228 bool SkFILEStream::seek(size_t position) { in seek()
343 bool SkMemoryStream::seek(size_t position) { in seek()
610 size_t bytes = 0; in validate() local
714 bool seek(size_t position) override { in seek()
821 size_t position = input->getPosition(); in SkStreamCopy() local
/external/libbrillo/brillo/streams/
Dstream.cc21 bool Stream::SetPosition(uint64_t position, ErrorPtr* error) { in SetPosition()
189 size_t bytes, in IgnoreEOSCallback()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java286 private void assertReadFromReluctantStream(byte[] bytes, int chunkSize) in assertReadFromReluctantStream()
304 private void assertReadFrom(byte[] bytes) throws IOException { in assertReadFrom()
477 int position = 0; in testNewOutput_Mixed() local
/external/tremolo/Tremolo/
Dbitwise.c374 int getbyte(ogg_reference *or,int position){ in getbyte()
511 ogg_reference *ogg_buffer_extend(ogg_reference *or,long bytes){ in ogg_buffer_extend()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java92 …public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOExcep… in getInstanceFromCompiledRules()
1205 void setPosition(int key, int position) { in setPosition()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java92 …public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOExcep… in getInstanceFromCompiledRules()
1185 void setPosition(int key, int position) { in setPosition()
/external/dexmaker/lib/
Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java464 private static int encode(CharSequence sequence, byte[] bytes, int offset, int length) { in encode()
947 public int position() { in position() method in CodedOutputByteBufferNano
969 OutOfSpaceException(int position, int limit) { in OutOfSpaceException()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h81 int bytes; member
120 int position; member
/external/flac/libFLAC/
Dstream_decoder.c911 …LAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position) in FLAC__stream_decoder_get_decode_position()
2816 FLAC__bool read_callback_(FLAC__byte buffer[], size_t *bytes, void *client_data) in read_callback_()
2897 …s read_callback_ogg_aspect_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes) in read_callback_ogg_aspect_()
2923 …s read_callback_proxy_(const void *void_decoder, FLAC__byte buffer[], size_t *bytes, void *client_… in read_callback_proxy_()
3343 …ad_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_… in file_read_callback_()

12345