| /external/webkit/Source/WebCore/platform/network/ |
| D | BlobResourceHandle.cpp | 342 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/ |
| D | SharedBufferPOSIX.cpp | 64 ssize_t bytesRead; in createWithContentsOfFile() local
|
| D | FileSystemPOSIX.cpp | 133 int bytesRead = read(handle, data, static_cast<size_t>(length)); in readFromFile() local
|
| /external/webkit/Source/WebCore/platform/brew/ |
| D | SharedBufferBrew.cpp | 64 int32 bytesRead; in createWithContentsOfFile() local
|
| /external/webkit/Source/WebCore/platform/win/ |
| D | SharedBufferWin.cpp | 59 DWORD bytesRead; in createWithContentsOfFile() local
|
| /external/webkit/Source/WebKit/android/WebCoreSupport/ |
| D | WebRequest.cpp | 500 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/ |
| D | SocketStreamHandleSoup.cpp | 125 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/ |
| D | TextCodecGtk.cpp | 447 gsize bytesRead = 0; in decode() local 528 gsize bytesRead = 0; in encode() local
|
| /external/webkit/Source/WebCore/platform/text/mac/ |
| D | TextCodecMac.cpp | 136 unsigned long bytesRead = 0; in decode() local 212 int bytesRead = 0; in decode() local
|
| /external/webkit/Source/WebCore/platform/ |
| D | FileStream.cpp | 125 int bytesRead = 0; in read() local
|
| /external/webkit/Source/WebCore/fileapi/ |
| D | FileStreamProxy.cpp | 168 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/ |
| D | CipherTest.java | 280 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/ |
| D | Krb5LoginModuleTest.java | 184 int bytesRead = BUF_SIZE; in run() local
|
| /external/webkit/Tools/DumpRenderTree/qt/ |
| D | ImageDiff.cpp | 65 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin); in main() local
|
| /external/skia/tests/ |
| D | StreamTest.cpp | 33 int bytesRead = 0; in test_buffer() local
|
| /external/skia/src/images/ |
| D | SkImageDecoder_libpvjpeg.cpp | 160 int32 bytesRead = stream->read(storage + bytesInStorage, in onDecode() local
|
| D | bmpdecoderhelper.cpp | 234 int bytesRead = 0; in DoRLEDecode() local
|
| /external/quake/src/com/android/quake/ |
| D | DownloaderActivity.java | 745 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/ |
| D | ImageDiff.cpp | 53 size_t bytesRead = fread(imageBuffer, 1, bytesToRead, stdin); in readPixbufFromStdin() local
|
| /external/webkit/Tools/DumpRenderTree/cg/ |
| D | ImageDiffCG.cpp | 79 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/ |
| D | InputStreamReaderTest.java | 457 int bytesRead = isr.read(buf, 0, buf.length); in test_read$CII() local
|
| /external/webkit/Tools/DumpRenderTree/win/ |
| D | ImageDiffCairo.cpp | 80 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/ |
| D | SocketTest.java | 1233 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/ |
| D | command.c | 354 Int fd, bytesRead = 0, do_kill = 0; in CLG_() local
|
| /external/webkit/Source/WebCore/platform/gtk/ |
| D | FileSystemGtk.cpp | 307 gssize bytesRead = g_input_stream_read(g_io_stream_get_input_stream(G_IO_STREAM(handle)), in readFromFile() local
|