Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/external/chromium_org/android_webview/native/
Dinput_stream_unittest.cc47 int* bytes_read) { in DoReadCountedStreamTest()
70 int bytes_read = 0; in TEST_F() local
79 int bytes_read = 0; in TEST_F() local
86 int bytes_read = 0; in TEST_F() local
93 int bytes_read = 0; in TEST_F() local
100 int bytes_read = 0; in TEST_F() local
111 int bytes_read = 0; in TEST_F() local
118 int bytes_read = 0; in TEST_F() local
138 int bytes_read = 0; in TEST_F() local
/external/chromium_org/content/browser/fileapi/
Dmock_url_request_delegate.cc34 int bytes_read) { in OnReadCompleted()
47 int bytes_read = 0; in ReadSome() local
58 int bytes_read) { in ReceiveData()
/external/chromium_org/net/url_request/
Durl_request_job.cc68 bool URLRequestJob::Read(IOBuffer* buf, int buf_size, int *bytes_read) { in Read()
396 void URLRequestJob::NotifyReadComplete(int bytes_read) { in NotifyReadComplete()
531 int *bytes_read) { in ReadRawData()
544 void URLRequestJob::FilteredDataRead(int bytes_read) { in FilteredDataRead()
549 bool URLRequestJob::ReadFilteredData(int* bytes_read) { in ReadFilteredData()
690 bool URLRequestJob::ReadRawDataForFilter(int* bytes_read) { in ReadRawDataForFilter()
710 int* bytes_read) { in ReadRawDataHelper()
735 void URLRequestJob::OnRawReadComplete(int bytes_read) { in OnRawReadComplete()
751 void URLRequestJob::RecordBytesRead(int bytes_read) { in RecordBytesRead()
Durl_request_file_dir_job.cc69 int* bytes_read) { in ReadRawData()
151 int bytes_read; in CompleteRead() local
170 int* bytes_read) { in FillReadBuffer()
/external/chromium_org/sdch/open-vcdiff/src/
Dvcdiff_main.cc312 bool VCDiffFileBasedCoder::ReadInput(size_t* bytes_read) { in ReadInput()
347 size_t bytes_read = fread(&compare_buffer_[0], in CompareOutput() local
414 size_t bytes_read = 0; in Encode() local
471 size_t bytes_read = 0; in Decode() local
535 size_t bytes_read = 0; in DecodeAndCompare() local
/external/chromium_org/base/
Dasync_socket_io_handler_posix.cc30 int bytes_read = HANDLE_EINTR(read(socket_, pending_buffer_, in OnFileCanReadWithoutBlocking() local
52 int bytes_read = HANDLE_EINTR(read(socket_, buffer, buffer_len)); in Read() local
/external/chromium_org/ipc/
Dipc_channel_reader.cc23 int bytes_read = 0; in ProcessIncomingMessages() local
37 bool ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
/external/chromium_org/webkit/browser/blob/
Dblob_url_request_job.cc86 int* bytes_read) { in ReadRawData()
409 int bytes_read = BytesReadCompleted(); in DidReadFile() local
415 int bytes_read = 0; in DidReadFile() local
429 int bytes_read = read_buf_->BytesConsumed(); in BytesReadCompleted() local
449 bool BlobURLRequestJob::ReadLoop(int* bytes_read) { in ReadLoop()
/external/chromium_org/third_party/sfntly/cpp/src/test/
Dfile_io_test.cc41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFileInputStream() local
102 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFontInputStreamBasic() local
/external/sfntly/cpp/src/test/
Dfile_io_test.cc41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFileInputStream() local
102 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFontInputStreamBasic() local
/external/chromium_org/components/cronet/android/
Durl_request_peer.cc200 int bytes_read; in Read() local
230 void URLRequestPeer::OnReadCompleted(net::URLRequest* request, int bytes_read) { in OnReadCompleted()
245 void URLRequestPeer::OnBytesRead(int bytes_read) { in OnBytesRead()
/external/chromium_org/chrome/utility/image_writer/
Dimage_writer.cc120 int bytes_read = image_file_.Read(bytes_processed_, buffer.get(), in WriteChunk() local
161 int bytes_read = image_file_.Read(bytes_processed_, image_buffer.get(), in VerifyChunk() local
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc111 int32_t bytes_read = 0; in CopyTo() local
132 int32_t bytes_read = 0; in CopyTo() local
145 int32_t bytes_read = 0; in CopyFrom() local
165 int32_t bytes_read = 0; in CopyFrom() local
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc111 int32_t bytes_read = 0; in CopyTo() local
132 int32_t bytes_read = 0; in CopyTo() local
145 int32_t bytes_read = 0; in CopyFrom() local
165 int32_t bytes_read = 0; in CopyFrom() local
/external/chromium_org/chrome/browser/extensions/api/serial/
Dserial_io_handler.cc64 void SerialIoHandler::ReadCompleted(int bytes_read, in ReadCompleted()
113 void SerialIoHandler::QueueReadCompleted(int bytes_read, in QueueReadCompleted()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
Dhttp_fs_node.cc268 off_t bytes_read; in GetStat_Locked() local
391 int bytes_read; in DownloadToCache() local
496 int bytes_read; in DownloadPartial() local
545 int bytes_read; in ReadEntireResponseToTemp() local
569 int bytes_read; in ReadEntireResponseToCache() local
596 int bytes_read; in ReadResponseToTemp() local
624 int bytes_read = in ReadResponseToBuffer() local
/external/chromium_org/base/test/
Dtest_process_killer_win.cc82 SIZE_T bytes_read = 0; in GetCommandLineForProcess() local
98 SIZE_T bytes_read; in GetCommandLineForProcess() local
/external/chromium_org/mojo/common/test/
Dtest_utils_posix.cc41 size_t* bytes_read) { in BlockingRead()
62 size_t* bytes_read) { in NonBlockingRead()
Dtest_utils_win.cc42 size_t* bytes_read) { in BlockingRead()
62 size_t* bytes_read) { in NonBlockingRead()
/external/chromium_org/content/browser/streams/
Dstream_url_request_job.cc50 int bytes_read; in OnDataAvailable() local
96 int* bytes_read) { in ReadRawData()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_write_to_cache_job.cc114 int *bytes_read) { in ReadRawData()
152 int *bytes_read) { in ReadNetData()
302 int bytes_read) { in OnReadCompleted()
/external/chromium_org/remoting/host/
Dtoken_validator_base.cc85 int bytes_read = 0; in OnResponseStarted() local
91 int bytes_read) { in OnReadCompleted()
/external/chromium_org/net/socket/
Dtransport_client_socket_unittest.cc144 uint32 bytes_read = 0; in DrainClientSocket() local
212 uint32 bytes_read; in TEST_P() local
285 uint32 bytes_read = DrainClientSocket( in TEST_P() local
310 uint32 bytes_read = 0; in TEST_P() local
/external/chromium_org/content/browser/loader/
Dresource_loader.cc346 void ResourceLoader::OnReadCompleted(net::URLRequest* unused, int bytes_read) { in OnReadCompleted()
560 int bytes_read = 0; in StartReading() local
596 void ResourceLoader::ReadMore(int* bytes_read) { in ReadMore()
618 void ResourceLoader::CompleteRead(int bytes_read) { in CompleteRead()
/external/chromium_org/net/base/
Dfile_stream_context_win.cc72 DWORD bytes_read; in ReadAsync() local
145 DWORD bytes_read, in OnIOCompleted()

12345678910>>...13