Searched defs:Read (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Common/
H A DLockedStream.cpp7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function in class:CLockedInStream
12 return _stream->Read(data, size, processedSize);
15 STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CLockedSequentialInStreamImp
18 HRESULT result = _lockedInStream->Read(_pos, data, size, &realProcessedSize);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dempty_dir_file_system.py14 def Read(self, paths, skip_not_found=False): member in class:EmptyDirFileSystem
H A Doffline_file_system.py16 def Read(self, paths, skip_not_found=False): member in class:OfflineFileSystem
H A Dchroot_file_system.py14 |fs|, so ChrootFileSystem(fs, 'hello').Read(['world']) is equivalent to
15 fs.Read(['hello/world']) with the 'hello' prefix stripped from the result.
21 |root| The path to transpose all Read/Stat calls by.
26 def Read(self, paths, skip_not_found=False): member in class:ChrootFileSystem
38 return self._file_system.Read(tuple(prefix(path) for path in paths),
/external/chromium_org/chrome/common/
H A Drender_messages.cc16 bool ParamTraits<ContentSettingsPattern>::Read( function in class:IPC::ParamTraits
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc20 bool ParamTraits<gpu::CommandBuffer::State> ::Read(const Message* m, function in class:IPC::ParamTraits
46 bool ParamTraits<gpu::Mailbox>::Read(const Message* m, function in class:IPC::ParamTraits
68 bool ParamTraits<gpu::MailboxHolder>::Read(const Message* m, function in class:IPC::ParamTraits
/external/chromium_org/ipc/
H A Dipc_message_utils_impl.h20 bool MessageSchema<ParamType>::Read(const Message* msg, Param* p) { function in class:IPC::MessageSchema
/external/lzma/CPP/7zip/Archive/7z/
H A D7zSpecStream.cpp7 STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialInStreamSizeCount2
10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.cpp7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialInStreamWithCRC
10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
20 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CInStreamWithCRC
23 HRESULT result = _stream->Read(data, size, &realProcessedSize);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.cpp52 bool FstHeader::Read(istream &strm, const string &source) { function in class:fst::FstHeader
56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source;
69 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
/external/chromium_org/base/
H A Dasync_socket_io_handler_posix.cc39 // let's stop watching the fd and restart the watch when Read() is called.
45 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { function in class:base::AsyncSocketIoHandler
H A Dasync_socket_io_handler_win.cc41 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { function in class:base::AsyncSocketIoHandler
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Daudio_decoder_config_marshaller.cc33 ::media::AudioDecoderConfig AudioDecoderConfigMarshaller::Read( function in class:chromecast::media::AudioDecoderConfigMarshaller
H A Dcoded_frame_provider_host.cc34 void CodedFrameProviderHost::Read(const ReadCB& read_cb) { function in class:chromecast::media::CodedFrameProviderHost
63 // Read messages until a frame is provided (i.e. not just the audio/video
73 audio_config_ = AudioDecoderConfigMarshaller::Read(msg.get());
75 video_config_ = VideoDecoderConfigMarshaller::Read(msg.get());
78 DecoderBufferBaseMarshaller::Read(msg.Pass());
H A Ddecrypt_config_marshaller.cc39 scoped_ptr< ::media::DecryptConfig> DecryptConfigMarshaller::Read( function in class:chromecast::media::DecryptConfigMarshaller
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc51 bool BookmarkNodeData::Read(const ui::OSExchangeData& data) { function in class:bookmarks::BookmarkNodeData
/external/chromium_org/components/cronet/android/
H A Dwrapped_channel_upload_element_reader.cc40 int WrappedChannelElementReader::Read(net::IOBuffer* buf, function in class:cronet::WrappedChannelElementReader
/external/chromium_org/content/common/
H A Dcontent_param_traits.cc19 bool ParamTraits<gfx::Range>::Read(const Message* m, function in class:IPC::ParamTraits
38 bool ParamTraits<WebInputEventPointer>::Read(const Message* m, function in class:IPC::ParamTraits
H A Dcontent_param_traits.h35 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { function in struct:IPC::ParamTraits
59 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
H A Dgamepad_param_traits.cc39 bool ParamTraits<WebGamepad>::Read( function in class:IPC::ParamTraits
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.cc61 bool ParamTraits<IndexedDBKey>::Read(const Message* m, function in class:IPC::ParamTraits
150 bool ParamTraits<IndexedDBKeyPath>::Read(const Message* m, function in class:IPC::ParamTraits
205 bool ParamTraits<IndexedDBKeyRange>::Read(const Message* m, function in class:IPC::ParamTraits
/external/chromium_org/content/common/input/
H A Dinput_param_traits.cc36 bool ParamTraits<content::ScopedWebInputEvent>::Read(const Message* m, function in class:IPC::ParamTraits
76 bool ParamTraits<content::SyntheticGesturePacket>::Read(const Message* m, function in class:IPC::ParamTraits
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc36 bool ParamTraits<GURL>::Read(const Message* m, PickleIterator* iter, GURL* p) { function in class:IPC::ParamTraits
59 bool ParamTraits<url::Origin>::Read(const Message* m, function in class:IPC::ParamTraits
80 bool ParamTraits<net::HostPortPair>::Read(const Message* m, function in class:IPC::ParamTraits
102 bool ParamTraits<net::IPEndPoint>::Read(const Message* m, PickleIterator* iter, function in class:IPC::ParamTraits
126 bool ParamTraits<content::PageState>::Read( function in class:IPC::ParamTraits
H A Dcommon_param_traits.h43 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
51 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
59 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
67 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
75 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
90 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { function in struct:IPC::ParamTraits
119 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { function in struct:IPC::ParamTraits
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared.h48 void Read(T* state) { function in class:gpu::SharedState

Completed in 357 milliseconds

1234567891011>>