Searched refs:Read (Results 476 - 500 of 1395) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/proxy/
H A Ddispatch_reply_message.h100 if (msg.type() == MsgClass::ID && MsgClass::Read(&msg, &msg_params)) {
110 // use a new Params() structure since if the Read failed due to an invalid
147 if (msg_class::Read(&ipc_message__, &p)) { \
H A Dresource_message_params.h189 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { function in struct:IPC::ParamTraits
202 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { function in struct:IPC::ParamTraits
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h73 return Read(NULL, n_bytes);
76 bool Read(uint8_t *buffer, size_t n_bytes) { function in class:woff2::Buffer
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h107 int Read(void* buffer, int size);
237 int Read(void* buffer, int size);
/external/chromium_org/third_party/webrtc/base/
H A Dtransformadapter.cc34 TransformAdapter::Read(void * buffer, size_t buffer_len, function in class:rtc::TransformAdapter
46 StreamResult result = StreamAdapterInterface::Read(
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A DreadYUV420file.m40 % Read next frame
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h37 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
131 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h107 int Read(void* buffer, int size);
237 int Read(void* buffer, int size);
/external/chromium_org/base/
H A Dbig_endian.h14 // Read an integer (signed or unsigned) from |buf| in Big Endian order.
71 bool Read(T* v);
/external/chromium_org/base/files/
H A Ddir_reader_posix_unittest.cc22 TEST(DirReaderPosixUnittest, Read) {
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_reader.h23 // to Read().
40 virtual int Read(net::IOBuffer* buf,
55 // Called when Read() operation is completed with either a success of an
77 // this may be called multiple times per single Read() call, as long as
92 // Same as Read(), but called after initializing is completed.
/external/chromium_org/chrome/browser/extensions/api/diagnostics/
H A Ddiagnostics_api_chromeos.cc35 scoped_ptr<base::Value> parsed_value(base::JSONReader::Read(status));
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dtls_socket_unittest.cc36 MOCK_METHOD3(Read,
83 MOCK_METHOD3(Read,
137 // Verify that a Read() on TLSSocket will pass through into a Read() on
142 EXPECT_CALL(*ssl_socket_, Read(_, _, _)).Times(1);
146 socket_->Read(
/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.cc54 bool Read(BaseSessionService::SessionType type,
88 bool SessionFileReader::Read(BaseSessionService::SessionType type, function in class:__anon4657::SessionFileReader
260 return file_reader.Read(type_, commands);
301 return file_reader.Read(type_, commands);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_action_unittest.cc92 base::JSONReader::Read(kTestCases[i].expected));
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dchroot_file_system_test.py55 }, _SortListValues(chroot_fs.Read(
H A Dnew_github_file_system_test.py143 read = self._gfs.Read(['', 'src/']).Get()
176 initial_cgfs_read_two = self._cgfs.Read(
181 self._gfs.Read(['README.md', 'requirements.txt']).Get())
184 self._cgfs.Read(['README.md', 'requirements.txt']).Get())
204 # Refresh is just an alias for Read('').
257 # Fetch for the Stat(), async-fetch for the Read().
273 # Read data should not have changed.
/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
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h42 // if (data.Read(os_exchange_data))
126 bool Read(const ui::OSExchangeData& data);
/external/chromium_org/components/cloud_devices/common/
H A Dcloud_device_description.cc39 scoped_ptr<base::Value> parsed(base::JSONReader::Read(json));
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher.cc78 scoped_ptr<base::Value> parsed_value(base::JSONReader::Read(unparsed_data));
/external/chromium_org/components/proximity_auth/
H A Dwire_message.cc83 base::JSONReader::Read(serialized_message.substr(kHeaderLength)));
/external/chromium_org/components/search_provider_logos/
H A Dgoogle_logo_api.cc57 scoped_ptr<base::Value> value(base::JSONReader::Read(response_sp));
/external/chromium_org/content/common/
H A Dgamepad_param_traits.cc39 bool ParamTraits<WebGamepad>::Read( function in class:IPC::ParamTraits
/external/chromium_org/device/hid/
H A Dhid_connection.h40 void Read(const ReadCallback& callback);

Completed in 2026 milliseconds

<<11121314151617181920>>