Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 325) 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/device/serial/
Ddata_sink_receiver.cc174 void DataSinkReceiver::Done(uint32_t bytes_read) { in Done()
181 void DataSinkReceiver::DoneWithError(uint32_t bytes_read, int32_t error) { in DoneWithError()
187 bool DataSinkReceiver::DoneInternal(uint32_t bytes_read) { in DoneInternal()
201 void DataSinkReceiver::ReportBytesSentAndError(uint32_t bytes_read, in ReportBytesSentAndError()
265 void DataSinkReceiver::Buffer::Done(uint32_t bytes_read) { in Done()
275 void DataSinkReceiver::Buffer::DoneWithError(uint32_t bytes_read, in DoneWithError()
/external/chromium_org/net/url_request/
Durl_request_job.cc67 bool URLRequestJob::Read(IOBuffer* buf, int buf_size, int *bytes_read) { in Read()
379 void URLRequestJob::NotifyReadComplete(int bytes_read) { in NotifyReadComplete()
514 int *bytes_read) { in ReadRawData()
527 void URLRequestJob::FilteredDataRead(int bytes_read) { in FilteredDataRead()
532 bool URLRequestJob::ReadFilteredData(int* bytes_read) { in ReadFilteredData()
673 bool URLRequestJob::ReadRawDataForFilter(int* bytes_read) { in ReadRawDataForFilter()
693 int* bytes_read) { in ReadRawDataHelper()
718 void URLRequestJob::OnRawReadComplete(int bytes_read) { in OnRawReadComplete()
734 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/storage/browser/blob/
Dblob_url_request_job.cc90 int* bytes_read) { in ReadRawData()
413 int bytes_read = BytesReadCompleted(); in DidReadFile() local
419 int bytes_read = 0; in DidReadFile() local
433 int bytes_read = read_buf_->BytesConsumed(); in BytesReadCompleted() local
453 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/net/base/
Dsdch_dictionary_fetcher.cc102 int bytes_read) { in OnReadCompleted()
201 int bytes_read = 0; in DoRead() 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/utility/image_writer/
Dimage_writer.cc120 int bytes_read = image_file_.Read(bytes_processed_, buffer.get(), in WriteChunk() local
162 int bytes_read = image_file_.Read(bytes_processed_, image_buffer.get(), in VerifyChunk() local
/external/chromium_org/chrome/browser/predictors/
Dresource_prefetcher.cc168 int bytes_read = 0; in ReadFullResponse() local
183 int bytes_read) { in ShouldContinueReadingRequest()
230 int bytes_read) { in OnReadCompleted()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
Dhttp_fs_node.cc290 off_t bytes_read; in GetStat_Locked() local
413 int bytes_read; in DownloadToCache() local
518 int bytes_read; in DownloadPartial() local
573 int bytes_read; in ReadEntireResponseToTemp() local
597 int bytes_read; in ReadEntireResponseToCache() local
631 int bytes_read; in ReadResponseToTemp() local
659 int bytes_read = in ReadResponseToBuffer() local
/external/chromium_org/components/cronet/android/
Durl_request_adapter.cc212 int bytes_read; in Read() local
241 int bytes_read) { in OnReadCompleted()
255 void URLRequestAdapter::OnBytesRead(int bytes_read) { in OnBytesRead()
/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.cc123 int *bytes_read) { in ReadRawData()
173 int *bytes_read) { in ReadNetData()
362 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/mojo/system/
Draw_channel_posix.cc175 RawChannel::IOResult RawChannelPosix::Read(size_t* bytes_read) { in Read()
371 size_t bytes_read = 0; in OnFileCanReadWithoutBlocking() local
407 RawChannel::IOResult RawChannelPosix::ReadImpl(size_t* bytes_read) { in ReadImpl()
/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

12345678910>>...13