HomeSort by relevance Sort by last modified time
    Searched refs:BUFSIZE (Results 26 - 45 of 45) sorted by null

12

  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 48 private static final int BUFSIZE = 4096;
110 b = new BufferedOutputStream(f, BUFSIZE);
137 b = new BufferedInputStream(f, BUFSIZE);
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 48 private static final int BUFSIZE = 4096;
110 b = new BufferedOutputStream(f, BUFSIZE);
136 b = new BufferedInputStream(f, BUFSIZE);
Storage.java 50 private static final int BUFSIZE = 4096;
  /external/openssl/crypto/des/
des_opts.c 335 #define BUFSIZE ((long)1024)
421 static unsigned char buf[BUFSIZE];
465 cc=count*3*8/BUFSIZE+1;
466 cd=count*8/BUFSIZE+1;
  /external/openssl/crypto/bn/
expspeed.c 146 #undef BUFSIZE
147 #define BUFSIZE ((long)1024*8)
  /external/elfutils/libcpu/
i386_disasm.c 263 size_t bufsize; member in struct:output_data
289 if (unlikely (bufcnt == bufsize)) \
298 if (unlikely (bufcnt + _len > bufsize)) \
312 #define BUFSIZE 512
313 char initbuf[BUFSIZE];
316 size_t bufsize = BUFSIZE; local
324 .bufsize = bufsize,
436 buf = malloc (2 * bufsize);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 367 BUFSIZE = 2**13 # 8KB
370 data = netstream.read(BUFSIZE)
  /external/tcpdump/
addrtoname.c 82 #define BUFSIZE 128
471 char buf[BUFSIZE];
478 char buf2[BUFSIZE];
503 snprintf(cp, BUFSIZE - (2 + 5*3), " (oui %s)",
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 220 const int bufsize = 4*1024; local
227 char* buf = (char*)malloc(bufsize);
257 while ((amt = read(fd, buf, bufsize)) != 0 && bytesLeft > 0) {
272 memset(buf, 0, bufsize);
274 amt = bytesLeft < bufsize ? bytesLeft : bufsize;
315 const int bufsize = 4*1024; local
318 char* buf = (char*)malloc(bufsize);
323 while ((amt = read(fd, buf, bufsize)) != 0) {
548 const size_t BUFSIZE = 32 * 1024
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c     [all...]
cucdtst.c     [all...]
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 590 #define BUFSIZE 8192 /* size of normal write buffer */
604 buffer = g_malloc (BUFSIZE);
608 bytes_read = read (sfd, buffer, BUFSIZE);
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 255 const size_t BUFSIZE = 256;
256 char buffer[BUFSIZE];
278 if (len >= BUFSIZE)
    [all...]
  /system/core/adb/
commandline.c 248 const size_t BUFSIZE = 32 * 1024;
249 char* buf = (char*) malloc(BUFSIZE);
255 len = adb_read(inFd, buf, BUFSIZE);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 352 #ifndef BUFSIZE
353 #define BUFSIZE 2048 /* X output buffer size. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 352 #ifndef BUFSIZE
353 #define BUFSIZE 2048 /* X output buffer size. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 352 #ifndef BUFSIZE
353 #define BUFSIZE 2048 /* X output buffer size. */
    [all...]
  /external/openssl/apps/
speed.c 226 #undef BUFSIZE
227 #define BUFSIZE ((long)1024*8+1)
667 if ((buf=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
672 if ((buf2=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1137 milliseconds

12