Searched refs:Read (Results 26 - 50 of 1395) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dppapi_param_traits.h51 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
59 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
68 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
77 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
85 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
93 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
102 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
110 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
118 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
126 static bool Read(cons
[all...]
/external/chromium_org/content/browser/
H A Dbyte_stream_unittest.cc130 byte_stream_output->Read(&output_io_buffer, &output_length));
134 byte_stream_output->Read(&output_io_buffer, &output_length));
138 byte_stream_output->Read(&output_io_buffer, &output_length));
142 byte_stream_output->Read(&output_io_buffer, &output_length));
146 byte_stream_output->Read(&output_io_buffer, &output_length));
150 byte_stream_output->Read(&output_io_buffer, &output_length));
173 byte_stream_output->Read(&output_io_buffer, &output_length));
179 byte_stream_output->Read(&output_io_buffer, &output_length));
187 byte_stream_output->Read(&output_io_buffer, &output_length));
193 byte_stream_output->Read(
[all...]
/external/chromium_org/android_webview/browser/
H A Dinput_stream.h43 virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) = 0;
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Daudio_decoder_config_marshaller.h21 static ::media::AudioDecoderConfig Read(MediaMessage* msg);
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 Ddecoder_buffer_base_marshaller.h23 static scoped_refptr<DecoderBufferBase> Read(scoped_ptr<MediaMessage> msg);
H A Ddecrypt_config_marshaller.h25 static scoped_ptr< ::media::DecryptConfig> Read(MediaMessage* msg);
H A Dvideo_decoder_config_marshaller.h21 static ::media::VideoDecoderConfig Read(MediaMessage* msg);
/external/chromium_org/media/filters/
H A Dfile_data_source_unittest.cc46 // Use the mock filter host to directly call the Read and GetPosition methods.
60 data_source.Read(0, 10, ten_bytes, base::Bind(
67 data_source.Read(9, 1, ten_bytes, base::Bind(
72 data_source.Read(10, 10, ten_bytes, base::Bind(
76 data_source.Read(5, 10, ten_bytes, base::Bind(
H A Dblocking_url_protocol_unittest.cc40 TEST_F(BlockingUrlProtocolTest, Read) {
47 // Read 32 bytes from offset zero and verify position.
49 EXPECT_EQ(32, url_protocol_.Read(32, buffer));
53 // Read an additional 32 bytes and verify position.
54 EXPECT_EQ(32, url_protocol_.Read(32, buffer));
62 EXPECT_EQ(32, url_protocol_.Read(32, buffer));
66 EXPECT_EQ(16, url_protocol_.Read(32, buffer));
70 EXPECT_EQ(0, url_protocol_.Read(32, buffer));
80 EXPECT_EQ(AVERROR(EIO), url_protocol_.Read(32, buffer));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvreader.hpp26 virtual int Read(long long position, long length, unsigned char* buffer);
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file.h18 static bool Read(const base::FilePath& path, MessageVector* messages);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.hpp30 virtual int Read(long long position, long length, unsigned char* buffer);
/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/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/remoting/host/
H A Dchromoting_param_traits.h21 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
29 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
37 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
53 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.cc63 if (!Read())
69 if (!Read())
72 // Read the content. We read up until we hit a closing tag at the
76 if (!Read())
81 if (!Read())
98 } while (Read());
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.h33 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
41 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
49 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
57 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
65 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
73 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
81 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
89 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
100 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/net/base/
H A Dupload_bytes_element_reader_unittest.cc38 reader_->Read(wrapped_buffer.get(), buf.size(), CompletionCallback()));
49 reader_->Read(wrapped_buffer.get(), buf.size(), CompletionCallback()));
54 0, reader_->Read(wrapped_buffer.get(), buf.size(), CompletionCallback()));
63 reader_->Read(wrapped_buffer.get(), buf.size(), CompletionCallback()));
73 // Read all.
76 reader_->Read(wrapped_buffer.get(), buf.size(), CompletionCallback()));
85 // Read again.
88 reader_->Read(wrapped_buffer.get(), buf.size(), CompletionCallback()));
/external/openfst/src/script/
H A Dfst-class.cc51 if (!hdr.Read(in, fname)) {
72 FstClass *FstClass::Read(const string &fname) { function in class:fst::script::FstClass
81 FstClass *FstClass::Read(istream &istr, const string &source) { function in class:fst::script::FstClass
89 MutableFstClass *MutableFstClass::Read(const string &fname, bool convert) { function in class:fst::script::MutableFstClass
98 FstClass *ifst = FstClass::Read(fname);
135 VectorFstClass *VectorFstClass::Read(const string &fname) { function in class:fst::script::VectorFstClass
/external/chromium_org/third_party/webrtc/base/
H A Dstream_unittest.cc26 virtual StreamResult Read(void* buffer, size_t buffer_len, function in class:rtc::TestStream
81 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
89 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
116 // Read a lot of bytes
117 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
124 // Read a bunch more bytes
125 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
137 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
140 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_EOS);
148 EXPECT_EQ(stream->Read(buffe
[all...]
/external/chromium_org/base/json/
H A Djson_reader.h97 static Value* Read(const StringPiece& json);
102 static Value* Read(const StringPiece& json, int options);
104 // Reads and parses |json| like Read(). |error_code_out| and |error_msg_out|
/external/chromium_org/content/common/media/
H A Dmedia_param_traits.h23 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
31 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/media/mojo/services/
H A Dmojo_demuxer_stream_impl.cc24 void MojoDemuxerStreamImpl::Read(const mojo::Callback< function in class:media::MojoDemuxerStreamImpl
26 stream_->Read(base::Bind(&MojoDemuxerStreamImpl::OnBufferReady,
/external/openfst/src/bin/
H A Dfstconcat.cc52 MutableFstClass *fst1 = MutableFstClass::Read(in1_name, true);
55 FstClass *fst2 = FstClass::Read(in2_name);

Completed in 1106 milliseconds

1234567891011>>