Searched defs:Read (Results 51 - 75 of 381) sorted by relevance

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas91 function Read(var Buffer; Count: Longint): Longint; override; function
120 function Read(var Buffer; Count: Longint): Longint; override; function
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint;
498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint;
507 FZRec.avail_in := FStrm.Read(FBuffer, sizeof(FBuffer));
/external/chromium_org/android_webview/native/
H A Dinput_stream_impl.cc79 bool InputStreamImpl::Read(net::IOBuffer* dest, int length, int* bytes_read) { function in class:android_webview::InputStreamImpl
/external/chromium_org/base/
H A Dbig_endian.cc38 bool BigEndianReader::Read(T* value) { function in class:base::BigEndianReader
47 return Read(value);
51 return Read(value);
55 return Read(value);
59 return Read(value);
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_reader_impl.cc42 int WebkitFileStreamReaderImpl::Read(net::IOBuffer* buffer, function in class:drive::internal::WebkitFileStreamReaderImpl
51 return stream_reader_->Read(buffer, buffer_length, callback);
129 int result = stream_reader_->Read(buffer.get(), buffer_length, callback);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dbuffering_file_stream_reader.cc33 int BufferingFileStreamReader::Read(net::IOBuffer* buffer, function in class:chromeos::file_system_provider::BufferingFileStreamReader
46 const int result = file_stream_reader_->Read(
96 const int result = file_stream_reader_->Read(
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc42 return drop_data.Read(data) && drop_data.IsFromProfile(profile);
58 bool BrowserActionDragData::Read(const ui::OSExchangeData& data) { function in class:BrowserActionDragData
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_file_system.py16 smart, using Stat() to decided whether to skip Read()ing from |file_system|,
79 def Read(self, paths, skip_not_found=False): member in class:CachingFileSystem
140 # Read in the values that were uncached or old.
141 return self._file_system.Read(set(paths) - set(up_to_date_data.iterkeys()),
H A Dfile_system.py81 def Read(self, paths, skip_not_found=False): member in class:FileSystem
101 rules as Read(). If |path| is not found raise a FileNotFoundError on Get(),
105 read_single = self.Read([path], skip_not_found=skip_not_found)
111 the Read* methods, however it may still throw a FileSystemError.
135 # TODO(cduvall): Allow Stat to take a list of paths like Read.
H A Dgcs_file_system.py36 raise FileNotFoundError('Read failed for %s: %s' % (filename,
82 def Read(self, paths, skip_not_found=False): member in class:CloudStorageFileSystem
120 ' appengine project has permissions to Read the GCS'
H A Dlocal_file_system.py28 raise FileNotFoundError('Read failed for %s: %s' % (filename, e))
81 def Read(self, paths, skip_not_found=False): member in class:LocalFileSystem
H A Dmock_file_system.py15 - asserting how often Stat/Read calls are being made to it.
40 def Read(self, paths, skip_not_found=False): member in class:MockFileSystem
52 return self._file_system.Read(paths,
H A Dsubversion_file_system.py120 def Read(self, paths, skip_not_found=False): member in class:SubversionFileSystem
H A Dtest_file_system.py100 paths such that {'a': {'b': 'hello'}} will resolve Read('a/b') as 'hello',
101 Read('a/') as ['b'], and Stat determined by a value incremented via
117 def Read(self, paths, skip_not_found=False): member in class:TestFileSystem
/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.cc64 uint32 PartialCircularBuffer::Read(void* buffer, uint32 buffer_size) { function in class:PartialCircularBuffer
72 // Read from beginning part.
99 // Read from middle part.
124 // Read from end part.
/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_frame_provider.cc52 void BufferingFrameProvider::Read(const ReadCB& read_cb) { function in class:chromecast::media::BufferingFrameProvider
117 coded_frame_provider_->Read(BindToCurrentLoop(
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter.cc83 void DemuxerStreamAdapter::Read(const ReadCB& read_cb) { function in class:chromecast::media::DemuxerStreamAdapter
148 demuxer_stream_->Read(::media::BindToCurrentLoop(
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Ddecoder_buffer_base_marshaller.cc81 decrypt_config_.reset(DecryptConfigMarshaller::Read(msg_.get()).release());
152 scoped_refptr<DecoderBufferBase> DecoderBufferBaseMarshaller::Read( function in class:chromecast::media::DecoderBufferBaseMarshaller
H A Dvideo_decoder_config_marshaller.cc27 static gfx::Size Read(MediaMessage* msg) { function in class:chromecast::media::__anon6071::SizeMarshaller
44 static gfx::Rect Read(MediaMessage* msg) { function in class:chromecast::media::__anon6071::RectMarshaller
72 ::media::VideoDecoderConfig VideoDecoderConfigMarshaller::Read( function in class:chromecast::media::VideoDecoderConfigMarshaller
87 coded_size = SizeMarshaller::Read(msg);
88 visible_rect = RectMarshaller::Read(msg);
89 natural_size = SizeMarshaller::Read(msg);
/external/chromium_org/content/browser/fileapi/
H A Dupload_file_system_file_element_reader.cc76 int UploadFileSystemFileElementReader::Read( function in class:content::UploadFileSystemFileElementReader
89 const int result = stream_reader_->Read(
/external/chromium_org/extensions/common/permissions/
H A Dsettings_override_permission.cc102 bool SettingsOverrideAPIPermission::Read(const IPC::Message* m, function in class:extensions::SettingsOverrideAPIPermission
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter.cc43 int TransportChannelSocketAdapter::Read( function in class:jingle_glue::TransportChannelSocketAdapter
/external/chromium_org/media/base/
H A Dfake_text_track_stream.cc23 void FakeTextTrackStream::Read(const ReadCB& read_cb) { function in class:media::FakeTextTrackStream
/external/chromium_org/media/filters/
H A Dblocking_url_protocol.cc30 int BlockingUrlProtocol::Read(int size, uint8* data) { function in class:media::BlockingUrlProtocol
31 // Read errors are unrecoverable.
44 data_source_->Read(read_position_, size, data, base::Bind(
/external/chromium_org/media/mojo/services/
H A Dmojo_demuxer_stream_adapter.cc26 void MojoDemuxerStreamAdapter::Read(const DemuxerStream::ReadCB& read_cb) { function in class:media::MojoDemuxerStreamAdapter
27 // We shouldn't be holding on to a previous callback if a new Read() came in.
30 demuxer_stream_->Read(base::Bind(&MojoDemuxerStreamAdapter::OnBufferReady,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.cc35 Error JSPipeNode::Read(const HandleAttr& attr, function in class:nacl_io::JSPipeNode

Completed in 896 milliseconds

1234567891011>>