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

12

/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DMemoryDeferredOutputStream.java14 private static final int DEFAULT_BUFFER_SIZE = 16 * 1024; field in class:MemoryDeferredOutputStream
21 this(DEFAULT_BUFFER_SIZE);
77 return getFactory(DEFAULT_BUFFER_SIZE);
H A DFileDeferredOutputStream.java13 private static final int DEFAULT_BUFFER_SIZE = 4 * 1024; field in class:FileDeferredOutputStream
20 this(backingFile, DEFAULT_BUFFER_SIZE);
91 return getFactory(containingDirectory, DEFAULT_BUFFER_SIZE);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DServiceConnection.java33 public static final int DEFAULT_BUFFER_SIZE = 256 * 1024; // 256 Kb field in interface:ServiceConnection
H A DTransport.java62 private int bufferLength = ServiceConnection.DEFAULT_BUFFER_SIZE;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dflagparser.c12 #define DEFAULT_BUFFER_SIZE 512 macro
14 static int32_t currentBufferSize = DEFAULT_BUFFER_SIZE;
98 currentBufferSize = DEFAULT_BUFFER_SIZE;
/external/icu/icu4c/source/tools/toolutil/
H A Dflagparser.c12 #define DEFAULT_BUFFER_SIZE 512 macro
14 static int32_t currentBufferSize = DEFAULT_BUFFER_SIZE;
98 currentBufferSize = DEFAULT_BUFFER_SIZE;
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbuffer.c64 #define DEFAULT_BUFFER_SIZE 4096 macro
97 ctx->ibuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
101 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
105 ctx->ibuf_size = DEFAULT_BUFFER_SIZE;
106 ctx->obuf_size = DEFAULT_BUFFER_SIZE;
343 if (ibs > DEFAULT_BUFFER_SIZE && ibs != ctx->ibuf_size) {
349 if (obs > DEFAULT_BUFFER_SIZE && obs != ctx->obuf_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/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c875 static const int32_t DEFAULT_BUFFER_SIZE = 30000; variable
887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
889 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
890 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
992 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c875 static const int32_t DEFAULT_BUFFER_SIZE = 30000; variable
887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
889 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
890 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
992 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
H A Ducoleitr.cpp36 #define DEFAULT_BUFFER_SIZE 16 macro
60 RCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py180 DEFAULT_BUFFER_SIZE = 1024 * 1024 variable in class:ReadBuffer
181 MAX_REQUEST_SIZE = 30 * DEFAULT_BUFFER_SIZE
186 buffer_size=DEFAULT_BUFFER_SIZE,
H A Dcloudstorage_api.py44 read_buffer_size=storage_api.ReadBuffer.DEFAULT_BUFFER_SIZE,
/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/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 917 milliseconds

12