HomeSort by relevance Sort by last modified time
    Searched refs:bytesRead (Results 226 - 250 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 216 public void report(int bytesRead) {
217 mContentValues.put(AttachmentColumns.UI_DOWNLOADED_SIZE, bytesRead);
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha3/
fakeadbserver-25.4.0-alpha3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WindowManagerState.java 164 int bytesRead;
167 while ((bytesRead = fis.read(buf)) != -1) {
168 stdout.write(buf, 0, bytesRead);
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SSLConscryptPlainTextExposureTest.java 810 int bytesRead = socketChannel.read(dataInNetBuffer);
811 if(bytesRead > 0) {
834 else if(bytesRead < 0) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 73 int bytesRead = 0;
76 while ((bytesRead = reader.read(buffer, 0, 1024)) >= 0) {
77 sb.append(buffer, 0, bytesRead);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 70 int bytesRead = 0;
73 while ((bytesRead = reader.read(buffer, 0, 1024)) >= 0) {
74 sb.append(buffer, 0, bytesRead);
    [all...]
  /frameworks/base/media/jni/
android_media_Utils.cpp 78 size_t bytesRead = mStream->read(tempBuffer, sizeToRead);
79 if (bytesRead != sizeToRead) {
83 mStreamBuffer.write(tempBuffer, bytesRead);
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 
  /external/curl/lib/vtls/
darwinssl.c 200 size_t bytesRead;
207 bytesRead = 0;
236 bytesRead = rrtn;
238 bytesToGo -= bytesRead;
239 currData += bytesRead;
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java 118 int bytesRead;
124 while ((bytesRead = input.read(buffer)) != -1) {
125 output.write(buffer, 0, bytesRead);
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /external/libvncserver/libvncserver/
rfbserver.c     [all...]
  /external/skia/src/codec/
SkJpegCodec.cpp 31 bool SkJpegCodec::IsJpeg(const void* buffer, size_t bytesRead) {
33 return bytesRead >= 3 && !memcmp(buffer, jpegSig, sizeof(jpegSig));
    [all...]
  /external/skqp/src/codec/
SkJpegCodec.cpp 31 bool SkJpegCodec::IsJpeg(const void* buffer, size_t bytesRead) {
33 return bytesRead >= 3 && !memcmp(buffer, jpegSig, sizeof(jpegSig));
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 102 for bytesRead := 0; bytesRead < len(bytes); bytesRead++ {
104 ret |= int64(bytes[bytesRead])
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 102 for bytesRead := 0; bytesRead < len(bytes); bytesRead++ {
104 ret |= int64(bytes[bytesRead])
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 401 sint32 bytesRead = fread(buffIn, 1, ADOBE_RGB_SIZE, inFile);
402 assert(bytesRead == ADOBE_RGB_SIZE);
404 write2Buff(buffIn, bytesRead);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 

Completed in 1043 milliseconds

1 2 3 4 5 6 7 8 91011>>