Searched refs:Read (Results 326 - 350 of 1395) sorted by relevance

<<11121314151617181920>>

/external/skia/include/utils/win/
H A DSkIStream.h40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h96 bool Read(istream &strm, const string &source);
147 // Read an Fst from an input stream; returns NULL on error
149 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::Fst
155 if (!hdr.Read(strm, opts.source))
163 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
171 // Read an Fst from a file; return NULL on error
172 static Fst<A> *Read(const string &filename) { function in class:fst::Fst
175 LOG(ERROR) << "Fst::Read: Can't open file: " << filename;
178 return Read(strm, FstReadOptions(filename));
455 // Read
[all...]
/external/chromium_org/ppapi/proxy/
H A Draw_var_data.cc187 scoped_ptr<RawVarDataGraph> RawVarDataGraph::Read(const IPC::Message* m, function in class:ppapi::proxy::RawVarDataGraph
199 if (!result->data_.back()->Read(var_type, m, iter))
313 bool BasicRawVarData::Read(PP_VarType type, function in class:ppapi::proxy::BasicRawVarData
336 if (!IPC::ParamTraits<double>::Read(m, iter, &result.value.as_double))
385 bool StringRawVarData::Read(PP_VarType type, function in class:ppapi::proxy::StringRawVarData
502 bool ArrayBufferRawVarData::Read(PP_VarType type, function in class:ppapi::proxy::ArrayBufferRawVarData
515 if (!IPC::ParamTraits<SerializedHandle>::Read(
583 bool ArrayRawVarData::Read(PP_VarType type, function in class:ppapi::proxy::ArrayRawVarData
649 bool DictionaryRawVarData::Read(PP_VarType type, function in class:ppapi::proxy::DictionaryRawVarData
726 bool ResourceRawVarData::Read(PP_VarTyp function in class:ppapi::proxy::ResourceRawVarData
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs116 n = fr.Read((Char[])data, 0, data.Length);
/external/chromium_org/android_webview/browser/net/
H A Dinput_stream_reader.cc48 if (!stream_->Read(dest, dest_size, &bytes_read))
/external/chromium_org/base/
H A Dasync_socket_io_handler.h31 // CHECK(io_handler.Read(&buffer_[0], sizeof(buffer_)));
38 // CHECK(io_handler.Read(&buffer_[0], sizeof(buffer_)));
65 // on the current thread. The |callback| will be invoked whenever a Read()
74 bool Read(char* buffer, int buffer_len);
97 // Read() and OnFileCanReadWithoutBlocking().
H A Dasync_socket_io_handler_posix.cc39 // let's stop watching the fd and restart the watch when Read() is called.
45 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { function in class:base::AsyncSocketIoHandler
H A Dasync_socket_io_handler_win.cc41 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { function in class:base::AsyncSocketIoHandler
/external/chromium_org/base/files/
H A Dfile_proxy.h104 // Proxies File::Read. The callback can't be null.
107 bool Read(int64 offset, int bytes_to_read, const ReadCallback& callback);
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_reader_impl.h44 virtual int Read(net::IOBuffer* buffer,
59 // Part of Read(). Called after all the initialization process is completed.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dtest_util.h52 int result = reader->Read(buffer.get(), kBufferSize, callback.callback());
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dbuffering_file_stream_reader.h39 virtual int Read(net::IOBuffer* buf,
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_controller_unittest.cc76 int Read() { function in class:test::DevToolsNetworkControllerHelper
77 return transaction_->Read(buffer_.get(), 64, completion_callback_);
155 rv = helper.Read();
187 rv = helper.Read();
/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_device_list_unittest.cc69 base::JSONReader::Read(kSampleSuccessResponseOAuth));
H A Dcloud_print_printer_list_unittest.cc55 base::JSONReader::Read(kSampleSuccessResponseOAuth));
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_file_stream_reader.h36 virtual int Read(net::IOBuffer* buf, int buf_len,
/external/chromium_org/chrome/browser/spellchecker/
H A Dmisspelling_unittest.cc23 scoped_ptr<base::Value> expected(base::JSONReader::Read(
H A Dspellcheck_message_filter_mac_browsertest.cc54 bool ok = SpellCheckMsg_RespondTextCheck::Read(
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.cc46 // Read the bookmark drag data and save it for use in later events in this
48 bookmark_drag_data_.Read(data);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dgithub_file_system_test.py31 self._file_system.Read(['']).Get())
/external/chromium_org/chrome/test/base/
H A Dextension_js_browser_test.cc56 value_result.reset(reader.Read(result));
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dheap_snapshot_taker.cc27 scoped_ptr<base::Value> value(base::JSONReader::Read(snapshot_));
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.cc139 Read();
180 void WebSocket::Read() { function in class:WebSocket
182 socket_->Read(read_buffer_.get(),
201 Read();
H A Dwebsocket.h55 void Read();
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.h24 bool Read();
28 // called after Read().
42 // You must not call this until after Read();

Completed in 1301 milliseconds

<<11121314151617181920>>