HomeSort by relevance Sort by last modified time
    Searched defs:bytesread (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/java/io/
BufferedInputStream.java 168 int bytesread = localIn.read(localBuf, pos, localBuf.length - pos); local
169 count = bytesread <= 0 ? pos : pos + bytesread;
170 return bytesread;
  /dalvik/libdex/
sha1.cpp 284 int bytesread; local
306 bytesread = fread(buffer, 1, 16384, f);
307 SHA1Update(&context, buffer, bytesread);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.cc 249 int bytesread = 0; local
250 if (sscanf(addrstart, "%hx%n", &a_short, &bytesread) != 1 ||
251 a_short != 0xFFFF || bytesread != 4) {
304 int bytesread = 0; local
305 if (sscanf(readcursor, "%hx%n", &word, &bytesread) != 1) {
310 readcursor += bytesread;
  /frameworks/compile/libbcc/lib/Support/
sha1.c 283 int bytesread; local
305 bytesread = fread(buffer, 1, 16384, f);
306 SHA1Update(&context, buffer, bytesread);
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 499 ssize_t bytesread = 0; local
  /external/mksh/src/
funcs.c 1798 size_t bytesleft = 128, bytesread; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 507 DWORD *bytesread; member in struct:_IMAGEHLP_CBA_READ_MEMORY
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 507 DWORD *bytesread; member in struct:_IMAGEHLP_CBA_READ_MEMORY
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 420 milliseconds