HomeSort by relevance Sort by last modified time
    Searched refs:Read (Results 101 - 125 of 1439) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
15 result = _stream->Read(data, sizeToRead, &realProcessedSize);
25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
40 HRESULT res = _stream->Read(data, size, &size);
62 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
90 HRESULT res = Stream->Read(data, size, &size);
  /external/chromium_org/chrome/utility/media_galleries/
iapps_xml_utils.cc 18 if (!reader->Read() || !reader->SkipToElement())
42 if (!reader->Read())
58 // Seek to the start of a tag and read the value into |result| if the node's
93 int bytes_read = file.Read(0, string_as_array(&result), file_info.size);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
RTPFile.h 35 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
72 uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
104 uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
  /art/runtime/base/unix_file/
string_file.h 42 virtual int64_t Read(char* buf, int64_t byte_count, int64_t offset) const;
  /external/chromium_org/android_webview/native/
input_stream_impl.h 37 virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 35 bool Read(const ui::OSExchangeData& data);
  /external/chromium_org/chrome/common/extensions/docs/server2/
offline_file_system.py 16 def Read(self, paths, skip_not_found=False):
19 raise FileNotFoundError('File system is offline, cannot read %s' % paths)
23 raise FileNotFoundError('File system is offline, cannot read %s' % path)
  /external/chromium_org/chrome/common/
partial_circular_buffer.h 11 // A wrapper around a memory buffer that allows circular read and write with a
39 uint32 Read(void* buffer, uint32 buffer_size);
  /external/chromium_org/chrome/utility/
web_resource_unpacker.cc 29 value.reset(base::JSONReader::Read(resource_data_));
31 // Page information not properly read, or corrupted.
  /external/chromium_org/ipc/
ipc_channel_proxy_unittest_messages.h 21 static bool Read(const Message* m, PickleIterator* iter, BadType* r) {
  /external/chromium_org/media/base/
fake_text_track_stream.h 21 virtual void Read(const ReadCB&) OVERRIDE;
  /external/chromium_org/media/filters/
audio_file_reader.h 25 // Audio file data will be read using the given protocol.
42 // Returns the number of sample-frames actually read which will always be
44 int Read(AudioBus* audio_bus);
53 // read. The Read() method returns the actual number of sample-frames it has
54 // read.
blocking_url_protocol.h 18 // asynchronous DataSource::Read() operation completes.
22 // fired any time DataSource::Read() returns an error.
29 // Aborts any pending reads by returning a read error. After this method
30 // returns all subsequent calls to Read() will immediately fail.
34 virtual int Read(int size, uint8* data) OVERRIDE;
41 // Sets |last_read_bytes_| and signals the blocked thread that the read
52 // Cached number of bytes last read from the data source.
ffmpeg_glue.h 6 // read and seek requests to Chrome's internal data structures. The glue works
11 // is initialized with read and seek methods which FFmpeg calls when necessary.
18 // The glue in turn processes those read and seek requests using the
40 // Read the given amount of bytes into data, returns the number of bytes read
42 virtual int Read(int size, uint8* data) = 0;
file_data_source.h 18 // system to read data for a media pipeline.
29 virtual void Read(int64 position, int size, uint8* data,
  /external/chromium_org/media/tools/player_x11/
data_source_logger.h 26 virtual void Read(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_node.h 55 virtual Error Read(const HandleAttr& attr,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fifo_char.h 32 // Returns actual amount read.
36 // read.
37 size_t Read(void* buf, size_t len);
47 size_t tail_; // Next read location
  /external/chromium_org/sync/api/attachments/
attachment_store.h 33 // TODO(maniscalco): Consider udpating Read and Write methods to support
50 // read all attachments specified in ids. If any of the attachments do not
51 // exist or could not be read, |callback|'s Result will be UNSPECIFIED_ERROR.
53 // successfully read, AttachmentIdList will contain attachment ids of
58 // read only part of an attachment.
59 virtual void Read(const AttachmentIdList& ids,
  /external/chromium_org/sync/internal_api/public/attachments/
fake_attachment_store.h 42 virtual void Read(const AttachmentIdList& id,
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketstream.h 51 virtual StreamResult Read(void* buffer, size_t buffer_len,
52 size_t* read, int* error);
  /external/chromium_org/third_party/skia/tests/
SerializationTest.cpp 24 // Test memory read/write functions directly
37 static void Read(SkValidatingReadBuffer& reader, T** flattenable) {
46 static void Read(SkValidatingReadBuffer& reader, SkMatrix* matrix) {
55 static void Read(SkValidatingReadBuffer& reader, SkPath* path) {
64 static void Read(SkValidatingReadBuffer& reader, SkRegion* region) {
73 static void Read(SkValidatingReadBuffer& reader, SkString* string) {
82 static bool Read(SkValidatingReadBuffer& reader, unsigned char* data, uint32_t arraySize) {
91 static bool Read(SkValidatingReadBuffer& reader, SkColor* data, uint32_t arraySize) {
100 static bool Read(SkValidatingReadBuffer& reader, int32_t* data, uint32_t arraySize) {
109 static bool Read(SkValidatingReadBuffer& reader, SkPoint* data, uint32_t arraySize)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
socketstream.h 34 virtual StreamResult Read(void* buffer, size_t buffer_len,
35 size_t* read, int* error);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h 30 bool Read(uint32_t* out);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
file_wrapper.h 20 // Implementation of an InStream and OutStream that can read (exclusive) or
35 // Opens a file in read or write mode, decided by the read_only parameter.
70 // Reads |length| bytes from file to |buf|. Returns the number of bytes read
72 virtual int Read(void* buf, int length) = 0;

Completed in 842 milliseconds

1 2 3 45 6 7 8 91011>>