Searched refs:Read (Results 151 - 175 of 1395) sorted by relevance

1234567891011>>

/external/skia/src/xml/
H A DSkBML_XMLParser.cpp164 void BML_XMLParser::Read(SkStream& s, SkXMLWriter& writer) function in class:BML_XMLParser
171 void BML_XMLParser::Read(SkStream& s, SkWStream& output) function in class:BML_XMLParser
174 Read(s, writer);
177 void BML_XMLParser::Read(SkStream& s, SkXMLParser& output) function in class:BML_XMLParser
180 Read(s, writer);
/external/chromium_org/extensions/common/
H A Dextension_messages.cc84 static bool Read(const Message* m, PickleIterator* iter, param_type* p) { function in struct:IPC::ParamTraits
103 bool ParamTraits<URLPattern>::Read(const Message* m, PickleIterator* iter, function in class:IPC::ParamTraits
130 bool ParamTraits<URLPatternSet>::Read(const Message* m, PickleIterator* iter, function in class:IPC::ParamTraits
151 bool ParamTraits<APIPermission::ID>::Read( function in class:IPC::ParamTraits
177 bool ParamTraits<APIPermissionSet>::Read( function in class:IPC::ParamTraits
191 if (!p->Read(m, iter))
214 bool ParamTraits<ManifestPermissionSet>::Read( function in class:IPC::ParamTraits
226 if (!p->Read(m, iter))
246 bool ParamTraits<ExtensionMsg_PermissionSetStruct>::Read(const Message* m, function in class:IPC::ParamTraits
273 bool ParamTraits<ExtensionMsg_Loaded_Params>::Read(cons function in class:IPC::ParamTraits
[all...]
/external/chromium_org/media/base/simd/
H A Dscale_yuv_to_rgb_sse2_x64.asm56 ; Read UV pixels.
64 ; Read first Y pixel.
71 ; Read next Y pixel.
91 ; Read U V components.
100 ; Read one Y component.
/external/chromium_org/net/base/
H A Dupload_file_element_reader_unittest.cc67 reader_->Read(
75 reader_->Read(
87 reader_->Read(
94 reader_->Read(
104 reader_->Read(
116 // Read all.
119 reader_->Read(
132 // Read again.
135 reader_->Read(
149 reader_->Read(
[all...]
/external/openfst/src/include/fst/script/
H A Dfst-class.h152 static FstClass *Read(istream &stream, function in class:fst::script::FstClass
155 FSTERROR() << "FstClass::Read: options header not specified";
182 static FstClass *Read(const string &fname);
184 static FstClass *Read(istream &istr, const string &source);
250 // error checking. Called from arc-templated Read() static methods.
254 UnderlyingT *u = UnderlyingT::Read(stream, opts);
293 static MutableFstClass *Read(istream &stream, function in class:fst::script::MutableFstClass
295 MutableFst<Arc> *mfst = MutableFst<Arc>::Read(stream, opts);
313 static MutableFstClass *Read(const string &fname, bool convert = false);
353 static VectorFstClass *Read(istrea function in class:fst::script::VectorFstClass
[all...]
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp78 if (force || m_state.GetError(e_regSetGPR, Read))
81 m_state.SetError(e_regSetGPR, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetGPR, (thread_state_t)&m_state.gpr, &count));
83 return m_state.GetError(e_regSetGPR, Read);
89 if (force || m_state.GetError(e_regSetFPR, Read))
92 m_state.SetError(e_regSetFPR, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetFPR, (thread_state_t)&m_state.fpr, &count));
94 return m_state.GetError(e_regSetFPR, Read);
100 if (force || m_state.GetError(e_regSetEXC, Read))
103 m_state.SetError(e_regSetEXC, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetEXC, (thread_state_t)&m_state.exc, &count));
105 return m_state.GetError(e_regSetEXC, Read);
111 if (force || m_state.GetError(e_regSetVEC, Read))
[all...]
H A DDNBArchImpl.h77 Read = 0, enumerator in enum:DNBArchMachPPC::__anon25418
88 kern_return_t gpr_errs[2]; // Read/Write errors
89 kern_return_t fpr_errs[2]; // Read/Write errors
90 kern_return_t exc_errs[2]; // Read/Write errors
91 kern_return_t vec_errs[2]; // Read/Write errors
106 SetError (e_regSetALL, Read, -1);
159 return GetError(set, Read) == KERN_SUCCESS;
/external/chromium_org/media/filters/
H A Dvideo_frame_stream_unittest.cc161 // Callback for VideoFrameStream::Read().
187 video_frame_stream_->Read(base::Bind(
331 void Read() { function in class:media::VideoFrameStreamTest
397 Read();
408 Read();
410 Read();
502 // Read all of the frames up to end of stream. Since parallel decoding is
515 // Read() again. The callback must be delayed until the decode completes.
534 Read();
545 Read();
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Diphoto_library_parser.cc73 if (!reader->Read())
146 if (!reader->Read())
178 if (!dict_reader.Read()) {
208 !reader_->Read()) {
214 if (dict_reader.Read()) {
261 if (!reader.Read())
268 return dict_reader.Read();
/external/chromium_org/content/common/
H A Dcommon_param_traits_unittest.cc36 EXPECT_TRUE(IPC::ParamTraits<GURL>::Read(&msg, &iter, &output));
58 EXPECT_FALSE(IPC::ParamTraits<GURL>::Read(&msg, &iter, &output));
66 EXPECT_FALSE(IPC::ParamTraits<GURL>::Read(&msg, &iter, &output));
79 EXPECT_TRUE(IPC::ParamTraits<TestPair>::Read(&msg, &iter, &output));
96 EXPECT_TRUE(IPC::ParamTraits<SkBitmap>::Read(&msg, &iter, &output));
122 EXPECT_FALSE(IPC::ParamTraits<SkBitmap>::Read(&bad_msg, &iter, &bad_output));
190 EXPECT_TRUE(IPC::ParamTraits<net::HostPortPair>::Read(&msg, &iter, &output));
H A Dcc_messages.h52 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
60 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
68 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
76 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
84 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
92 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
100 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
108 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
116 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
/external/chromium_org/media/formats/mp4/
H A Dbox_reader.cc29 template<typename T> bool BufferReader::Read(T* v) { function in class:media::mp4::BufferReader
41 bool BufferReader::Read2(uint16* v) { return Read(v); }
42 bool BufferReader::Read2s(int16* v) { return Read(v); }
43 bool BufferReader::Read4(uint32* v) { return Read(v); }
44 bool BufferReader::Read4s(int32* v) { return Read(v); }
45 bool BufferReader::Read8(uint64* v) { return Read(v); }
46 bool BufferReader::Read8s(int64* v) { return Read(v); }
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc40 // Pickle::{Read,Write}Bool treat bool as int
54 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
68 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
82 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
98 if (!Read(usage_file_path, &is_valid, &dirty, &usage) || dirty <= 0)
113 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
125 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
137 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
169 bool FileSystemUsageCache::Read(const base::FilePath& usage_file_path, function in class:storage::FileSystemUsageCache
173 TRACE_EVENT0("FileSystem", "UsageCache::Read");
[all...]
H A Dfile_system_file_stream_reader.cc42 int rv = reader->Read(buf, buf_len, callback);
66 int FileSystemFileStreamReader::Read( function in class:storage::FileSystemFileStreamReader
70 return local_file_reader_->Read(buf, buf_len, 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/renderer/spellchecker/
H A Dspellcheck_provider_mac_unittest.cc42 bool ok = SpellCheckHostMsg_RequestTextCheck::Read(
68 bool ok = SpellCheckHostMsg_RequestTextCheck::Read(
74 ok = SpellCheckHostMsg_RequestTextCheck::Read(
/external/chromium_org/chrome/renderer/translate/
H A Dtranslate_helper_browsertest.cc83 ChromeViewHostMsg_PageTranslated::Read(message, &translate_param);
332 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
342 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
352 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
369 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
380 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
397 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
408 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
426 ChromeViewHostMsg_TranslateLanguageDetermined::Read(message, &params);
440 ChromeViewHostMsg_TranslateLanguageDetermined::Read(messag
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddom_tracker_unittest.cc63 params.Set("nodes", base::JSONReader::Read(nodes));
82 params.Set("node", base::JSONReader::Read("{\"nodeId\":1}"));
89 params.Set("node", base::JSONReader::Read(
/external/chromium_org/content/renderer/
H A Dexternal_popup_menu_browsertest.cc90 FrameHostMsg_ShowPopup::Read(message, &param);
108 FrameHostMsg_ShowPopup::Read(message, &param);
188 // Read the message sent to browser to show the popup menu.
193 FrameHostMsg_ShowPopup::Read(message, &param);
/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/media/base/
H A Dseekable_buffer_unittest.cc67 // Read a random amount of data.
69 int bytes_read = buffer_.Read(write_buffer_, read_size);
95 // Read.
96 EXPECT_EQ(kReadSize, buffer_.Read(write_buffer_, kReadSize));
113 // Read.
114 EXPECT_EQ(kReadSize, buffer_.Read(write_buffer_, kReadSize));
131 // Read.
132 EXPECT_EQ(kReadSize, buffer_.Read(write_buffer_, kReadSize));
143 // Read.
144 EXPECT_EQ(kReadSize, buffer_.Read(write_buffer
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DRTPFile.h35 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
72 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
104 virtual uint16_t Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc107 if (!hdr.Read(in, filename)) {
112 SymbolTable *isymbols = SymbolTable::Read(in, filename);
124 SymbolTable *osymbols = SymbolTable::Read(in, filename);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_file_stream_reader_unittest.cc66 TEST_F(LocalReaderProxyTest, Read) {
119 int result = proxy.Read(buffer.get(), kBufferSize, callback.callback());
121 // For empty file, Read() should return 0 immediately.
125 TEST_F(NetworkReaderProxyTest, Read) {
136 int result = proxy.Read(buffer.get(), kBufferSize, callback.callback());
148 // The next Read should return immediately because there is pending data
149 result = proxy.Read(buffer.get(), kBufferSize, callback.callback());
153 // Supply the data before calling Read operation.
160 result = proxy.Read(buffer.get(), kBufferSize, callback.callback());
164 result = proxy.Read(buffe
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs83 return reader.Read( buffer, index, count );

Completed in 5199 milliseconds

1234567891011>>