OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Write
(Results
176 - 200
of
374
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/openfst/src/include/fst/
tuple-weight.h
89
ostream &
Write
(ostream &strm) const {
91
values_[i].
Write
(strm);
/external/openfst/src/lib/
symbol-table.cc
208
bool SymbolTableImpl::
Write
(ostream &strm) const {
214
// first
write
out dense keys
220
// next
write
out the remaining non densely packed keys
230
LOG(ERROR) << "SymbolTable::
Write
:
write
failed";
235
LOG(ERROR) << "SymbolTable::
Write
:
write
failed";
264
strm.
write
(line.str().data(), line.str().length());
/external/openfst/src/test/
fst_test.cc
86
bool
Write
(ostream &strm) const { return true; }
/external/skia/src/utils/win/
SkIStream.cpp
59
HRESULT STDMETHODCALLTYPE SkBaseIStream::
Write
(void const* pv
139
HRESULT STDMETHODCALLTYPE SkIStream::
Write
(void const* pv
244
HRESULT STDMETHODCALLTYPE SkWIStream::
Write
(void const* pv
249
bool wrote = this->fSkWStream->
write
(pv, cb);
/external/skia/tests/
SerializationTest.cpp
22
// Test memory read/
write
functions directly
32
static void
Write
(SkOrderedWriteBuffer& writer, const T* flattenable) {
41
static void
Write
(SkOrderedWriteBuffer& writer, const SkMatrix* matrix) {
50
static void
Write
(SkOrderedWriteBuffer& writer, const SkPath* path) {
59
static void
Write
(SkOrderedWriteBuffer& writer, const SkRegion* region) {
68
static void
Write
(SkOrderedWriteBuffer& writer, unsigned char* data, uint32_t arraySize) {
77
static void
Write
(SkOrderedWriteBuffer& writer, SkColor* data, uint32_t arraySize) {
86
static void
Write
(SkOrderedWriteBuffer& writer, int32_t* data, uint32_t arraySize) {
95
static void
Write
(SkOrderedWriteBuffer& writer, SkPoint* data, uint32_t arraySize) {
104
static void
Write
(SkOrderedWriteBuffer& writer, SkScalar* data, uint32_t arraySize)
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h
50
ostream &
Write
(ostream &strm) const {
product-weight.h
59
ostream &
Write
(ostream &strm) const {
60
value1_.
Write
(strm);
61
return value2_.
Write
(strm);
/art/compiler/
elf_writer_mclinker.cc
57
return elf_writer.
Write
(oat_writer, dex_files, android_root, is_host);
60
bool ElfWriterMclinker::
Write
(OatWriter& oat_writer,
67
CHECK(oat_writer.
Write
(output_stream));
/external/chromium/base/files/
file_path_watcher_browsertest.cc
168
//
Write
|content| to |file|. Returns true on success.
493
Write
,
509
case
Write
:
540
case
Write
:
/external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc
145
// If there is only one element and it is a URL,
write
the URL to the
154
// Also
write
the URL to the clipboard as text so that it can be pasted
220
void BookmarkNodeData::
Write
(Profile* profile, ui::OSExchangeData* data) const {
223
// If there is only one element and it is a URL,
write
the URL to the
/external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc
45
virtual bool
Write
(const std::wstring& text) = 0;
79
virtual bool
Write
(const std::wstring& txt) {
148
virtual bool
Write
(const std::wstring& text) {
216
//
Write
an informational line of text in white over black.
219
return console_->
Write
(txt);
222
//
Write
a result block. It consist of two lines. The first line
229
console_->
Write
(L"[PASS] ");
232
console_->
Write
(L"[FAIL] ");
/external/chromium/net/base/
file_stream_posix.cc
79
// WriteFile() is a simple wrapper around
write
() that handles EINTR signals and
80
// calls MapErrorCode() to map errno to net error codes. It tries to
write
to
84
ssize_t res = HANDLE_EINTR(
write
(file, buf, buf_len));
138
// These methods post synchronous read() and
write
() calls to a WorkerThread.
153
// |result| is the result of the Read/
Write
task.
406
int FileStream::
Write
(
408
//
write
(..., 0) will return 0, which indicates end-of-file.
file_stream_win.cc
281
int FileStream::
Write
(
/external/chromium/net/http/
http_proxy_client_socket.cc
197
int HttpProxyClientSocket::
Write
(IOBuffer* buf, int buf_len,
202
return transport_->socket()->
Write
(buf, buf_len, callback);
/external/chromium/net/socket/
socks5_client_socket.cc
165
//
Write
is called by the transport layer. This can only be done if the
167
int SOCKS5ClientSocket::
Write
(IOBuffer* buf, int buf_len,
173
return transport_->socket()->
Write
(buf, buf_len, callback);
280
return transport_->socket()->
Write
(handshake_buf_, handshake_buf_len,
381
return transport_->socket()->
Write
(handshake_buf_, handshake_buf_len,
389
// We ignore the case when result is 0, since the underlying
Write
socks_client_socket.cc
193
//
Write
is called by the transport layer. This can only be done if the
195
int SOCKSClientSocket::
Write
(IOBuffer* buf, int buf_len,
201
return transport_->socket()->
Write
(buf, buf_len, callback);
334
return transport_->socket()->
Write
(handshake_buf_, handshake_buf_len,
342
// We ignore the case when result is 0, since the underlying
Write
ssl_server_socket_nss.cc
150
int SSLServerSocketNSS::
Write
(IOBuffer* buf, int buf_len,
412
rv = transport_socket_->
Write
(send_buffer, len,
637
// Since Run may result in
Write
being called, clear |user_write_callback_|
/external/chromium/net/spdy/
spdy_proxy_client_socket.cc
199
int SpdyProxyClientSocket::
Write
(IOBuffer* buf, int buf_len,
/external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc
127
StreamResult result = stream->
Write
(in, inl, &written, &error);
207
StreamResult OpenSSLStreamAdapter::
Write
(const void* data, size_t data_len,
209
LOG(LS_INFO) << "OpenSSLStreamAdapter::
Write
(" << data_len << ")";
214
return StreamAdapterInterface::
Write
(data, data_len, written, error);
231
// OpenSSL will return an error if we try to
write
zero bytes
253
LOG(LS_INFO) << " -- error want
write
";
312
LOG(LS_INFO) << " -- error want
write
";
482
LOG(LS_INFO) << " -- error want
write
";
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
72
virtual StreamResult
Write
(const void* data, size_t data_len,
278
StreamResult PseudoTcpChannel::
Write
(const void* data, size_t data_len,
572
StreamResult PseudoTcpChannel::InternalStream::
Write
(
579
return parent_->
Write
(data, data_len, written, error);
/external/chromium_org/base/files/
file_path_watcher_browsertest.cc
173
//
Write
|content| to |file|. Returns true on success.
523
//
Write
into "$dir/subdir/subdir_child_dir/child_dir_file1".
767
Write
,
783
case
Write
:
file_posix.cc
93
// NaCl doesn't implement fcntl. Since NaCl's
write
conforms to the POSIX
292
int File::
Write
(int64 offset, const char* data, int size) {
325
rv = HANDLE_EINTR(
write
(file_, data, size));
341
return HANDLE_EINTR(
write
(file_, data, size));
file_util_proxy.cc
318
bool FileUtilProxy::
Write
(
/external/chromium_org/content/browser/
byte_stream.cc
59
virtual bool
Write
(scoped_refptr<net::IOBuffer> buffer,
124
// PostTask target from |ByteStreamWriterImpl::
Write
| and
209
bool ByteStreamWriterImpl::
Write
(
220
// TODO(tyoshino): Tell the user that
Write
() failed.
254
// This sum doesn't overflow since
Write
() fails if this sum is going to
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.cc
74
int FakeSocket::
Write
(net::IOBuffer* buf, int buf_len,
Completed in 1550 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>