Searched refs:Read (Results 101 - 125 of 424) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc37 bool BrowserActionDragData::Read(const ui::OSExchangeData& data) { function in class:BrowserActionDragData
/external/chromium/net/base/
H A Dlisten_socket.cc81 Read();
197 void ListenSocket::Read() { function in class:ListenSocket
294 Read();
310 Read();
314 // Close() is called by Read() in the Linux case.
/external/chromium/net/tools/flip_server/
H A Dring_buffer.h63 virtual int Read(char* bytes, int size);
H A Dsimple_buffer.h50 virtual int Read(char* bytes, int size);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dschanneladapter.h71 int Read();
H A Dopensslstreamadapter.h84 virtual StreamResult Read(void* data, size_t data_len,
H A Dstream.cc87 result = Read(static_cast<char*>(buffer) + total_read,
103 result = Read(&ch, sizeof(ch), NULL, NULL);
198 StreamResult StreamTap::Read(void* buffer, size_t buffer_len, function in class:talk_base::StreamTap
204 StreamResult res = StreamAdapterInterface::Read(buffer, buffer_len,
246 StreamResult StreamSegment::Read(void* buffer, size_t buffer_len, function in class:talk_base::StreamSegment
258 StreamResult result = StreamAdapterInterface::Read(buffer, buffer_len,
326 StreamResult NullStream::Read(void* buffer, size_t buffer_len, function in class:talk_base::NullStream
393 StreamResult FileStream::Read(void* buffer, size_t buffer_len, function in class:talk_base::FileStream
562 StreamResult MemoryStreamBase::Read(void* buffer, size_t bytes, function in class:talk_base::MemoryStreamBase
569 // Read partia
758 StreamResult FifoBuffer::Read(void* buffer, size_t bytes, function in class:talk_base::FifoBuffer
886 StreamResult LoggingAdapter::Read(void* buffer, size_t buffer_len, function in class:talk_base::LoggingAdapter
945 StreamResult StringStream::Read(void* buffer, size_t buffer_len, function in class:talk_base::StringStream
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.h55 virtual bool Read(char * data, size_t len, size_t* len_read);
/external/chromium/webkit/glue/media/
H A Daudio_decoder.cc73 return reader.Read(audio_data, number_of_frames);
/external/openfst/src/bin/
H A Dfstdeterminize.cc53 FstClass *ifst = FstClass::Read(in_name);
H A Dfstencode.cc52 MutableFstClass *fst = MutableFstClass::Read(in_name, true);
H A Dfstminimize.cc54 MutableFstClass *fst1 = MutableFstClass::Read(in_name, true);
H A Dfstprune.cc50 MutableFstClass *fst = MutableFstClass::Read(in_name, true);
H A Dfstpush.cc53 FstClass *ifst = FstClass::Read(in_name);
H A Dfstrandgen.cc56 FstClass *ifst = FstClass::Read(in_name);
/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc49 s::FstClass *ifst = s::FstClass::Read(in_name);
H A Dpdtshortestpath.cc50 s::FstClass *ifst = s::FstClass::Read(in_name);
/external/openfst/src/include/fst/extensions/far/
H A Dcreate.h62 Fst<Arc> *ifst = Fst<Arc>::Read(inputs[i]);
/external/openfst/src/include/fst/script/
H A Dencode.h40 ? EncodeMapper<Arc>::Read(coder_fname, ENCODE)
/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/webkit/Source/WebKit/win/
H A DWebActionPropertyBag.h49 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DCOMPropertyBag.h53 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*);
57 virtual HRESULT STDMETHODCALLTYPE Read(ULONG cProperties, PROPBAG2*, IErrorLog*, VARIANT* pvarValue, HRESULT* phrError);
136 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) function in class:COMPropertyBag
163 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(ULONG cProperties, PROPBAG2* pPropBag, IErrorLog* pErrorLog, VARIANT* pvarValue, HRESULT* phrError) function in class:COMPropertyBag
173 phrError[i] = Read(pPropBag[i].pstrName, &pvarValue[i], pErrorLog);
/external/openfst/src/test/
H A Dfst_test.h213 G *ffst = G::Read(filename);
221 Fst<Arc> *gfst = Fst<Arc>::Read(filename);
228 Fst<Arc> *hfst = Fst<Arc>::Read(filename);
237 ExpandedFst<Arc> *efst = ExpandedFst<Arc>::Read(filename);
246 MutableFst<Arc> *mfst = MutableFst<Arc>::Read(filename);
/external/oprofile/events/x86-64/family10/
H A Dunit_masks90 0x02 DCT0 Read to write turnaround
93 0x10 DCT1 Read to write turnaround
108 0x10 Read byte (4 bytes)
109 0x20 Read DWORD (1-16 DWORDs)
176 0x04 Read Block (Dcache load miss refill)
177 0x08 Read Block Shared (Icache refill)
178 0x10 Read Block Modified (Dcache store miss refill)
222 0x02 Read Requests including Prefetch
228 0x80 Read requests sent to the DCT while write requests are pending in the DCQ
304 0x01 Read bloc
[all...]
/external/openfst/src/include/fst/
H A Dencode.h171 static EncodeTable<A> *Read(istream &strm, const string &source);
245 EncodeTable<A> *EncodeTable<A>::Read(istream &strm, const string &source) { function in class:fst::EncodeTable
249 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source;
259 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
267 tuple->weight.Read(strm);
269 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
278 table->isymbols_ = SymbolTable::Read(strm, source);
281 table->osymbols_ = SymbolTable::Read(strm, source);
379 static EncodeMapper<A> *Read(istream &strm, function in class:fst::EncodeMapper
382 EncodeTable<A> *table = EncodeTable<A>::Read(str
386 static EncodeMapper<A> *Read(const string& filename, function in class:fst::EncodeMapper
[all...]

Completed in 265 milliseconds

1234567891011>>