Searched refs:DEFAULT_BUFFER_SIZE (Results 1 - 12 of 12) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DBufferedResourceLoader.java30 public static final int DEFAULT_BUFFER_SIZE = 1024; field in class:BufferedResourceLoader
33 private int bufferSize = DEFAULT_BUFFER_SIZE;
/external/icu4c/tools/toolutil/
H A Dflagparser.c12 #define DEFAULT_BUFFER_SIZE 512 macro
14 static int32_t currentBufferSize = DEFAULT_BUFFER_SIZE;
81 currentBufferSize = DEFAULT_BUFFER_SIZE;
/external/openssl/crypto/bio/
H A Dbf_buff.c72 #define DEFAULT_BUFFER_SIZE 4096 macro
99 ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
101 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
103 ctx->ibuf_size=DEFAULT_BUFFER_SIZE;
104 ctx->obuf_size=DEFAULT_BUFFER_SIZE;
353 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size))
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
/external/icu4c/test/cintltst/
H A Dbocu1tst.c874 static const int32_t DEFAULT_BUFFER_SIZE = 30000; variable
886 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
887 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
888 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
889 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
895 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
991 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
/external/icu4c/i18n/
H A Ducoleitr.cpp31 #define DEFAULT_BUFFER_SIZE 16 macro
57 RCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
74 bufferSize = DEFAULT_BUFFER_SIZE;
129 PCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
147 bufferSize = DEFAULT_BUFFER_SIZE;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java61 public static final int DEFAULT_BUFFER_SIZE = 4096; field in class:CodedOutputStream
71 if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE;
95 return newInstance(output, DEFAULT_BUFFER_SIZE);
/external/srec/srec/ca/
H A Dutt_basi.c77 DEFAULT_BUFFER_SIZE, KEEP_FRAMES,
/external/srec/srec/include/
H A Dutteranc.h42 #define DEFAULT_BUFFER_SIZE 100 /* in frames */ macro
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java61 public static final int DEFAULT_BUFFER_SIZE = 4096; field in class:CodedOutputStreamMicro
83 return newInstance(output, DEFAULT_BUFFER_SIZE);
/external/bluetooth/glib/gio/
H A Dgbufferedoutputstream.c54 #define DEFAULT_BUFFER_SIZE 4096 macro
156 DEFAULT_BUFFER_SIZE,
H A Dgbufferedinputstream.c61 #define DEFAULT_BUFFER_SIZE 4096 macro
171 DEFAULT_BUFFER_SIZE,
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 440 milliseconds