read 101 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetDefaultVideoPosterTest.java assertEquals("Should get -1", in.read(), -1); read 79 android_webview/javatests/src/org/chromium/android_webview/test/util/VideoTestWebServer.java int len = in.read(buffer, 0, buflen); read 83 android_webview/javatests/src/org/chromium/android_webview/test/util/VideoTestWebServer.java len = in.read(buffer, 0, buflen); read 19 android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java public int read() { read 31 android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java public int read() { read 230 base/android/java/src/org/chromium/base/CommandLine.java int charsRead = reader.read(buffer); read 171 base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java while ((count = is.read(buffer)) > 0) { read 661 base/android/java/src/org/chromium/base/library_loader/Linker.java result = (result << 8) | (input.read() & 255); read 30 base/async_socket_io_handler_posix.cc int bytes_read = HANDLE_EINTR(read(socket_, pending_buffer_, read 52 base/async_socket_io_handler_posix.cc int bytes_read = HANDLE_EINTR(read(socket_, buffer, buffer_len)); read 159 base/debug/debugger_posix.cc ssize_t num_read = HANDLE_EINTR(read(status_fd, buf, sizeof(buf))); read 64 base/debug/proc_maps_linux.cc ssize_t bytes_read = HANDLE_EINTR(read(fd.get(), buffer, kReadSize)); read 73 base/file_util.cc file1.read(buffer1, BUFFER_SIZE); read 74 base/file_util.cc file2.read(buffer2, BUFFER_SIZE); read 376 base/file_util_posix.cc HANDLE_EINTR(read(fd, buffer + total_read, bytes - total_read)); read 660 base/file_util_posix.cc ssize_t bytes_read = HANDLE_EINTR(read(fd, data, size)); read 867 base/file_util_posix.cc ssize_t bytes_read = HANDLE_EINTR(read(infile, &buffer[0], buffer.size())); read 2490 base/file_util_unittest.cc EXPECT_EQ(0, read(fds[0], &c, 1)); read 586 base/file_util_win.cc DWORD read; read 587 base/file_util_win.cc if (::ReadFile(file, data, size, &read, NULL) && read 588 base/file_util_win.cc static_cast<int>(read) == size) read 589 base/file_util_win.cc return read; read 194 base/files/file_path_watcher_linux.cc ssize_t bytes_read = HANDLE_EINTR(read(inotify_fd, &buffer[0], read 318 base/files/file_posix.cc rv = HANDLE_EINTR(read(file_.get(), data + bytes_read, size - bytes_read)); read 341 base/files/file_posix.cc return HANDLE_EINTR(read(file_.get(), data, size)); read 522 base/message_loop/message_loop_unittest.cc DWORD read; read 523 base/message_loop/message_loop_unittest.cc EXPECT_FALSE(ReadFile(file_, buffer_, size(), &read, context())); read 253 base/message_loop/message_pump_glib.cc const int num_bytes = HANDLE_EINTR(read(wakeup_pipe_read_, msg, 2)); read 368 base/message_loop/message_pump_libevent.cc int nread = HANDLE_EINTR(read(socket, &buf, 1)); read 264 base/platform_file_posix.cc rv = HANDLE_EINTR(read(file, data + bytes_read, size - bytes_read)); read 289 base/platform_file_posix.cc return HANDLE_EINTR(read(file, data, size)); read 580 base/process/launch_posix.cc bytes_read = HANDLE_EINTR(read(pipe_fd[0], buffer, read 519 base/process/process_util_unittest.cc HANDLE_EINTR(read(fds[0], &num_open_files, sizeof(num_open_files))); read 593 base/process/process_util_unittest.cc const ssize_t n = HANDLE_EINTR(read(fds[0], buf, sizeof(buf))); read 45 base/sync_socket_nacl.cc const ssize_t bytes_read = read(handle_, buffer, length); read 68 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java int charsRead = reader.read(buffer); read 147 base/third_party/symbolize/symbolize.cc NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); read 101 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java if (MAC_KEY_BYTE_COUNT != input.read(keyBytes)) { read 213 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java if (bytes.length != fis.read(bytes)) { read 130 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java in.read(b); read 211 chrome/browser/chrome_browser_main_posix.cc read(shutdown_fd_, read 260 chrome/browser/chromeos/external_metrics.cc result = HANDLE_EINTR(read(fd, &message_size, sizeof(message_size))); read 282 chrome/browser/chromeos/external_metrics.cc result = HANDLE_EINTR(read(fd, buffer, message_size)); read 68 chrome/browser/chromeos/system/automatic_reboot_manager.cc while ((length = HANDLE_EINTR(read(fd.get(), buffer, sizeof(buffer)))) > 0) read 92 chrome/browser/diagnostics/diagnostics_writer.cc DWORD read = arraysize(buf); read 93 chrome/browser/diagnostics/diagnostics_writer.cc ::ReadConsoleW(std_in_, buf, read, &read, NULL); read 816 chrome/browser/download/download_browsertest.cc bool read = base::ReadFileToString(path, &file_contents); read 817 chrome/browser/download/download_browsertest.cc EXPECT_TRUE(read) << "Failed reading file: " << path.value() << std::endl; read 818 chrome/browser/download/download_browsertest.cc if (!read) read 202 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc void AddReadResult(const net::MockRead& read) { read 203 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc reads_.push_back(read); read 239 chrome/browser/extensions/api/preference/preference_api.cc APIPermission::ID read, read 242 chrome/browser/extensions/api/preference/preference_api.cc read_permission(read), read 56 chrome/browser/extensions/api/serial/serial_io_handler_posix.cc int bytes_read = HANDLE_EINTR(read(file(), read 164 chrome/browser/mac/relauncher.cc int read_result = HANDLE_EINTR(read(pipe_read_fd.get(), &read_char, 1)); read 252 chrome/browser/media/webrtc_log_uploader.cc uint32 read = 0; read 256 chrome/browser/media/webrtc_log_uploader.cc read = read_pcb.Read(&intermediate_buffer[0], read 259 chrome/browser/media/webrtc_log_uploader.cc stream.avail_in = read; read 260 chrome/browser/media/webrtc_log_uploader.cc if (read != kIntermediateCompressionBufferBytes) read 104 chrome/browser/media/webrtc_log_uploader_unittest.cc int read = base::ReadFileToString(test_list_path_, &contents); read 105 chrome/browser/media/webrtc_log_uploader_unittest.cc EXPECT_GT(read, 0); read 106 chrome/browser/media/webrtc_log_uploader_unittest.cc if (read == 0) read 124 chrome/browser/process_info_snapshot_mac_unittest.cc PCHECK(HANDLE_EINTR(read(fds[0], buf, 1)) == 1); read 187 chrome/browser/process_singleton_linux.cc ssize_t rv = HANDLE_EINTR(read(fd, buf + bytes_read, bufsize - bytes_read)); read 600 chrome/browser/process_singleton_linux.cc read(fd, buf_ + bytes_read_, sizeof(buf_) - bytes_read_)); read 160 chrome/browser/safe_browsing/prefix_set.cc size_t read = fread(&header, sizeof(header), 1, file.get()); read 161 chrome/browser/safe_browsing/prefix_set.cc if (read != 1) read 195 chrome/browser/safe_browsing/prefix_set.cc read = fread(&(index[0]), sizeof(index[0]), index.size(), file.get()); read 196 chrome/browser/safe_browsing/prefix_set.cc if (read != index.size()) read 206 chrome/browser/safe_browsing/prefix_set.cc read = fread(&(deltas[0]), sizeof(deltas[0]), deltas.size(), file.get()); read 207 chrome/browser/safe_browsing/prefix_set.cc if (read != deltas.size()) read 218 chrome/browser/safe_browsing/prefix_set.cc read = fread(&file_digest, sizeof(file_digest), 1, file.get()); read 219 chrome/browser/safe_browsing/prefix_set.cc if (read != 1) read 70 chrome/common/partial_circular_buffer.cc uint32 read = 0; read 80 chrome/common/partial_circular_buffer.cc read += to_read; read 88 chrome/common/partial_circular_buffer.cc if (read >= buffer_size) { read 89 chrome/common/partial_circular_buffer.cc DCHECK_EQ(read, buffer_size); read 90 chrome/common/partial_circular_buffer.cc return read; read 92 chrome/common/partial_circular_buffer.cc if (read >= to_eow) { read 93 chrome/common/partial_circular_buffer.cc DCHECK_EQ(read, to_eow); read 95 chrome/common/partial_circular_buffer.cc return read; read 102 chrome/common/partial_circular_buffer.cc uint32 remaining_buffer_size = buffer_size - read; read 106 chrome/common/partial_circular_buffer.cc memcpy(buffer_uint8 + read, buffer_data_->data + position_, to_read); read 109 chrome/common/partial_circular_buffer.cc read += to_read; read 114 chrome/common/partial_circular_buffer.cc if (read >= buffer_size) { read 115 chrome/common/partial_circular_buffer.cc DCHECK_EQ(read, buffer_size); read 116 chrome/common/partial_circular_buffer.cc return read; read 120 chrome/common/partial_circular_buffer.cc return read; read 127 chrome/common/partial_circular_buffer.cc uint32 remaining_buffer_size = buffer_size - read; read 131 chrome/common/partial_circular_buffer.cc memcpy(buffer_uint8 + read, buffer_data_->data + position_, to_read); read 134 chrome/common/partial_circular_buffer.cc read += to_read; read 135 chrome/common/partial_circular_buffer.cc DCHECK_LE(read, buffer_size); read 137 chrome/common/partial_circular_buffer.cc return read; read 132 chrome/common/partial_circular_buffer_unittest.cc uint32 read = 0; read 133 chrome/common/partial_circular_buffer_unittest.cc for (; read + size_per_read <= sizeof(output_data); read += size_per_read) { read 135 chrome/common/partial_circular_buffer_unittest.cc pcb_read_->Read(output_data + read, size_per_read)); read 137 chrome/common/partial_circular_buffer_unittest.cc EXPECT_EQ(sizeof(output_data) - read, read 138 chrome/common/partial_circular_buffer_unittest.cc pcb_read_->Read(output_data + read, size_per_read)); read 50 chrome/common/service_process_util_posix.cc int length = read(fd, &buffer, sizeof(buffer)); read 357 chrome/installer/mac/third_party/bsdiff/goobsdiff.c (read(fd,old,oldsize)!=oldsize) || read 373 chrome/installer/mac/third_party/bsdiff/goobsdiff.c (read(fd,new,newsize)!=newsize) || read 450 chrome/installer/mac/third_party/bsdiff/goobspatch.c (read(fd,old,oldsize)!=oldsize) || read 93 chrome/installer/mini_installer/decompress.cc DWORD read = 0; read 94 chrome/installer/mini_installer/decompress.cc if (!::ReadFile(reinterpret_cast<HANDLE>(hf), pv, cb, &read, NULL)) read 95 chrome/installer/mini_installer/decompress.cc read = static_cast<DWORD>(-1L); read 96 chrome/installer/mini_installer/decompress.cc return read; read 169 chrome/installer/mini_installer/decompress.cc PFNOPEN open, PFNREAD read, read 63 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TestHttpServerClient.java int length = is.read(buffer); read 50 chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc while ((len = read(desc, buffer, sizeof buffer - 1)) > 0) { read 555 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc while ((len = read(desc, buffer, sizeof buffer - 1)) > 0) { read 117 chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc while ((len = read(desc, buffer, sizeof buffer - 1)) > 0) { read 56 chrome/test/data/nacl/nameservice/pm_nameservice_test.cc copied = read(d, bytes.get() + got, nbytes - got); read 55 chromeos/dbus/fake_bluetooth_device_client.cc len = read(fd, buf, sizeof buf); read 97 chromeos/process_proxy/process_output_watcher.cc ssize_t bytes_read = HANDLE_EINTR(read(*fd, read_buffer_, read_buffer_size_)); read 87 components/nacl/loader/nacl_helper_linux.cc const int nread = HANDLE_EINTR(read(parent_fd, buffer, kMaxReadSize)); read 199 components/nacl/loader/nacl_ipc_adapter.cc bool read = (pp_open_flags & PP_FILEOPENFLAG_READ) != 0; read 204 components/nacl/loader/nacl_ipc_adapter.cc if (read && (write || append)) { read 208 components/nacl/loader/nacl_ipc_adapter.cc } else if (!read) { read 35 components/nacl/loader/nonsfi/irt_fdio.cc return CheckErrorWithResult(read(fd, buf, count), nread); read 216 components/nacl/zygote/nacl_fork_delegate_linux.cc const ssize_t nread = HANDLE_EINTR(read(fds[0], buf, sizeof(buf))); read 602 content/browser/download/download_browsertest.cc bool read = base::ReadFileToString(path, &file_contents); read 603 content/browser/download/download_browsertest.cc EXPECT_TRUE(read) << "Failed reading file: " << path.value() << std::endl; read 604 content/browser/download/download_browsertest.cc if (!read) read 249 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc while (HANDLE_EINTR(read(fd, &event, sizeof(struct js_event))) > 0) { read 292 content/browser/zygote_host/zygote_host_impl_linux.cc if (HANDLE_EINTR(read(control_fd_, &sandbox_status_, read 300 content/browser/zygote_host/zygote_host_impl_linux.cc return HANDLE_EINTR(read(control_fd_, buf, buf_len)); read 95 content/common/gpu/media/exynos_v4l2_video_device.cc if (HANDLE_EINTR(read(device_poll_interrupt_fd_, &buf, sizeof(buf))) == -1) { read 1030 content/common/gpu/media/exynos_video_encode_accelerator.cc if (HANDLE_EINTR(read(device_poll_interrupt_fd_, &buf, sizeof(buf))) < read 131 content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java while ((count = is.read(buffer, 0, BUFFER_SIZE)) != -1) { read 26 content/public/android/java/src/org/chromium/content/browser/crypto/ByteArrayGenerator.java if (bytes.length != fis.read(bytes)) { read 411 content/renderer/media/android/audio_decoder_android.cc while ((nread = HANDLE_EINTR(read(input_fd, pipe_data, sizeof(pipe_data)))) > read 452 content/renderer/media/android/audio_decoder_android.cc while ((nread = HANDLE_EINTR(read(input_fd, pipe_data, sizeof(pipe_data)))) > read 546 content/renderer/media/android/audio_decoder_android.cc ssize_t nread = HANDLE_EINTR(read(input_fd, &info, sizeof(info))); read 678 content/renderer/media/buffered_resource_loader.cc int read = buffer_.Read(read_buffer_, read_size_); read 679 content/renderer/media/buffered_resource_loader.cc offset_ += first_offset_ + read; read 682 content/renderer/media/buffered_resource_loader.cc DoneRead(kOk, read); read 98 device/bluetooth/bluetooth_socket_chromeos.cc HANDLE_EINTR(read(fd_, buffer->data(), buffer->RemainingCapacity())); read 98 device/hid/hid_connection_linux.cc HANDLE_EINTR(read(device_file_.GetPlatformFile(), buffer, 1024)); read 194 device/hid/hid_connection_linux.cc PendingHidRead read = pending_reads_.front(); read 197 device/hid/hid_connection_linux.cc if (report.buffer->size() > read.buffer->size()) { read 198 device/hid/hid_connection_linux.cc read.callback.Run(false, report.buffer->size()); read 200 device/hid/hid_connection_linux.cc memcpy(read.buffer->data(), report.buffer->data(), report.buffer->size()); read 202 device/hid/hid_connection_linux.cc read.callback.Run(true, report.buffer->size()); read 50 device/hid/hid_connection_mac.cc PendingHidRead read; read 51 device/hid/hid_connection_mac.cc read.buffer = buffer; read 52 device/hid/hid_connection_mac.cc read.callback = callback; read 53 device/hid/hid_connection_mac.cc pending_reads_.push(read); read 122 device/hid/hid_connection_mac.cc PendingHidRead read = pending_reads_.front(); read 125 device/hid/hid_connection_mac.cc if (read.buffer->size() < report.buffer->size()) { read 126 device/hid/hid_connection_mac.cc read.callback.Run(false, report.buffer->size()); read 128 device/hid/hid_connection_mac.cc memcpy(read.buffer->data(), report.buffer->data(), report.buffer->size()); read 130 device/hid/hid_connection_mac.cc read.callback.Run(true, report.buffer->size()); read 1681 gpu/command_buffer/client/gles2_implementation_unittest.cc cmds::ReadPixels read; read 1696 gpu/command_buffer/client/gles2_implementation_unittest.cc expected.read.Init( read 262 gpu/gles2_conform_support/egl/display.cc bool Display::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) { read 267 gpu/gles2_conform_support/egl/display.cc DCHECK(IsValidSurface(read)); read 73 gpu/gles2_conform_support/egl/display.h bool MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx); read 331 gpu/gles2_conform_support/egl/egl.cc EGLSurface read, read 337 gpu/gles2_conform_support/egl/egl.cc error_code = ValidateDisplaySurface(dpy, read); read 346 gpu/gles2_conform_support/egl/egl.cc if (!display->MakeCurrent(draw, read, ctx)) read 801 ipc/ipc_channel_posix.cc *bytes_read = HANDLE_EINTR(read(pipe_, buffer, buffer_len)); read 71 ipc/ipc_send_fds_test.cc ssize_t amt_read = read(fd, &buf, 1); read 331 ipc/ipc_send_fds_test.cc CHECK_EQ(1, HANDLE_EINTR(read(fd, &tmp, 1))); read 399 jingle/glue/chrome_async_socket_unittest.cc std::string read; read 412 jingle/glue/chrome_async_socket_unittest.cc read.append(buf.get(), len_read); read 414 jingle/glue/chrome_async_socket_unittest.cc return read; read 245 jingle/glue/fake_ssl_client_socket.cc size_t read = static_cast<size_t>(status); read 246 jingle/glue/fake_ssl_client_socket.cc return ProcessVerifyServerHelloDone(read); read 256 jingle/glue/fake_ssl_client_socket.cc size_t read = static_cast<size_t>(status); read 257 jingle/glue/fake_ssl_client_socket.cc status = ProcessVerifyServerHelloDone(read); read 269 jingle/glue/fake_ssl_client_socket.cc net::Error FakeSSLClientSocket::ProcessVerifyServerHelloDone(size_t read) { read 270 jingle/glue/fake_ssl_client_socket.cc DCHECK_LE(read, static_cast<size_t>(read_buf_->BytesRemaining())); read 271 jingle/glue/fake_ssl_client_socket.cc if (read == 0U) { read 277 jingle/glue/fake_ssl_client_socket.cc if (std::memcmp(expected_data_start, read_buf_->data(), read) != 0) { read 280 jingle/glue/fake_ssl_client_socket.cc if (read < static_cast<size_t>(read_buf_->BytesRemaining())) { read 282 jingle/glue/fake_ssl_client_socket.cc read_buf_->DidConsume(read); read 91 jingle/glue/fake_ssl_client_socket.h net::Error ProcessVerifyServerHelloDone(size_t read); read 63 media/base/android/java/src/org/chromium/media/AudioRecordInput.java int bytesRead = mAudioRecord.read(mBuffer, mBuffer.capacity()); read 197 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java while ((len = decoder.read(buffer)) != -1) { read 114 media/base/container_names_unittest.cc int read = base::ReadFile(filename, buffer, read_size); read 118 media/base/container_names_unittest.cc DetermineContainer(reinterpret_cast<const uint8*>(buffer), read)) read 47 mojo/common/test/test_utils_posix.cc ssize_t result = HANDLE_EINTR(read(handle.fd, buffer, buffer_size)); read 62 mojo/common/test/test_utils_posix.cc ssize_t result = HANDLE_EINTR(read(handle.fd, buffer, buffer_size)); read 63 mojo/embedder/platform_channel_pair_posix_unittest.cc read(server_handle.get().fd, buffer, sizeof(buffer))); read 67 mojo/embedder/platform_channel_pair_posix_unittest.cc ssize_t result = read(server_handle.get().fd, buffer, sizeof(buffer)); read 107 mojo/system/raw_channel_posix.cc ssize_t read_result = HANDLE_EINTR(read(fd_.get().fd, buffer, bytes_to_read)); read 111 native_client_sdk/src/examples/api/file_io/file_io.cc reader.read(&file_name[0], file_name_length); read 122 native_client_sdk/src/libraries/nacl_io/fuse.h int (*read)(const char* path, char* buf, size_t count, off_t, read 307 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc if (!fuse_ops_->read) read 312 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc int result = fuse_ops_->read(path_.c_str(), cbuf, count, attr.offs, &info_); read 207 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->read(fd, buf, nbyte); read 106 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual ssize_t read(int fd, void *buf, size_t nbyte); read 88 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h read_ssize_t NAME(read)(int fd, void* buf, size_t nbyte); read 142 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc OP(read); \ read 289 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(read)(int fd, void *buf, size_t count, size_t *nread) { read 478 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc CHECK_REAL(read); read 479 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return REAL(read)(fd, buf, count, nread); read 138 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc OP(read); \ read 253 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(read)(int fd, void *buf, size_t count, size_t *nread) { read 389 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc CHECK_REAL(read); read 390 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc return REAL(read)(fd, buf, count, nread); read 62 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc OP(fdio, read); \ read 113 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(read)(int fd, void* buf, size_t count, size_t* nread) { read 328 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc CHECK_REAL(read); read 329 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc return REAL(read)(fd, buf, count, nread); read 15 native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c return read((int) cookie, buf, size); read 404 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, read) { read 407 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_CALL(mock, read(kDummyInt, dummy_void_ptr, kDummyInt2)) read 409 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_EQ(kDummyInt3, read(kDummyInt, dummy_void_ptr, kDummyInt2)); read 53 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h MOCK_METHOD3(read, ssize_t(int, void*, size_t)); read 60 net/android/javatests/src/org/chromium/net/X509UtilTest.java int bytesRead = file.read(bytes); read 182 net/base/file_stream_context_posix.cc ssize_t res = HANDLE_EINTR(read(file_.GetPlatformFile(), buf->data(), read 278 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java while (mPostDataChannel.read(byteBuffer) > 0) { read 328 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java while (!isCanceled() && (size = mResponseStream.read(buffer)) != -1) { read 200 net/cronet/android/java/src/org/chromium/net/UrlRequest.java channel.read(buffer); read 201 net/cronet/android/java/src/org/chromium/net/UrlRequest.java lastChunk = channel.read(checkForEnd) <= 0; read 53 net/dns/notify_watcher_mac.cc int status = HANDLE_EINTR(read(notify_fd_, &token, sizeof(token))); read 9345 net/http/http_network_transaction_unittest.cc read(read_arg), read 9354 net/http/http_network_transaction_unittest.cc read(read_arg), read 9360 net/http/http_network_transaction_unittest.cc MockRead read; read 9600 net/http/http_network_transaction_unittest.cc reads[0] = read_write_round.read; read 1029 net/http/http_stream_factory_impl_unittest.cc MockRead read(SYNCHRONOUS, "HTTP/1.0 200 Connection established\r\n\r\n"); read 1030 net/http/http_stream_factory_impl_unittest.cc StaticSocketDataProvider socket_data(&read, 1, 0, 0); read 1267 net/proxy/proxy_config_service_linux.cc while ((r = read(inotify_fd_, event_buf, sizeof(event_buf))) > 0) { read 623 net/socket/socket_test_util.cc size_t read = 0; read 626 net/socket/socket_test_util.cc while (read < reads_count || write < writes_count) { read 629 net/socket/socket_test_util.cc if (read < reads_count && reads[read].sequence_number == expected) { read 630 net/socket/socket_test_util.cc ++read; read 642 net/socket/socket_test_util.cc DCHECK_EQ(read, reads_count); read 276 net/socket/ssl_server_socket_unittest.cc int read = client.Read(read_buf.get(), kReadBufSize, CompletionCallback()); read 277 net/socket/ssl_server_socket_unittest.cc EXPECT_GT(read, 0); read 278 net/socket/ssl_server_socket_unittest.cc EXPECT_LE(read, written); read 279 net/socket/ssl_server_socket_unittest.cc EXPECT_EQ(0, memcmp(kTestData, read_buf->data(), read)); read 290 net/socket/ssl_server_socket_unittest.cc read = callback.WaitForResult(); read 291 net/socket/ssl_server_socket_unittest.cc EXPECT_GT(read, 0); read 292 net/socket/ssl_server_socket_unittest.cc EXPECT_LE(read, written); read 293 net/socket/ssl_server_socket_unittest.cc EXPECT_EQ(0, memcmp(kTestData, read_buf->data(), read)); read 360 net/socket/tcp_socket_libevent.cc int nread = HANDLE_EINTR(read(socket_, buf->data(), buf_len)); read 720 net/socket/tcp_socket_libevent.cc bytes_transferred = HANDLE_EINTR(read(socket_, read_buf_->data(), read 91 net/test/spawned_test_server/local_test_server_posix.cc ssize_t num_bytes = HANDLE_EINTR(read(fd, buffer + bytes_read, read 123 net/third_party/nss/ssl/ssldef.c rv = lower->methods->read(lower, (void *)buf, len); read 260 net/third_party/nss/ssl/sslimpl.h int (*read) (sslSocket *, unsigned char *, int); read 221 net/third_party/nss/ssl/sslmutex.c cc = read(pMutex->u.pipeStr.mPipes[0], &c, 1); read 286 net/third_party/nss/ssl/sslmutex.c cc = read(pMutex->u.pipeStr.mPipes[0], &c, 1); read 2269 net/third_party/nss/ssl/sslsock.c rv = (*ss->ops->read)(ss, (unsigned char*)buf, len); read 2826 net/third_party/nss/ssl/sslsock.c new_methods->read = my_methods->read; read 96 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 97 net/tools/balsa/balsa_frame_test.cc EXPECT_EQ(2u, read); read 142 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 143 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 192 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 193 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 256 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 257 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(65u, read); read 260 net/tools/balsa/balsa_frame_test.cc read += frame_->ProcessInput(&input[read], strlen(input) - read); read 261 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 293 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 294 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 320 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 321 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(30u, read); read 344 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 345 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(30u, read); read 371 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 372 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(15u, read); read 391 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 392 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(0u, read); read 433 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 434 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 488 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 489 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(65u, read); read 492 net/tools/balsa/balsa_frame_test.cc read += frame_->ProcessInput(&input[read], strlen(input) - read); read 493 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 497 net/tools/balsa/balsa_frame_test.cc read = frame_->ProcessInput(input2, strlen(input2)); read 498 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input2), read); read 534 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 535 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(65u, read); read 538 net/tools/balsa/balsa_frame_test.cc read += frame_->ProcessInput(&input[read], strlen(input) - read); read 539 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 578 net/tools/balsa/balsa_frame_test.cc size_t read = frame_->ProcessInput(input, strlen(input)); read 579 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(65u, read); read 582 net/tools/balsa/balsa_frame_test.cc read += frame_->ProcessInput(&input[read], strlen(input) - read); read 583 net/tools/balsa/balsa_frame_test.cc ASSERT_EQ(strlen(input), read); read 40 net/tools/dump_cache/dump_files.cc int read = file.Read(0, header, header_size); read 41 net/tools/dump_cache/dump_files.cc if (read != header_size) { read 186 net/tools/dump_cache/upgrade_win.cc DWORD read; read 187 net/tools/dump_cache/upgrade_win.cc if (!ReadFile(channel_, input_, kChannelSize, &read, read 69 net/tools/epoll_server/epoll_server.cc data_read = read(fd, &data, sizeof(data)); read 76 net/tools/flip_server/flip_in_mem_edsm_server.cc while (read(0, &c, 1) > 0) { read 187 net/tools/flip_server/http_interface_test.cc size_t read = interface_->ProcessReadInput(data.data(), data.size()); read 188 net/tools/flip_server/http_interface_test.cc ASSERT_EQ(39u, read); read 190 net/tools/flip_server/http_interface_test.cc read += interface_->ProcessReadInput(&data.data()[read], data.size() - read); read 191 net/tools/flip_server/http_interface_test.cc ASSERT_EQ(data.size(), read); read 95 net/tools/flip_server/loadtime_measurement.h ssize_t read_status = read(fd, buffer, sizeof(buffer)); read 99 net/tools/flip_server/loadtime_measurement.h read_status = read(fd, buffer, sizeof(buffer)); read 127 net/tools/flip_server/mem_cache.cc ssize_t read_status = read(fd, buffer, sizeof(buffer)); read 131 net/tools/flip_server/mem_cache.cc read_status = read(fd, buffer, sizeof(buffer)); read 205 net/tools/quic/quic_server.cc bool read = true; read 206 net/tools/quic/quic_server.cc while (read) { read 207 net/tools/quic/quic_server.cc read = ReadAndDispatchSinglePacket( read 183 net/websockets/websocket_basic_stream_test.cc void CreateRead(const MockRead& read) { read 184 net/websockets/websocket_basic_stream_test.cc reads_[0] = read; read 302 ppapi/lib/gl/include/EGL/egl.h EGLSurface read, EGLContext ctx); read 56 ppapi/native_client/tests/nacl_browser/fault_injection/fault_pm_nameservice_test.cc copied = read(d, bytes.get() + got, nbytes - got); read 86 ppapi/tests/test_broker.cc DWORD read = 0; read 88 ppapi/tests/test_broker.cc return ::ReadFile(file, message, size, &read, NULL) && read == size; read 94 ppapi/tests/test_broker.cc ssize_t read = HANDLE_EINTR(::read(file, message + total_read, read 96 ppapi/tests/test_broker.cc if (read <= 0) read 98 ppapi/tests/test_broker.cc total_read += read; read 137 ppapi/tests/test_file_io.cc ret = read(fd, buf, sizeof(buf)); read 1053 ppapi/tests/test_file_io.cc cnt = read(fd, &buf[0], msg.size()); read 70 ppapi/tests/test_flash_file.cc bytes_read = read(file_handle, buffer, kBufferSize); read 256 remoting/base/compound_buffer.cc int read = std::min(count, chunk.size - current_chunk_position_); read 259 remoting/base/compound_buffer.cc current_chunk_position_ += read; read 260 remoting/base/compound_buffer.cc position_ += read; read 261 remoting/base/compound_buffer.cc count -= read; read 133 remoting/host/linux/audio_pipe_reader.cc read(pipe_fd_, string_as_array(&data) + pos, data.size() - pos)); read 58 remoting/host/native_messaging/native_messaging_writer_unittest.cc int read = base::ReadPlatformFileAtCurrentPos( read 60 remoting/host/native_messaging/native_messaging_writer_unittest.cc EXPECT_EQ(4, read); read 62 remoting/host/native_messaging/native_messaging_writer_unittest.cc read = base::ReadPlatformFileAtCurrentPos(read_handle_, read 64 remoting/host/native_messaging/native_messaging_writer_unittest.cc EXPECT_EQ(static_cast<int>(length), read); read 74 remoting/host/native_messaging/native_messaging_writer_unittest.cc read = base::ReadPlatformFileAtCurrentPos(read_handle_, &unused, 1); read 75 remoting/host/native_messaging/native_messaging_writer_unittest.cc EXPECT_LE(read, 0); read 88 remoting/host/native_messaging/native_messaging_writer_unittest.cc int read; read 91 remoting/host/native_messaging/native_messaging_writer_unittest.cc read = base::ReadPlatformFileAtCurrentPos( read 93 remoting/host/native_messaging/native_messaging_writer_unittest.cc EXPECT_EQ(4, read) << "i = " << i; read 95 remoting/host/native_messaging/native_messaging_writer_unittest.cc read = base::ReadPlatformFileAtCurrentPos(read_handle_, read 98 remoting/host/native_messaging/native_messaging_writer_unittest.cc EXPECT_EQ(static_cast<int>(length), read) << "i = " << i; read 53 remoting/host/posix/signal_handler.cc int result = HANDLE_EINTR(read(fd, &buffer, sizeof(buffer))); read 68 remoting/protocol/message_decoder_unittest.cc int read = std::min(size - pos, read_sequence[pos % sequence_size]); read 71 remoting/protocol/message_decoder_unittest.cc scoped_refptr<net::IOBuffer> buffer(new net::IOBuffer(read)); read 72 remoting/protocol/message_decoder_unittest.cc memcpy(buffer->data(), test_data + pos, read); read 73 remoting/protocol/message_decoder_unittest.cc decoder.AddData(buffer, read); read 84 remoting/protocol/message_decoder_unittest.cc pos += read; read 395 sandbox/linux/seccomp-bpf/demo.cc read(fds[0], buf, 4) != 4 || read 487 sandbox/linux/seccomp-bpf/demo.cc read(fds[0], buf, 4) != 4 || read 355 sandbox/linux/seccomp-bpf/sandbox_bpf.cc ssize_t len = HANDLE_EINTR(read(fds[0], buf, sizeof(buf) - 1)); read 248 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(read(fds[0], buf, 1) == 1); read 616 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(read(fds[0], &c, 1) == 1); read 787 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(read(cpu_info_fd, buf, sizeof(buf)) > 0); read 287 sandbox/linux/services/broker_process_unittest.cc int read_len1 = read(cpuinfo_fd, buf, sizeof(buf)); read 296 sandbox/linux/services/broker_process_unittest.cc int read_len2 = read(cpuinfo_fd2, buf2, sizeof(buf2)); read 350 sandbox/linux/services/broker_process_unittest.cc len = read(tempfile.fd(), buf, sizeof(buf)); read 91 sandbox/linux/services/init_process_reaper.cc int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)); read 101 sandbox/linux/services/scoped_process.cc int ret = HANDLE_EINTR(read(pipe_fds_[0], &c, 1)); read 90 sandbox/linux/services/scoped_process_unittest.cc ASSERT_EQ(0, read(pipe_fds[0], &c, 1)); read 123 sandbox/linux/services/scoped_process_unittest.cc EXPECT_EQ(1, read(pipe_fds[0], &c, 1)); read 92 sandbox/linux/services/yama.cc ssize_t num_read = HANDLE_EINTR(read(yama_scope.get(), &yama_scope_value, 1)); read 138 sandbox/linux/suid/client/setuid_sandbox_client.cc if (HANDLE_EINTR(read(ipc_fd, &reply, 1)) != 1) { read 126 sandbox/linux/suid/sandbox.c bytes = read(sv[0], &msg, 1); read 280 sandbox/linux/suid/sandbox.c if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1) read 171 sandbox/linux/tests/unit_tests.cc rc = HANDLE_EINTR(read(fds[0], &msg_buf[len], kCapacity)); read 212 sandbox/win/src/Wow64.cc SIZE_T read; read 214 sandbox/win/src/Wow64.cc &read)) read 216 sandbox/win/src/Wow64.cc if (kBufferSize != read) read 36 sandbox/win/src/file_policy_test.cc bool read = (_wcsicmp(argv[0], L"Read") == 0); read 38 sandbox/win/src/file_policy_test.cc if (read) { read 210 sandbox/win/src/service_resolver_32.cc SIZE_T read; read 212 sandbox/win/src/service_resolver_32.cc sizeof(function_code), &read)) read 215 sandbox/win/src/service_resolver_32.cc if (sizeof(function_code) != read) read 230 sandbox/win/src/service_resolver_32.cc &ki_system_call, sizeof(ki_system_call), &read)) read 233 sandbox/win/src/service_resolver_32.cc if (sizeof(ki_system_call) != read) read 323 sandbox/win/src/service_resolver_32.cc SIZE_T read; read 325 sandbox/win/src/service_resolver_32.cc sizeof(function_code), &read)) read 328 sandbox/win/src/service_resolver_32.cc if (sizeof(function_code) != read) read 358 sandbox/win/src/service_resolver_32.cc SIZE_T read; read 360 sandbox/win/src/service_resolver_32.cc sizeof(function_code), &read)) read 363 sandbox/win/src/service_resolver_32.cc if (sizeof(function_code) != read) read 384 sandbox/win/src/service_resolver_32.cc SIZE_T read; read 386 sandbox/win/src/service_resolver_32.cc sizeof(function_code), &read)) read 389 sandbox/win/src/service_resolver_32.cc if (sizeof(function_code) != read) read 405 sandbox/win/src/service_resolver_32.cc SIZE_T read; read 407 sandbox/win/src/service_resolver_32.cc sizeof(function_code), &read)) read 410 sandbox/win/src/service_resolver_32.cc if (sizeof(function_code) != read) read 425 sandbox/win/src/service_resolver_32.cc SIZE_T read; read 427 sandbox/win/src/service_resolver_32.cc sizeof(function_code), &read)) read 430 sandbox/win/src/service_resolver_32.cc if (sizeof(function_code) != read) read 145 sandbox/win/src/service_resolver_64.cc SIZE_T read; read 147 sandbox/win/src/service_resolver_64.cc sizeof(function_code), &read)) read 150 sandbox/win/src/service_resolver_64.cc if (sizeof(function_code) != read) read 260 sandbox/win/wow_helper/service64_resolver.cc SIZE_T read; read 262 sandbox/win/wow_helper/service64_resolver.cc sizeof(function_code), &read)) read 265 sandbox/win/wow_helper/service64_resolver.cc if (sizeof(function_code) != read) read 62 third_party/bspatch/mbspatch.cc int s = read(fd, header, sizeof(MBSPatchHeader)); read 107 third_party/bspatch/mbspatch.cc int c = read(patchfd, wb, (r > SSIZE_MAX) ? SSIZE_MAX : r); read 250 third_party/bspatch/mbspatch.cc if (read(ofd, buf, header.slen) != header.slen) { read 338 third_party/harfbuzz-ng/src/hb-ft.cc if (ft_face->stream->read == NULL) { read 302 third_party/khronos/EGL/egl.h EGLSurface read, EGLContext ctx); read 389 third_party/libevent/buffer.c n = read(fd, p, howmuch); read 2771 third_party/libevent/evdns.c while ((r = read(fd, resolv+n, (size_t)st.st_size-n)) > 0) { read 54 third_party/libevent/sample/event-test.c len = read(fd, buf, sizeof(buf) - 1); read 72 third_party/libevent/test/bench.c count += read(fd, &ch, sizeof(ch)); read 101 third_party/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); read 168 third_party/libevent/test/regress.c len = read(fd, rbuf + roff, sizeof(rbuf) - roff); read 233 third_party/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); read 1320 third_party/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); read 105 third_party/libpng/pngrio.c png_size_t read, remaining, err; read 110 third_party/libpng/pngrio.c read = MIN(NEAR_BUF_SIZE, remaining); read 112 third_party/libpng/pngrio.c if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) ) read 115 third_party/libpng/pngrio.c err = fread(buf, (png_size_t)1, read, io_ptr); read 117 third_party/libpng/pngrio.c png_memcpy(data, buf, read); /* copy far buffer to near buffer */ read 118 third_party/libpng/pngrio.c if (err != read) read 122 third_party/libpng/pngrio.c data += read; read 123 third_party/libpng/pngrio.c remaining -= read; read 1830 third_party/libusb/src/libusb/os/darwin_usb.c ret = read (pollfd->fd, &message, sizeof (message)); read 576 third_party/libusb/src/libusb/os/linux_usbfs.c r = read(fd, tmp, sizeof(tmp)); read 906 third_party/libusb/src/libusb/os/linux_usbfs.c r = read(fd, priv->descriptors + priv->descriptors_len, read 574 third_party/libusb/src/libusb/os/openbsd_usb.c if (read(hpriv->pipe[0], &itransfer, sizeof(itransfer)) < 0) { read 802 third_party/libusb/src/libusb/os/openbsd_usb.c nr = read(fd, transfer->buffer, transfer->length); read 5 third_party/libusb/src/libusb/os/poll_posix.h #define usbi_read read read 999 third_party/libxml/src/catalog.c len = read(fd, content, size); read 626 third_party/libxml/src/runtest.c res1 = read(fd1, bytes1, 4096); read 627 third_party/libxml/src/runtest.c res2 = read(fd2, bytes2, 4096); read 661 third_party/libxml/src/runtest.c res = read(fd, bytes, 4096); read 695 third_party/libxml/src/runtest.c while ((res = read(fd, &base[siz], info.st_size - siz)) > 0) { read 6456 third_party/libxml/src/trio.c size = read(fd, &input, sizeof(char)); read 808 third_party/libxml/src/xmlIO.c ret = read((int) (long) context, &buffer[0], len); read 134 third_party/npapi/npspy/extern/nspr/md/_macos.h _MDSocketCallerInfo read; read 384 third_party/npapi/npspy/extern/nspr/prio.h PRReadFN read; /* read up to specified bytes into buffer */ read 249 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java final int result = super.read(); read 263 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java final int result = super.read(b, off, len); read 284 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java final int firstByte = input.read(); read 232 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractParser.java int firstByte = input.read(); read 354 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java final int count = in.read(buf, bytesRead, chunkSize - bytesRead); read 414 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java final int firstByte = input.read(); read 435 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java final int b = input.read(); read 446 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java final int b = input.read(); read 737 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java bufferSize = (input == null) ? -1 : input.read(buffer); read 852 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java input.read(chunk, pos, chunk.length - pos); read 980 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java int bytesRead = inputStreamFrom.read(buffer, 0, bytesToRead); read 1040 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java final int n = input.read(buffer); read 558 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java final int firstByte = input.read(); read 334 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java return read(buf, 0, buf.length); read 80 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java return super.read(b, 0, Math.min(b.length, blockSize)); read 84 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java return super.read(b, off, Math.min(len, blockSize)); read 344 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stillEqual = (expectedInt == input.read()); read 349 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java assertEquals(classUnderTest + " InputStream must now be exhausted", -1, input.read()); read 363 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); read 370 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java assertEquals("InputStream.skip(), no more input", -1, input.read()); read 375 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); read 235 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java assertEquals(12, input.read()); read 237 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java assertEquals(34, input.read()); read 238 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java assertEquals(-1, input.read()); read 405 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc int n = read(child_stdout_, buffer, sizeof(buffer)); read 142 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc result = read(file_, buffer, size); read 304 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc input_->read(reinterpret_cast<char*>(buffer), size); read 68 third_party/protobuf/src/google/protobuf/testing/zcgzip.cc readlen = read(STDIN_FILENO, outptr, outlen); read 24474 third_party/sqlite/amalgamation/sqlite3.c { "read", (sqlite3_syscall_ptr)read, 0 }, read 333 third_party/sqlite/src/src/os_unix.c { "read", (sqlite3_syscall_ptr)read, 0 }, read 239 third_party/sqlite/src/src/test_demovfs.c nRead = read(p->fd, zBuf, iAmt); read 826 third_party/sqlite/src/test/threadtest3.c if( nCopy!=read(fd1, aBuf, nCopy) ){ read 35 third_party/sqlite/src/tool/diffdb.c while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){ read 64 third_party/sqlite/src/tool/showdb.c read(db, aData, nByte); read 487 third_party/sqlite/src/tool/showdb.c read(db, zPgSz, 2); read 56 third_party/sqlite/src/tool/showwal.c read(fd, aData, nByte); read 288 third_party/sqlite/src/tool/showwal.c read(fd, zPgSz, 2); read 445 third_party/talloc/libreplace/replace.c return read(__fd, __buf, __nbytes); read 833 third_party/talloc/libreplace/test/testsuite.c if (read(sock[0], buf, 12) == -1) { read 1905 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h LSS_INLINE _syscall3(ssize_t, read, int, f, read 103 third_party/tcmalloc/chromium/src/base/sysinfo.cc # define saferead(fd, buffer, size) read(fd, buffer, size) read 268 third_party/tcmalloc/chromium/src/base/sysinfo.cc read(fd, line, sizeof(line) - 1); read 361 third_party/tcmalloc/chromium/src/base/sysinfo.cc chars_read = read(fd, line + linelen, bytes_to_read); read 847 third_party/tcmalloc/chromium/src/base/sysinfo.cc NO_INTR(nread = read(fd_, etext_, ebuf_ - etext_)); read 972 third_party/tcmalloc/chromium/src/base/sysinfo.cc NO_INTR(nread = read(fd_, ibuf_, sizeof(prmap_t))); read 95 third_party/tcmalloc/chromium/src/base/vdso_support.cc while (read(fd, &aux, sizeof(aux)) == sizeof(aux)) { read 81 third_party/tcmalloc/chromium/src/deep-heap-profile.cc size_t length = read(fd, cmdline, sizeof(cmdline) - 1); read 229 third_party/tcmalloc/chromium/src/deep-heap-profile.cc int result = read(kpagecount_fd_, &kpagecount_value, KPAGECOUNT_BYTES); read 257 third_party/tcmalloc/chromium/src/deep-heap-profile.cc int result = read(pagemap_fd_, &pagemap_value, PAGEMAP_BYTES); read 117 third_party/tcmalloc/chromium/src/heap-checker.cc const int len = read(fd, buf, sizeof(buf)); read 243 third_party/tcmalloc/chromium/src/symbolize.cc int bytes_read = read(child_out[1], symbol_buffer_ + total_bytes_read, read 183 third_party/tcmalloc/chromium/src/system-alloc.cc len = read(urandom_fd, &seed, sizeof(seed)); read 80 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); read 1813 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h LSS_INLINE _syscall3(ssize_t, read, int, f, read 98 third_party/tcmalloc/vendor/src/base/sysinfo.cc # define saferead(fd, buffer, size) read(fd, buffer, size) read 253 third_party/tcmalloc/vendor/src/base/sysinfo.cc read(fd, line, sizeof(line) - 1); read 346 third_party/tcmalloc/vendor/src/base/sysinfo.cc chars_read = read(fd, line + linelen, bytes_to_read); read 691 third_party/tcmalloc/vendor/src/base/sysinfo.cc NO_INTR(nread = read(fd_, etext_, ebuf_ - etext_)); read 814 third_party/tcmalloc/vendor/src/base/sysinfo.cc NO_INTR(nread = read(fd_, ibuf_, sizeof(prmap_t))); read 95 third_party/tcmalloc/vendor/src/base/vdso_support.cc while (read(fd, &aux, sizeof(aux)) == sizeof(aux)) { read 117 third_party/tcmalloc/vendor/src/heap-checker.cc const int len = read(fd, buf, sizeof(buf)); read 243 third_party/tcmalloc/vendor/src/symbolize.cc int bytes_read = read(child_out[1], symbol_buffer_ + total_bytes_read, read 80 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); read 129 third_party/tlslite/tlslite/utils/entropy.c if (read(fd, bytes, howMany) < howMany) { read 31 third_party/zlib/gzread.c ret = read(state->fd, buf + *have, len - *have); read 50 tools/android/file_poller/file_poller.cc while ((n = read(fd_in, buffer, sizeof(buffer))) > 0) read 59 tools/android/file_poller/file_poller.cc while (to_read > 0 && ((n = read(fd_in, index, to_read)) > 0)) { read 119 tools/android/file_poller/file_poller.cc read(pipes[0], NULL, 1); read 57 tools/android/forwarder/forwarder.cc ret = HANDLE_EINTR(read(fd, buffer_, kBufferSize)); read 45 tools/android/forwarder2/pipe_notifier.cc int ret = HANDLE_EINTR(read(receiver_fd_, &c, 1)); read 316 tools/android/forwarder2/socket.cc int ret = HANDLE_EINTR(read(socket_, buffer, buffer_size)); read 326 tools/android/forwarder2/socket.cc int ret = HANDLE_EINTR(read(socket_, buffer, buffer_size)); read 170 tools/android/memdump/memdump.cc ssize_t bytes = read(fd, value, sizeof(*value)); read 215 tools/android/memdump/memdump.cc ssize_t bytes = read(pagemap_fd, &page_map_entry, sizeof(page_map_entry)); read 410 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java numRead = in.read(buffer); read 218 tools/gn/function_exec_script.cc bytes_read = HANDLE_EINTR(read(pipe_fd[0], buffer, sizeof(buffer))); read 213 ui/events/ozone/evdev/key_event_converter_evdev.cc ssize_t read_size = read(fd, inputs, sizeof(inputs)); read 87 ui/events/ozone/evdev/touch_event_converter_evdev.cc ssize_t read_size = read(fd, inputs, sizeof(inputs)); read 150 ui/message_center/notification.h void set_is_read(bool read) { is_read_ = read; }