Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/platform/network/
DBlobResourceHandle.cpp342 int bytesRead = 0; in readSync() local
407 int bytesRead = m_stream->read(buf, length); in readFileSync() local
486 void BlobResourceHandle::didRead(int bytesRead) in didRead()
491 void BlobResourceHandle::consumeData(const char* data, int bytesRead) in consumeData()
584 void BlobResourceHandle::notifyReceiveData(const char* data, int bytesRead) in notifyReceiveData()
/external/webkit/Source/WebCore/platform/posix/
DSharedBufferPOSIX.cpp64 ssize_t bytesRead; in createWithContentsOfFile() local
DFileSystemPOSIX.cpp133 int bytesRead = read(handle, data, static_cast<size_t>(length)); in readFromFile() local
/external/webkit/Source/WebCore/platform/brew/
DSharedBufferBrew.cpp64 int32 bytesRead; in createWithContentsOfFile() local
/external/webkit/Source/WebCore/platform/win/
DSharedBufferWin.cpp59 DWORD bytesRead; in createWithContentsOfFile() local
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebRequest.cpp500 int bytesRead = 0; in startReading() local
519 bool WebRequest::read(int* bytesRead) in read()
538 void WebRequest::OnReadCompleted(net::URLRequest* request, int bytesRead) in OnReadCompleted()
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandleSoup.cpp125 void SocketStreamHandle::readBytes(signed long bytesRead, GError* error) in readBytes()
258 gssize bytesRead = g_input_stream_read_finish(stream, result, &error.outPtr()); in readReadyCallback() local
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.cpp447 gsize bytesRead = 0; in decode() local
528 gsize bytesRead = 0; in encode() local
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp136 unsigned long bytesRead = 0; in decode() local
212 int bytesRead = 0; in decode() local
/external/webkit/Source/WebCore/platform/
DFileStream.cpp125 int bytesRead = 0; in read() local
/external/webkit/Source/WebCore/fileapi/
DFileStreamProxy.cpp168 static void didRead(ScriptExecutionContext*, FileStreamProxy* proxy, int bytesRead) in didRead()
181 int bytesRead = m_stream->read(buffer, length); in readOnFileThread() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java280 int bytesRead = is.read(input, 0, 256); in test_update$BII() local
329 int bytesRead = is.read(input, 0, 256); in test_doFinal() local
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
DKrb5LoginModuleTest.java184 int bytesRead = BUF_SIZE; in run() local
/external/webkit/Tools/DumpRenderTree/qt/
DImageDiff.cpp65 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin); in main() local
/external/skia/tests/
DStreamTest.cpp33 int bytesRead = 0; in test_buffer() local
/external/skia/src/images/
DSkImageDecoder_libpvjpeg.cpp160 int32 bytesRead = stream->read(storage + bytesInStorage, in onDecode() local
Dbmpdecoderhelper.cpp234 int bytesRead = 0; in DoRLEDecode() local
/external/quake/src/com/android/quake/
DDownloaderActivity.java745 int bytesRead = is.read(mFileIOBuffer, 0, chunkSize); in readIntoDigest() local
764 private void updateDigest(MessageDigest digest, int bytesRead) { in updateDigest()
895 long bytesRead = downloadStream(is, os, digest); in downloadPart() local
951 int bytesRead = is.read(mFileIOBuffer); in downloadStream() local
/external/webkit/Tools/DumpRenderTree/gtk/
DImageDiff.cpp53 size_t bytesRead = fread(imageBuffer, 1, bytesToRead, stdin); in readPixbufFromStdin() local
/external/webkit/Tools/DumpRenderTree/cg/
DImageDiffCG.cpp79 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin); in createImageFromStdin() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DInputStreamReaderTest.java457 int bytesRead = isr.read(buf, 0, buf.length); in test_read$CII() local
/external/webkit/Tools/DumpRenderTree/win/
DImageDiffCairo.cpp80 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin); in createImageFromStdin() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DSocketTest.java1233 int bytesRead = theInput.read(myBytes, totalBytesRead, in test_sendUrgentDataI() local
1289 int bytesRead = theInput.read(myBytes, totalBytesRead, in test_sendUrgentDataI() local
1348 int bytesRead = theInput.read(myBytes, totalBytesRead, in test_sendUrgentDataI() local
/external/valgrind/main/callgrind/
Dcommand.c354 Int fd, bytesRead = 0, do_kill = 0; in CLG_() local
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp307 gssize bytesRead = g_input_stream_read(g_io_stream_get_input_stream(G_IO_STREAM(handle)), in readFromFile() local

12