Searched refs:Read (Results 126 - 150 of 1395) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile.h52 bool Read(void* buffer, size_t buffer_len, size_t offset);
57 bool Read(void* buffer, size_t buffer_len, size_t offset,
H A Dfile_ios.cc41 // Read and Write are the operations that can be performed asynchronously.
46 void Read();
92 void FileBackgroundIO::Read() { function in class:__anon9150::FileBackgroundIO
93 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
118 base::Bind(&FileBackgroundIO::Read, operation.get()), true);
189 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
196 int ret = base_file_.Read(offset, static_cast<char*>(buffer), buffer_len);
215 bool File::Read(void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
221 return Read(buffer, buffer_len, offset);
H A Dfile_posix.cc57 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
64 int ret = base_file_.Read(offset, static_cast<char*>(buffer), buffer_len);
80 bool File::Read(void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
86 return Read(buffer, buffer_len, offset);
167 if (Read(const_cast<void*>(buffer), buffer_len, offset))
/external/chromium_org/net/udp/
H A Dudp_client_socket.cc25 int UDPClientSocket::Read(IOBuffer* buf, function in class:net::UDPClientSocket
28 return socket_.Read(buf, buf_len, callback);
/external/chromium_org/ppapi/cpp/
H A Dfile_io.h125 /// <strong>Caveat:</strong> This Read() is potentially unsafe if you're using
134 /// See the other version of Read() which avoids this problem by writing into
143 /// completion of Read(). <code>buffer</code> must remain valid until after
145 /// must remain valid until after Read() returns.
149 /// reached. It is valid to call Read() multiple times with a completion
151 int32_t Read(int64_t offset,
156 /// Read() reads from an offset in the file. A PP_ArrayOutput must be
167 /// completion of Read().
171 /// reached. It is valid to call Read() multiple times with a completion
174 int32_t Read(int32_
[all...]
/external/chromium_org/ppapi/proxy/
H A Draw_var_data.h70 static scoped_ptr<RawVarDataGraph> Read(const IPC::Message* m,
114 virtual bool Read(PP_VarType type,
142 virtual bool Read(PP_VarType type,
164 virtual bool Read(PP_VarType type,
194 virtual bool Read(PP_VarType type,
226 virtual bool Read(PP_VarType type,
250 virtual bool Read(PP_VarType type,
277 virtual bool Read(PP_VarType type,
/external/chromium_org/remoting/host/
H A Djson_host_config.cc24 bool JsonHostConfig::Read() { function in class:remoting::JsonHostConfig
52 base::JSONReader::Read(config, base::JSON_ALLOW_TRAILING_COMMAS));
/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.h19 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
46 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
H A DMultiStream.cpp7 STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:CMultiStream
44 HRESULT result = s.Stream->Read(data, size, &size);
/external/openfst/src/bin/
H A Dfstcompose.cc59 FstClass *ifst1 = FstClass::Read(in1_name);
62 FstClass *ifst2 = FstClass::Read(in2_name);
H A Dfstdifference.cc57 FstClass *ifst1 = FstClass::Read(in1_name);
59 FstClass *ifst2 = FstClass::Read(in2_name);
H A Dfstequivalent.cc60 FstClass *ifst1 = FstClass::Read(in1_name);
63 FstClass *ifst2 = FstClass::Read(in2_name);
H A Dfstintersect.cc58 FstClass *ifst1 = FstClass::Read(in1_name);
60 FstClass *ifst2 = FstClass::Read(in2_name);
H A Dfstreplace.cc43 FstClass *ifst = FstClass::Read(in_fname);
53 ifst = s::FstClass::Read(argv[i]);
/external/openfst/src/extensions/far/
H A Dmain.cc93 if (!hdr.Read(far_fname)) {
110 if (!hdr.Read(in, fst_fname)) {
/external/openfst/src/extensions/pdt/
H A Dpdtreplace.cc49 s::FstClass *ifst = s::FstClass::Read(in_fname);
59 ifst = s::FstClass::Read(argv[i]);
/external/openfst/src/include/fst/
H A Dexpanded-fst.h45 // Read an ExpandedFst from an input stream; return NULL on error.
46 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::ExpandedFst
52 if (!hdr.Read(strm, opts.source))
57 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source;
64 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
74 // Read an ExpandedFst from a file; return NULL on error.
76 static ExpandedFst<A> *Read(const string &filename) { function in class:fst::ExpandedFst
80 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename;
83 return Read(strm, FstReadOptions(filename));
85 return Read(ci
148 static I *Read(const string &filename) { function in class:fst::ImplToExpandedFst
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dbuffering_file_stream_reader_unittest.cc29 // Number of bytes requested per BufferingFileStreamReader::Read().
46 virtual int Read(net::IOBuffer* buf,
90 TEST_F(FileSystemProviderBufferingFileStreamReaderTest, Read) {
103 const int result = reader.Read(
120 const int result = reader.Read(
136 const int result = reader.Read(
152 const int result = reader.Read(
176 const int result = reader.Read(
196 const int result = reader.Read(
212 const int result = reader.Read(
[all...]
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc36 bool ParamTraits<GURL>::Read(const Message* m, PickleIterator* iter, GURL* p) { function in class:IPC::ParamTraits
59 bool ParamTraits<url::Origin>::Read(const Message* m, function in class:IPC::ParamTraits
80 bool ParamTraits<net::HostPortPair>::Read(const Message* m, function in class:IPC::ParamTraits
102 bool ParamTraits<net::IPEndPoint>::Read(const Message* m, PickleIterator* iter, function in class:IPC::ParamTraits
126 bool ParamTraits<content::PageState>::Read( function in class:IPC::ParamTraits
/external/chromium_org/ppapi/thunk/
H A Dppb_tcp_socket_private_thunk.cc96 int32_t Read(PP_Resource tcp_socket, function in namespace:ppapi::thunk::__anon10306
103 return enter.SetResult(enter.object()->Read(buffer, bytes_to_read,
143 &Read,
158 &Read,
173 &Read,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc60 int32_t FileInputStream::Read() { function in class:sfntly::FileInputStream
79 int32_t FileInputStream::Read(ByteVector* b) { function in class:sfntly::FileInputStream
80 return Read(b, 0, b->size());
83 int32_t FileInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { function in class:sfntly::FileInputStream
146 Read(b, offset, length);
/external/chromium_org/third_party/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/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h141 Read = 0, enumerator in enum:RegisterContextDarwin_i386::__anon25327
149 int gpr_errs[2]; // Read/Write errors
150 int fpu_errs[2]; // Read/Write errors
151 int exc_errs[2]; // Read/Write errors
156 SetError (GPRRegSet, Read, -1);
157 SetError (FPURegSet, Read, -1);
158 SetError (EXCRegSet, Read, -1);
207 return GetError(set, Read) == 0;
H A DRegisterContextDarwin_x86_64.h145 Read = 0, enumerator in enum:RegisterContextDarwin_x86_64::__anon25331
153 int gpr_errs[2]; // Read/Write errors
154 int fpu_errs[2]; // Read/Write errors
155 int exc_errs[2]; // Read/Write errors
160 SetError (GPRRegSet, Read, -1);
161 SetError (FPURegSet, Read, -1);
162 SetError (EXCRegSet, Read, -1);
211 return GetError(set, Read) == 0;
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc58 int32_t FileInputStream::Read() { function in class:sfntly::FileInputStream
77 int32_t FileInputStream::Read(ByteVector* b) { function in class:sfntly::FileInputStream
78 return Read(b, 0, b->size());
81 int32_t FileInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { function in class:sfntly::FileInputStream
144 Read(b, offset, length);

Completed in 707 milliseconds

1234567891011>>