HomeSort by relevance Sort by last modified time
    Searched full:bytes_to_read (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 236 int32_t bytes_to_read = info.size; local
237 while (bytes_to_read > 0) {
244 bytes_to_read -= bytes_read;
  /external/chromium_org/net/socket/
transport_client_socket_unittest.cc 82 uint32 bytes_to_read,
142 uint32 bytes_to_read, TestCompletionCallback* callback) {
146 while (bytes_read < bytes_to_read) {
  /external/chromium_org/ppapi/api/
ppb_tcp_socket.idl 158 * must be at least as large as <code>bytes_to_read</code>.
159 * @param[in] bytes_to_read The number of bytes to read.
169 [in] int32_t bytes_to_read,
ppb_url_loader.idl 173 * @param[in] bytes_to_read The number of bytes to read.
185 [in] int32_t bytes_to_read,
ppb_file_io.idl 171 * @param[in] bytes_to_read The number of bytes to read from
187 [in] int32_t bytes_to_read,
  /external/chromium_org/ppapi/cpp/
tcp_socket.h 132 /// must be at least as large as <code>bytes_to_read</code>.
133 /// @param[in] bytes_to_read The number of bytes to read.
141 int32_t bytes_to_read,
url_loader.h 128 /// @param[in] bytes_to_read The number of bytes to read.
137 int32_t bytes_to_read,
file_io.h 140 /// @param[in] bytes_to_read The number of bytes to read from
153 int32_t bytes_to_read,
  /external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc 203 int32_t bytes_to_read,
205 if (!buffer || bytes_to_read <= 0)
214 bytes_to_read_ = std::min(bytes_to_read, kMaxReadSize);
url_loader_resource.cc 156 int32_t bytes_to_read,
169 if (bytes_to_read <= 0 || !buffer)
173 user_buffer_size_ = bytes_to_read;
tcp_socket_resource_base.h 87 int32_t bytes_to_read,
url_loader_resource.h 60 int32_t bytes_to_read,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_url_loader.h 101 int32_t bytes_to_read,
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.cc 236 uint32 bytes_to_read = std::min( local
244 bytes_to_read,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket_message_filter.cc 319 int32_t bytes_to_read) {
325 if (bytes_to_read <= 0 ||
326 bytes_to_read > TCPSocketResourceBase::kMaxReadSize) {
332 read_buffer_ = new net::IOBuffer(bytes_to_read);
339 bytes_to_read,
347 bytes_to_read,
    [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 292 size_t bytes_to_read = size; // Number of bytes to read from the core file local
300 if (bytes_to_read > bytes_left)
302 zero_fill_size = bytes_to_read - bytes_left;
303 bytes_to_read = bytes_left;
307 if (bytes_to_read)
308 bytes_copied = core_objfile->CopyData(offset + file_start, bytes_to_read, buf);
  /external/chromium_org/mojo/system/
raw_channel_posix.cc 409 size_t bytes_to_read = 0; local
410 read_buffer()->GetBuffer(&buffer, &bytes_to_read);
414 fd_.get(), buffer, bytes_to_read, &read_platform_handles_);
raw_channel_win.cc 371 size_t bytes_to_read = 0; local
372 read_buffer()->GetBuffer(&buffer, &bytes_to_read);
377 static_cast<DWORD>(bytes_to_read),
  /external/chromium_org/ppapi/c/
ppb_file_io.h 183 * @param[in] bytes_to_read The number of bytes to read from
199 int32_t bytes_to_read,
319 int32_t bytes_to_read,
ppb_url_loader.h 172 * @param[in] bytes_to_read The number of bytes to read.
183 int32_t bytes_to_read,
  /development/host/windows/usb/api/
adb_api.h 500 @param[in] bytes_to_read Number of bytes to be read.
513 unsigned long bytes_to_read,
546 @param[in] bytes_to_read Number of bytes to be read.
556 unsigned long bytes_to_read,
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 422 size_t bytes_to_read = size; local
423 if (bytes_to_read > bytes_left)
424 bytes_to_read = bytes_left;
425 return core_objfile->CopyData (core_memory_entry->data.GetRangeBase() + offset, bytes_to_read, buf);
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___t_c_p_socket__1__1.html 21 <tr><td class="memItemLeft" align="right" valign="top">int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html#ab4bd707da2d9d2136c59a08b3de2ce32">Read</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> tcp_socket, char *buffer, int32_t bytes_to_read, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
244 <a class="anchor" id="ab4bd707da2d9d2136c59a08b3de2ce32"></a><!-- doxytag: member="PPB_TCPSocket::Read" ref="ab4bd707da2d9d2136c59a08b3de2ce32" args=")(PP_Resource tcp_socket, char *buffer, int32_t bytes_to_read, struct PP_CompletionCallback callback)" -->
249 <td class="memname">int32_t(* <a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html#ab4bd707da2d9d2136c59a08b3de2ce32">PPB_TCPSocket::Read</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> tcp_socket, char *buffer, int32_t bytes_to_read, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
259 <tr><td class="paramdir">[out]</td><td class="paramname">buffer</td><td>The buffer to store the received data on success. It must be at least as large as <code>bytes_to_read</code>. </td></tr>
260 <tr><td class="paramdir">[in]</td><td class="paramname">bytes_to_read</td><td>The number of bytes to read. </td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___t_c_p_socket__1__1.html 21 <tr><td class="memItemLeft" align="right" valign="top">int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html#ab4bd707da2d9d2136c59a08b3de2ce32">Read</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> tcp_socket, char *buffer, int32_t bytes_to_read, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
244 <a class="anchor" id="ab4bd707da2d9d2136c59a08b3de2ce32"></a><!-- doxytag: member="PPB_TCPSocket::Read" ref="ab4bd707da2d9d2136c59a08b3de2ce32" args=")(PP_Resource tcp_socket, char *buffer, int32_t bytes_to_read, struct PP_CompletionCallback callback)" -->
249 <td class="memname">int32_t(* <a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html#ab4bd707da2d9d2136c59a08b3de2ce32">PPB_TCPSocket::Read</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> tcp_socket, char *buffer, int32_t bytes_to_read, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
259 <tr><td class="paramdir">[out]</td><td class="paramname">buffer</td><td>The buffer to store the received data on success. It must be at least as large as <code>bytes_to_read</code>. </td></tr>
260 <tr><td class="paramdir">[in]</td><td class="paramname">bytes_to_read</td><td>The number of bytes to read. </td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___t_c_p_socket__1__1.html 21 <tr><td class="memItemLeft" align="right" valign="top">int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html#ab4bd707da2d9d2136c59a08b3de2ce32">Read</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> tcp_socket, char *buffer, int32_t bytes_to_read, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
244 <a class="anchor" id="ab4bd707da2d9d2136c59a08b3de2ce32"></a><!-- doxytag: member="PPB_TCPSocket::Read" ref="ab4bd707da2d9d2136c59a08b3de2ce32" args=")(PP_Resource tcp_socket, char *buffer, int32_t bytes_to_read, struct PP_CompletionCallback callback)" -->
249 <td class="memname">int32_t(* <a class="el" href="struct_p_p_b___t_c_p_socket__1__1.html#ab4bd707da2d9d2136c59a08b3de2ce32">PPB_TCPSocket::Read</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> tcp_socket, char *buffer, int32_t bytes_to_read, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
259 <tr><td class="paramdir">[out]</td><td class="paramname">buffer</td><td>The buffer to store the received data on success. It must be at least as large as <code>bytes_to_read</code>. </td></tr>
260 <tr><td class="paramdir">[in]</td><td class="paramname">bytes_to_read</td><td>The number of bytes to read. </td></tr>

Completed in 3457 milliseconds

1 23 4 5