Searched refs:BUF_SIZE (Results 26 - 50 of 57) sorted by relevance

123

/external/guava/guava/src/com/google/common/io/
H A DByteStreams.java49 private static final int BUF_SIZE = 0x1000; // 4K field in class:ByteStreams
190 byte[] buf = new byte[BUF_SIZE];
214 ByteBuffer buf = ByteBuffer.allocate(BUF_SIZE);
603 byte[] buf1 = new byte[BUF_SIZE];
604 byte[] buf2 = new byte[BUF_SIZE];
612 int read1 = read(in1, buf1, 0, BUF_SIZE);
613 int read2 = read(in2, buf2, 0, BUF_SIZE);
617 } else if (read1 != BUF_SIZE) {
703 byte[] buf = new byte[BUF_SIZE];
H A DCharStreams.java54 private static final int BUF_SIZE = 0x800; // 2K chars (4K bytes) field in class:CharStreams
200 CharBuffer buf = CharBuffer.allocate(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/ant-glob/src/org/apache/tools/ant/util/
H A DFileUtils.java47 static final int BUF_SIZE = 8192; field in class:FileUtils
/external/oprofile/utils/
H A Dopcontrol324 BUF_SIZE=0
424 if test "$BUF_SIZE" != "0"; then
425 echo "BUF_SIZE=$BUF_SIZE" >> $SETUP_FILE
783 BUF_SIZE=$val
940 if test "$BUF_SIZE" != "0"; then
941 vecho "BUF_SIZE $BUF_SIZE"
943 vecho "BUF_SIZE default value"
1299 if test $BUF_SIZE !
[all...]
/external/vixl/test/examples/
H A Dtest-examples.cc39 #define BUF_SIZE (4096) macro
140 byte assm_buf[BUF_SIZE]; \
141 MacroAssembler masm(assm_buf, BUF_SIZE); \
/external/vixl/test/
H A Dtest-simulator-a64.cc52 #define BUF_SIZE (256) macro
57 byte* buf = new byte[BUF_SIZE]; \
58 MacroAssembler masm(buf, BUF_SIZE); \
107 byte* buf = new byte[BUF_SIZE]; \
108 MacroAssembler masm(buf, BUF_SIZE); \
121 CPU::EnsureIAndDCacheCoherency(buf, BUF_SIZE); \
H A Dtest-assembler-a64.cc95 #define BUF_SIZE (4096) macro
97 #define SETUP() SETUP_SIZE(BUF_SIZE)
8586 SETUP_SIZE(BUF_SIZE * 2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c909 #define BUF_SIZE 0x1000 macro
922 void *buffer = XML_GetBuffer (p, BUF_SIZE);
927 bytesRead = read (fd, buffer, BUF_SIZE);
943 #undef BUF_SIZE macro
/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/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c909 #define BUF_SIZE 0x1000 macro
922 void *buffer = XML_GetBuffer (p, BUF_SIZE);
927 bytesRead = read (fd, buffer, BUF_SIZE);
943 #undef BUF_SIZE macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnormconf.cpp162 enum { BUF_SIZE = 1024 }; enumerator in enum:__anon12323
163 char lineBuf[BUF_SIZE];
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp162 enum { BUF_SIZE = 1024 }; enumerator in enum:__anon22133
163 char lineBuf[BUF_SIZE];
/external/tinyxml2/
H A Dtinyxml2.h819 enum { BUF_SIZE = 200 }; enumerator in enum:tinyxml2::XMLAttribute::__anon31570
1464 BUF_SIZE = 200 enumerator in enum:tinyxml2::XMLPrinter::__anon31572
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c64 if (r->buffer_size + next_batch >= BUF_SIZE ||
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c64 if (r->buffer_size + next_batch >= BUF_SIZE ||
/external/pcre/dist/sljit/
H A DsljitLir.c97 #define BUF_SIZE 4096 macro
357 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE);
486 if (compiler->buf->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory))) {
491 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE);
/external/blktrace/
H A Dblktrace.c60 #define BUF_SIZE (512 * 1024) macro
288 static unsigned long buf_size = BUF_SIZE;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc107 #define BUF_SIZE 8192 macro
108 #define SETUP() SETUP_SIZE(BUF_SIZE)
9039 SETUP_SIZE(BUF_SIZE * 2);
9985 SETUP_SIZE(BUF_SIZE * 2);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 8446 milliseconds

123