Home
last modified time | relevance | path

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

123456

/external/chromium/net/url_request/
Durl_request_job.cc60 bool URLRequestJob::Read(IOBuffer* buf, int buf_size, int *bytes_read) { in Read()
291 void URLRequestJob::NotifyReadComplete(int bytes_read) { in NotifyReadComplete()
416 int *bytes_read) { in ReadRawData()
423 void URLRequestJob::FilteredDataRead(int bytes_read) { in FilteredDataRead()
428 bool URLRequestJob::ReadFilteredData(int* bytes_read) { in ReadFilteredData()
547 bool URLRequestJob::ReadRawDataForFilter(int* bytes_read) { in ReadRawDataForFilter()
567 int* bytes_read) { in ReadRawDataHelper()
594 void URLRequestJob::OnRawReadComplete(int bytes_read) { in OnRawReadComplete()
602 void URLRequestJob::RecordBytesRead(int bytes_read) { in RecordBytesRead()
Durl_request_file_dir_job.cc79 int *bytes_read) { in ReadRawData()
187 int bytes_read; in CompleteRead() local
206 int *bytes_read) { in FillReadBuffer()
Durl_request_test_util.cc200 int bytes_read = 0; in OnResponseStarted() local
208 void TestDelegate::OnReadCompleted(net::URLRequest* request, int bytes_read) { in OnReadCompleted()
281 int bytes_read) { in OnReadCompleted()
Durl_request_simple_job.cc41 int* bytes_read) { in ReadRawData()
Durl_request_test_job.cc158 int *bytes_read) { in ReadRawData()
221 int bytes_read; in ProcessNextOperation() local
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_main.cc311 bool VCDiffFileBasedCoder::ReadInput(size_t* bytes_read) { in ReadInput()
346 size_t bytes_read = fread(&compare_buffer_[0], in CompareOutput() local
410 size_t bytes_read = 0; in Encode() local
467 size_t bytes_read = 0; in Decode() local
531 size_t bytes_read = 0; in DecodeAndCompare() local
/external/chromium/chrome/browser/
Dplugin_download_helper.cc78 int bytes_read = 0; in OnResponseStarted() local
95 int bytes_read) { in OnReadCompleted()
Dcrash_upload_list_win.cc19 DWORD bytes_read; in LoadCrashList() local
/external/chromium/base/
Dplatform_file_unittest.cc17 int bytes_read; in ReadFully() local
155 int bytes_read = ReadFully(file, kTestDataSize, data_read_1, kTestDataSize); in TEST() local
229 int bytes_read = ReadFully(file, 0, data_read, static_cast<int>(file_size)); in TEST() local
/external/chromium/net/socket/
Dtransport_client_socket_unittest.cc136 uint32 bytes_read = 0; in DrainClientSocket() local
204 uint32 bytes_read; in TEST_P() local
271 uint32 bytes_read = DrainClientSocket(buf, 4096, arraysize(kServerReply) - 1, in TEST_P() local
296 uint32 bytes_read = 0; in TEST_P() local
/external/chromium/net/base/
Dfile_stream_win.cc98 MessageLoopForIO::IOContext* context, DWORD bytes_read, DWORD error) { in OnIOCompleted()
239 DWORD bytes_read; in Read() local
265 int bytes_read = Read(buf, to_read, NULL); in ReadUntilComplete() local
Dnetwork_delegate.cc35 void NetworkDelegate::NotifyReadCompleted(URLRequest* request, int bytes_read) { in NotifyReadCompleted()
/external/bluetooth/glib/glib/
Dgconvert.c600 gsize *bytes_read, in g_convert_with_iconv()
751 gsize *bytes_read, in g_convert()
827 gsize *bytes_read, in g_convert_with_fallback()
1027 gsize *bytes_read, in strdup_len()
1092 gsize *bytes_read, in g_locale_to_utf8()
1133 gsize *bytes_read, in g_locale_from_utf8()
1345 gsize *bytes_read, in g_filename_to_utf8()
1370 gsize *bytes_read, in g_filename_to_utf8()
1413 gsize *bytes_read, in g_filename_from_utf8()
1435 gsize *bytes_read, in g_filename_from_utf8()
/external/chromium/chrome/browser/net/
Dview_http_cache_job_factory.cc39 virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int *bytes_read) { in ReadRawData()
160 int* bytes_read) { in ReadRawData()
Dmetadata_url_request.cc73 int *bytes_read) { in ReadRawData()
Dchrome_network_delegate.cc86 int bytes_read) { in OnReadCompleted()
/external/bluetooth/glib/gio/tests/
Dmemory-input-stream.c35 gsize bytes_read, pos, len, chunk_size; in test_read_chunks() local
/external/dbus/dbus/
Ddbus-file-win.c53 DWORD bytes_read; in _dbus_file_read() local
166 int bytes_read; in _dbus_file_get_contents() local
/external/chromium/chrome/browser/extensions/
Dextension_creator.cc173 int bytes_read = -1; in SignZip() local
225 size_t bytes_read = 0; in WriteCRX() local
/external/chromium/chrome/browser/ui/webui/
Dchrome_url_data_manager_backend.cc329 int bytes_read; in DataAvailable() local
344 int* bytes_read) { in ReadRawData()
360 int* bytes_read) { in CompleteRead()
Dscreenshot_source.cc48 int bytes_read = 0; in ReadScreenshot() local
/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.cc54 const int64 bytes_read = ReadResponse(buffer_out, in ReadBufferResponse() local
66 const int64 bytes_read = ReadResponse(buffer_out, in ReadDownloadResponse() local
106 int bytes_read = buffer_.length(); in ReadResponse() local
/external/chromium/net/tools/fetch/
Dfetch_client.cc92 base::StatsCounter bytes_read("FetchClient.bytes_read"); in OnReadComplete() local
183 int bytes_read = table.GetCounterValue("c:FetchClient.bytes_read"); in main() local
/external/bluetooth/glib/tests/
Dconvert-test.c41 gsize bytes_read = 0; in test_iconv_state() local
64 gsize bytes_read = 0; in test_one_half() local
111 gsize bytes_read = 0; in test_byte_order() local
/external/flac/libFLAC/
Dogg_helper.c47 size_t bytes_read = bytes; in full_read_() local

123456