Searched refs:Read (Results 226 - 250 of 424) sorted by relevance

1234567891011>>

/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.h85 // Read was successful with the indicated number of bytes read.
90 virtual void Read(int64 position, int read_size,
256 // written by Read().
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc150 return file_stream.Read(data, length, NULL);
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp280 if (Stream.Read(8) != 'D' ||
281 Stream.Read(8) != 'I' ||
282 Stream.Read(8) != 'A' ||
283 Stream.Read(8) != 'G') {
583 // Read the record.
/external/openfst/src/lib/
H A Dfst.cc125 bool FstHeader::Read(istream &strm, const string &source, bool rewind) { function in class:fst::FstHeader
132 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source;
146 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h138 const FstReadOptions &opts) = &F::Read;
H A Dsymbol-table.cpp102 SymbolTableImpl* SymbolTableImpl::Read(istream &strm, function in class:fst::SymbolTableImpl
107 LOG(ERROR) << "SymbolTable::Read: read failed";
124 LOG(ERROR) << "SymbolTable::Read: read failed";
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl90 (Read perl source for more explanations)
/external/webkit/Source/WebKit/win/
H A DCFDictionaryPropertyBag.cpp157 HRESULT STDMETHODCALLTYPE CFDictionaryPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:CFDictionaryPropertyBag
H A DDefaultPolicyDelegate.cpp109 if (SUCCEEDED(actionInformation->Read(WebActionNavigationTypeKey, &var, 0))) {
H A DMemoryStream.cpp89 HRESULT STDMETHODCALLTYPE MemoryStream::Read( function in class:MemoryStream
H A DWebActionPropertyBag.cpp109 HRESULT STDMETHODCALLTYPE WebActionPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebActionPropertyBag
H A DWebDatabaseManager.cpp66 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog);
116 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog*) function in class:DatabaseDetailsPropertyBag
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc190 int FileWrapperImpl::Read(void* buf, int length) function in class:webrtc::FileWrapperImpl
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs154 public override int Read(byte[] buffer, int offset, int count) method in class:DotZLib.GZipStream
/external/blktrace/doc/
H A Dblktrace.tex164 Read Dispatches: 0, 0KiB Write Dispatches: 7, 128KiB
166 Read Merges: 0 Write Merges: 25
171 Read Dispatches: 0, 0KiB Write Dispatches: 1, 28KiB
173 Read Merges: 0 Write Merges: 6
178 Read Dispatches: 0, 0KiB Write Dispatches: 11, 168KiB
180 Read Merges: 0 Write Merges: 31
300 Read Dispatches: 0, 0KiB Write Dispatches: 0, 0KiB
302 Read Merges: 0 Write Merges: 336
306 Read Dispatches: 2,407, 38,512KiB Write Dispatches: 118, 61,680KiB
308 Read Merge
[all...]
/external/chromium/chrome/browser/debugger/
H A Dextension_ports_remote_service.cc143 scoped_ptr<Value> request(base::JSONReader::Read(message.content(), true));
268 Value* data = base::JSONReader::Read(message, false);
/external/chromium/net/base/
H A Dfile_stream_posix.cc153 // |result| is the result of the Read/Write task.
365 int FileStream::Read( function in class:net::FileStream
390 int bytes_read = Read(buf, to_read, NULL);
H A Dfile_stream_win.cc221 int FileStream::Read( function in class:net::FileStream
265 int bytes_read = Read(buf, to_read, NULL);
/external/chromium/net/http/
H A Dhttp_proxy_client_socket.cc177 int HttpProxyClientSocket::Read(IOBuffer* buf, int buf_len, function in class:net::HttpProxyClientSocket
194 return transport_->socket()->Read(buf, buf_len, callback);
283 // Since Run() may result in Read being called,
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h41 bool Read(const string &filename) { function in class:fst::FarHeader
234 return Fst<A>::Read(strm, FstReadOptions());
/external/openfst/src/include/fst/
H A Dtuple-weight.h83 istream &Read(istream &strm) { function in class:fst::TupleWeight
85 values_[i].Read(strm);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc136 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { function in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
145 // Read error (not EOF).
301 int IstreamInputStream::CopyingIstreamInputStream::Read( function in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
/external/quake/quake/src/WinQuake/
H A Dnet_dgrm.cpp332 length = sfunc.Read (sock->socket, (byte *)&packetBuffer, NET_DATAGRAMSIZE, &readaddr);
342 Con_Printf("Read error\n");
540 len = dfunc.Read (testSocket, net_message.data, net_message.maxsize, &clientaddr);
663 len = dfunc.Read (test2Socket, net_message.data, net_message.maxsize, &clientaddr);
851 len = dfunc.Read (acceptsock, net_message.data, net_message.maxsize, &clientaddr);
1129 while ((ret = dfunc.Read (dfunc.controlSock, net_message.data, net_message.maxsize, &readaddr)) > 0)
1264 ret = dfunc.Read (newsock, net_message.data, net_message.maxsize, &readaddr);
/external/v8/tools/
H A Dll_prof.py504 def Read(self, trace, offset): member in class:Descriptor
608 self.trace_header = TRACE_HEADER_DESC.Read(self.trace, 0)
618 perf_event_attr = PERF_EVENT_ATTR_DESC.Read(self.trace,
632 header = PERF_EVENT_HEADER_DESC.Read(self.trace, self.offset)
637 mmap_info = PERF_MMAP_EVENT_BODY_DESC.Read(self.trace,
639 # Read null-terminated filename.
646 sample = self.sample_event_body_desc.Read(self.trace,
/external/zlib/src/contrib/delphi/
H A DZLib.pas91 function Read(var Buffer; Count: Longint): Longint; override; function
120 function Read(var Buffer; Count: Longint): Longint; override; function
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint;
498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint;
507 FZRec.avail_in := FStrm.Read(FBuffer, sizeof(FBuffer));

Completed in 1682 milliseconds

1234567891011>>