Searched refs:BUF_SIZE (Results 1 - 16 of 16) sorted by relevance

/external/icu4c/samples/cal/
H A Duprint.c20 #define BUF_SIZE 128 macro
30 char buf [BUF_SIZE];
44 arraySize = BUF_SIZE;
67 arraySize = BUF_SIZE;
H A Dcal.c96 #define BUF_SIZE 64 macro
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,
[all...]
/external/icu4c/samples/date/
H A Duprint.c21 #define BUF_SIZE 128 macro
31 char buf [BUF_SIZE];
45 arraySize = BUF_SIZE;
68 arraySize = BUF_SIZE;
/external/guava/src/com/google/common/io/
H A DByteStreams.java47 private static final int BUF_SIZE = 0x1000; // 4K field in class:ByteStreams
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];
H A DCharStreams.java52 private static final int BUF_SIZE = 0x800; // 2K chars (4K bytes) field in class:CharStreams
193 CharBuffer buf = CharBuffer.allocate(BUF_SIZE);
/external/bluetooth/bluez/sbc/
H A Dsbcdec.c42 #define BUF_SIZE 8192 macro
48 unsigned char buf[BUF_SIZE], *stream;
177 if (count + len >= BUF_SIZE) {
186 if (count + len >= BUF_SIZE) {
189 " data (%lu)\n", BUF_SIZE, (unsigned long) (len + count));
H A Dsbcenc.c43 #define BUF_SIZE 32768 macro
44 static unsigned char input[BUF_SIZE], output[BUF_SIZE + BUF_SIZE / 4];
/external/icu4c/extra/uconv/
H A Duwmsg.c31 #define BUF_SIZE 128 macro
42 char buf [BUF_SIZE];
54 arraySize = BUF_SIZE;
77 arraySize = BUF_SIZE;
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java52 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; field in class:ClassPathProcessorST
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java698 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
997 ensureReadCapacity (BUF_SIZE);
1035 private static final int BUF_SIZE = 32 * 1024; field in class:InstrProcessorST
/external/icu4c/test/intltest/
H A Dnormconf.cpp161 enum { BUF_SIZE = 1024 }; enumerator in enum:__anon1580
162 char lineBuf[BUF_SIZE];
/external/bluetooth/bluez/input/
H A Ddevice.c67 #define BUF_SIZE 16 macro
282 char buf[BUF_SIZE];
294 memset(buf, 0, BUF_SIZE);
/external/bluetooth/bluez/serial/
H A Dproxy.c74 #define BUF_SIZE 1024 macro
254 char buf[BUF_SIZE];
/external/bluetooth/bluez/audio/
H A Dheadset.c70 #define BUF_SIZE 1024 macro
147 char buf[BUF_SIZE];
295 char rsp[BUF_SIZE];
919 char number[BUF_SIZE];
1194 unsigned char buf[BUF_SIZE];
/external/blktrace/
H A Dblktrace.c60 #define BUF_SIZE (512 * 1024) macro
288 static unsigned long buf_size = BUF_SIZE;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 213 milliseconds