HomeSort by relevance Sort by last modified time
    Searched defs:BUF_SIZE (Results 1 - 25 of 27) sorted by null

1 2

  /external/guava/src/com/google/common/io/
ByteStreams.java 47 private static final int BUF_SIZE = 0x1000; // 4K
162 byte[] buf = new byte[BUF_SIZE];
186 ByteBuffer buf = ByteBuffer.allocate(BUF_SIZE);
575 byte[] buf1 = new byte[BUF_SIZE];
576 byte[] buf2 = new byte[BUF_SIZE];
584 int read1 = read(in1, buf1, 0, BUF_SIZE);
585 int read2 = read(in2, buf2, 0, BUF_SIZE);
589 } else if (read1 != BUF_SIZE) {
675 byte[] buf = new byte[BUF_SIZE];
CharStreams.java 52 private static final int BUF_SIZE = 0x800; // 2K chars (4K bytes)
193 CharBuffer buf = CharBuffer.allocate(BUF_SIZE);
  /external/icu4c/samples/cal/
uprint.c 20 #define BUF_SIZE 128
30 char buf [BUF_SIZE];
44 arraySize = BUF_SIZE;
67 arraySize = BUF_SIZE;
cal.c 96 #define BUF_SIZE 64
381 char c [BUF_SIZE];
388 if(count < BUF_SIZE) {
429 UChar s [BUF_SIZE];
442 udat_format(dfmt, ucal_getMillis(c, status), s, BUF_SIZE, 0, status);
499 unum_format(nfmt, day, s, BUF_SIZE, 0, status);
546 UChar s [BUF_SIZE];
565 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status);
670 unum_format(nfmt, left_day, s, BUF_SIZE, 0, status);
718 unum_format(nfmt, right_day, s, BUF_SIZE, 0, status)
    [all...]
  /external/icu4c/samples/date/
uprint.c 21 #define BUF_SIZE 128
31 char buf [BUF_SIZE];
45 arraySize = BUF_SIZE;
68 arraySize = BUF_SIZE;
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 86 static const int BUF_SIZE = 2048;
95 if (nFir21 + jNpoints * 2 > BUF_SIZE) {
102 short in[BUF_SIZE];
106 short out[BUF_SIZE];
  /external/bluetooth/bluez/sbc/
sbcdec.c 43 #define BUF_SIZE 8192
49 unsigned char buf[BUF_SIZE], *stream;
178 if (count + len >= BUF_SIZE) {
187 if (count + len >= BUF_SIZE) {
190 " data (%lu)\n", BUF_SIZE, (unsigned long) (len + count));
sbcenc.c 44 #define BUF_SIZE 32768
45 static unsigned char input[BUF_SIZE], output[BUF_SIZE + BUF_SIZE / 4];
  /external/icu4c/extra/uconv/
uwmsg.c 31 #define BUF_SIZE 128
42 char buf [BUF_SIZE];
54 arraySize = BUF_SIZE;
77 arraySize = BUF_SIZE;
  /libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java 32 static final int BUF_SIZE = 512;
60 this(os, def, BUF_SIZE, false);
74 this(os, new Deflater(), BUF_SIZE, false);
99 this(os, new Deflater(), BUF_SIZE, syncFlush);
107 this(os, def, BUF_SIZE, syncFlush);
InflaterInputStream.java 62 static final int BUF_SIZE = 512;
76 this(is, new Inflater(), BUF_SIZE);
89 this(is, inflater, BUF_SIZE);
  /device/samsung/crespo/alsa-lib/src/control/
namehint.c 208 #define BUF_SIZE 128
225 buf = malloc(BUF_SIZE);
  /external/chromium/third_party/icu/source/test/intltest/
normconf.cpp 161 enum { BUF_SIZE = 1024 };
162 char lineBuf[BUF_SIZE];
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 52 m_readbuf = new byte [BUF_SIZE]; // don't reuse this across run() calls to reset it to the original size
54 m_baos = new ByteArrayOStream (BUF_SIZE); // don't reuse this across run() calls to reset it to the original size
355 ensureReadCapacity (BUF_SIZE);
394 private static final int BUF_SIZE = 32 * 1024;
  /external/icu4c/test/intltest/
normconf.cpp 162 enum { BUF_SIZE = 1024 };
163 char lineBuf[BUF_SIZE];
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 76 #define BUF_SIZE 1024
77 char buf[BUF_SIZE];
139 while (fgets(buf, BUF_SIZE, inputFp)) {
171 while (fgets(buf, BUF_SIZE, inputFp)) {
  /external/bluetooth/bluez/input/
device.c 67 #define BUF_SIZE 16
282 char buf[BUF_SIZE];
294 memset(buf, 0, BUF_SIZE);
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 304 final static int BUF_SIZE = 2048;
368 this.buf = new byte[BUF_SIZE];
385 for (int i = 0; i < BUF_SIZE; i++) {
  /external/bluetooth/bluez/serial/
proxy.c 68 #define BUF_SIZE 1024
248 char buf[BUF_SIZE];
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 698 m_readbuf = new byte [BUF_SIZE]; // don't reuse this across run() calls to reset it to the original size
700 m_baos = new ByteArrayOStream (BUF_SIZE); // don't reuse this across run() calls to reset it to the original size
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 315 final static int BUF_SIZE = 2048;
356 buf = new byte[BUF_SIZE];
425 for (int i = 0; i < BUF_SIZE; i++) {
  /external/bluetooth/bluez/audio/
headset.c 70 #define BUF_SIZE 1024
132 char buf[BUF_SIZE];
300 char rsp[BUF_SIZE];
935 char number[BUF_SIZE];
1253 unsigned char buf[BUF_SIZE];
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 1059 #define BUF_SIZE 2048
1068 if (!(buf = MALLOC(dhd->osh, BUF_SIZE))) {
1075 if (strlen(arg) > BUF_SIZE) {
1176 MFREE(dhd->osh, buf, BUF_SIZE);
    [all...]
  /external/blktrace/
blktrace.c 60 #define BUF_SIZE (512 * 1024)
153 unsigned long buf_size, buf_nr; member in struct:mmap_info
189 u32 buf_size; /* client buf_size for this trace */ member in struct:blktrace_net_hdr
288 static unsigned long buf_size = BUF_SIZE; variable
582 mip->buf_size = buf_size;
744 mip->fs_buf_len = (nr * mip->buf_size) - mip->fs_off;
869 hdr.buf_size = buf_size
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 441 milliseconds

1 2