HomeSort by relevance Sort by last modified time
    Searched full:bytecount (Results 276 - 300 of 366) sorted by null

<<1112131415

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3ConnectionTest.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 285 virtual int64 ByteCount() const { return inner_->ByteCount(); }
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h     [all...]
  /system/connectivity/shill/
device.cc 474 // of Device::Get*ByteCount() should be the this stored value plus
477 // roll over "negative" in the subtractions below and in Get*ByteCount.
    [all...]
  /external/giflib/
dgif_lib.c 612 return DGifExtensionToGCB(ep->ByteCount, ep->Bytes, GCB);
    [all...]
egif_lib.c     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 388 EXPECT_EQ(output_stream.ByteCount(), 1);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc32-linux.c 693 //.. unsigned long, bytecount);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h     [all...]
netmon.h     [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /external/curl/lib/
multi.c 1046 k->bytecount, k->size);
1052 k->bytecount);
    [all...]
urldata.h 619 curl_off_t bytecount; /* total number of bytes read */ member in struct:SingleRequest
    [all...]
http.c     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 393 int byteCount = ((septetCount * 7) + 7) / 8;
394 byte[] ret = new byte[byteCount + 1]; // Include space for one byte length prefix.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
wdm.h     [all...]
  /art/compiler/optimizing/
intrinsics_mips64.cc     [all...]
  /external/tcpdump/
print-rsvp.c 500 parameter_length = EXTRACT_16BITS(tptr+2)<<2; /* convert wordcount to bytecount */
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 961 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
    [all...]
test-i386.c 923 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
    [all...]

Completed in 1440 milliseconds

<<1112131415