| /external/chromium_org/net/ocsp/ |
| nss_ocsp.cc | 298 int bytes_read = 0; variable 303 request_->Read(buffer_.get(), kRecvBufferSize, &bytes_read); 305 OnReadCompleted(request_, bytes_read); 309 int bytes_read) OVERRIDE { 314 if (!request_->status().is_success() || bytes_read <= 0) 316 data_.append(buffer_->data(), bytes_read); 317 } while (request_->Read(buffer_.get(), kRecvBufferSize, &bytes_read)); [all...] |
| /external/chromium_org/net/spdy/ |
| spdy_framer_test.cc | 490 size_t bytes_read = local 492 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read); [all...] |
| spdy_framer.cc | 449 size_t bytes_read = ProcessCommonHeader(data, len); local 450 len -= bytes_read; 451 data += bytes_read; 469 int bytes_read = ProcessControlFrameBeforeHeaderBlock(data, len); local 470 len -= bytes_read; 471 data += bytes_read; 476 int bytes_read = ProcessSettingsFramePayload(data, len); local 477 len -= bytes_read; 478 data += bytes_read; 483 int bytes_read = ProcessControlFrameHeaderBlock(data, len) local 490 size_t bytes_read = ProcessCredentialFramePayload(data, len); local 497 size_t bytes_read = ProcessControlFramePayload(data, len); local 507 size_t bytes_read = ProcessDataFramePayload(data, len); local 1081 size_t bytes_read = UpdateCurrentFrameBuffer(&data, &len, local 1372 size_t bytes_read = local [all...] |
| spdy_network_transaction_unittest.cc | 512 int bytes_read = 0; local 529 bytes_read += rv; 531 return bytes_read; [all...] |
| /external/chromium_org/net/tools/dump_cache/ |
| upgrade_win.cc | 246 void DoGetKey(int bytes_read); 253 void DoReadData(int bytes_read); 282 int bytes_read = static_cast<int>(bytes_transfered); local 283 if (bytes_read < sizeof(Message) && state_ != MASTER_END && 297 DoGetKey(bytes_read); 306 DoReadData(bytes_read); 377 void MasterSM::DoGetKey(int bytes_read) { 491 void MasterSM::DoReadData(int bytes_read) { 633 int bytes_read = static_cast<int>(bytes_transfered); local 634 if (bytes_read < sizeof(Message)) [all...] |
| /external/chromium_org/testing/gtest/src/ |
| gtest-death-test.cc | 425 int bytes_read; local 432 bytes_read = posix::Read(read_fd(), &flag, 1); 433 } while (bytes_read == -1 && errno == EINTR); 435 if (bytes_read == 0) { 437 } else if (bytes_read == 1) { [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| pseudotcp.cc | 555 size_t bytes_read = 0; local 559 &bytes_read); 562 ASSERT(static_cast<uint32>(bytes_read) == len); [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| nanohttp.c | 1261 int bytes_read = 0; local 1281 ctxt->inptr - ctxt->inrptr - bytes_read; 1282 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read); 1285 bytes_read += orig_avail_in - ctxt->strm->avail_in; 1290 ctxt->inrptr += bytes_read; [all...] |
| /external/chromium_org/third_party/mesa/src/src/gtest/src/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /external/gtest/src/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /external/jpeg/ |
| jdmarker.c | 103 unsigned int bytes_read; /* data bytes read so far in marker */ member in struct:__anon21432 752 unsigned int bytes_read, data_length; local 781 marker->bytes_read = 0; 782 bytes_read = 0; 786 bytes_read = data_length = 0; 791 bytes_read = marker->bytes_read; 793 data = cur_marker->data + bytes_read; 796 while (bytes_read < data_length) { 798 marker->bytes_read = bytes_read [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /external/libxml2/ |
| nanohttp.c | 1259 int bytes_read = 0; local 1279 ctxt->inptr - ctxt->inrptr - bytes_read; 1280 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read); 1283 bytes_read += orig_avail_in - ctxt->strm->avail_in; [all...] |
| /external/llvm/utils/unittest/googletest/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /external/mesa3d/src/gtest/src/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /external/open-vcdiff/gtest/src/ |
| gtest-death-test.cc | 374 int bytes_read; local 381 bytes_read = posix::Read(read_fd(), &flag, 1); 382 } while (bytes_read == -1 && errno == EINTR); 384 if (bytes_read == 0) { 386 } else if (bytes_read == 1) { [all...] |
| /external/openssh/ |
| sftp-server.c | 183 u_int64_t bytes_read, bytes_write; member in struct:Handle 224 handles[i].bytes_read = handles[i].bytes_write = 0; 289 handles[handle].bytes_read += bytes; 303 return (handles[handle].bytes_read); [all...] |
| /external/protobuf/gtest/src/ |
| gtest-death-test.cc | 374 int bytes_read; local 381 bytes_read = posix::Read(read_fd(), &flag, 1); 382 } while (bytes_read == -1 && errno == EINTR); 384 if (bytes_read == 0) { 386 } else if (bytes_read == 1) { [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| jdmarker.c | 103 unsigned int bytes_read; /* data bytes read so far in marker */ member in struct:__anon26683 744 unsigned int bytes_read, data_length; local 773 marker->bytes_read = 0; 774 bytes_read = 0; 778 bytes_read = data_length = 0; 783 bytes_read = marker->bytes_read; 785 data = cur_marker->data + bytes_read; 788 while (bytes_read < data_length) { 790 marker->bytes_read = bytes_read [all...] |
| /external/v8/src/ |
| platform-freebsd.cc | 287 int bytes_read = -1; local 289 bytes_read++; 290 if (bytes_read >= MAP_LENGTH - 1) 292 result = read(fd, buffer + bytes_read, 1); 294 } while (buffer[bytes_read] != '\n'); 295 buffer[bytes_read] = 0; 301 buffer[bytes_read] = 0;
|
| /frameworks/av/media/libmedia/ |
| MediaProfiles.cpp | 924 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp); local [all...] |
| /ndk/sources/third_party/googletest/googletest/src/ |
| gtest-death-test.cc | 427 int bytes_read; local 434 bytes_read = posix::Read(read_fd(), &flag, 1); 435 } while (bytes_read == -1 && errno == EINTR); 437 if (bytes_read == 0) { 439 } else if (bytes_read == 1) { [all...] |
| /bionic/libc/tzcode/ |
| localtime.c | 2135 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, &header, sizeof(header))); local [all...] |
| /external/chromium/net/spdy/ |
| spdy_network_transaction_unittest.cc | 407 int bytes_read = 0; local 424 bytes_read += rv; 426 return bytes_read; [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
| r600_shader.c | 262 unsigned * bytes_read) 267 out |= bytes[(*bytes_read)++] << (8 * i); 273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx) 277 sel0 = bytes[bytes_read++]; 278 sel1 = bytes[bytes_read++]; 280 alu->src[src_idx].chan = bytes[bytes_read++]; 281 alu->src[src_idx].neg = bytes[bytes_read++]; 282 alu->src[src_idx].abs = bytes[bytes_read++]; 283 alu->src[src_idx].rel = bytes[bytes_read++]; 284 alu->src[src_idx].kc_bank = bytes[bytes_read++] 519 unsigned bytes_read = 0; local [all...] |