HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 151 - 175 of 1208) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/include/utils/win/
SkIStream.h 42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
96 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
109 * A minimal write-only IStream implementation which wraps an SkWIStream.
121 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
  /art/runtime/base/unix_file/
fd_file.h 54 virtual int64_t Write(const char* buf, int64_t byte_count, int64_t offset);
fd_file_test.cc 38 TEST_F(FdFileTest, Write) {
mapped_file.h 52 // Maps an opened file to memory in the read-write mode. Before the
68 // Write() requires that, if the file is mmapped, it is mmapped in
69 // the read-write mode. Writes past the end of file are discarded.
70 virtual int64_t Write(const char* buf, int64_t byte_count, int64_t offset);
  /external/chromium/chrome/browser/net/
net_log_logger.cc 37 base::JSONWriter::Write(value.get(), false, &json);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 35 void Write(Profile* profile, ui::OSExchangeData* data) const;
  /external/chromium/chrome/common/extensions/
extension_messages.cc 68 static void Write(Message* m, const param_type& p) {
86 void ParamTraits<URLPattern>::Write(Message* m, const param_type& p) {
107 void ParamTraits<ExtensionExtent>::Write(Message* m, const param_type& p) {
128 void ParamTraits<ExtensionMsg_Loaded_Params>::Write(Message* m,
  /external/chromium/net/base/
file_stream.h 96 // Call this method to write data at the current stream position. Up to
102 // must be passed to this method. In asynchronous mode, if the write could
105 // the write has completed.
107 // In the case of an asychronous write, the memory pointed to by |buf| must
109 // destroy or close the file stream while there is an asynchronous write in
110 // progress. That will cancel the write and allow the buffer to be freed.
115 int Write(const char* buf, int buf_len, CompletionCallback* callback);
  /external/chromium/net/tools/flip_server/
ring_buffer.h 50 virtual int Write(const char * bytes, int size);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 69 virtual bool Write(const char * data, size_t len) = 0;
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.h 38 virtual int Write(scoped_refptr<net::IOBuffer> io_buffer, int byte_count);
  /external/chromium_org/chrome/installer/util/
channel_info.h 32 bool Write(base::win::RegKey* key) const;
  /external/chromium_org/content/browser/
byte_stream.h 28 // The source adds bytes to the bytestream via |ByteStreamWriter::Write|
40 // mechanism; instead, the source will write data until it exausts the
86 // if (!writer->Write(buffer, buffer_length)) {
132 virtual bool Write(scoped_refptr<net::IOBuffer> buffer,
148 // This callback will only be called if a call to Write has previously
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.h 31 virtual uint32 Write(const void* data, uint32 size, double volume) OVERRIDE;
  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url2_test.h 27 virtual int32 Write(NPStream *stream, int32 offset, int32 len,
plugin_get_javascript_url_test.h 26 virtual int32 Write(NPStream *stream, int32 offset, int32 len,
plugin_request_read_test.h 33 virtual int32 Write(NPStream* stream, int32 offset, int32 len,
  /external/chromium_org/media/webm/
tracks_builder.h 37 void Write(uint8** buf, int* buf_size) const;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_handle.h 36 // Dispatches Read, Write, GetDents to atomically update offs_.
38 Error Write(const void* buf, size_t nbytes, int* bytes_written);
mount_node_html5fs.h 28 virtual Error Write(size_t offs,
  /external/chromium_org/net/disk_cache/flash/
storage_unittest.cc 33 bool rv = storage.Write(write_buffer->data(), size, offset);
  /external/chromium_org/net/tools/flip_server/
ring_buffer.h 50 virtual int Write(const char * bytes, int size) OVERRIDE;
  /external/chromium_org/net/udp/
udp_client_socket.h 30 virtual int Write(IOBuffer* buf, int buf_len,
  /external/chromium_org/ppapi/c/
ppb_tcp_socket.h 164 * partial write.
168 * @param[in] buffer The buffer containing the data to write.
169 * @param[in] bytes_to_write The number of bytes to write.
176 int32_t (*Write)(PP_Resource tcp_socket,
  /external/chromium_org/ppapi/cpp/private/
tcp_socket_private.h 45 int32_t Write(const char* buffer,

Completed in 700 milliseconds

1 2 3 4 5 67 8 91011>>