Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 19 of 19) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DMemoryDeferredOutputStream.java14 private static final int DEFAULT_BUFFER_SIZE = 16 * 1024; field in MemoryDeferredOutputStream
21 this(DEFAULT_BUFFER_SIZE); in MemoryDeferredOutputStream()
77 return getFactory(DEFAULT_BUFFER_SIZE); in getFactory()
DFileDeferredOutputStream.java13 private static final int DEFAULT_BUFFER_SIZE = 4 * 1024; field in FileDeferredOutputStream
20 this(backingFile, DEFAULT_BUFFER_SIZE); in FileDeferredOutputStream()
91 return getFactory(containingDirectory, DEFAULT_BUFFER_SIZE); in getFactory()
/external/chromium_org/third_party/boringssl/src/crypto/bio/
Dbuffer.c64 #define DEFAULT_BUFFER_SIZE 4096 macro
97 ctx->ibuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE); in buffer_new()
101 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE); in buffer_new()
105 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
106 ctx->obuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
343 if (ibs > DEFAULT_BUFFER_SIZE && ibs != ctx->ibuf_size) { in buffer_ctrl()
349 if (obs > DEFAULT_BUFFER_SIZE && obs != ctx->obuf_size) { in buffer_ctrl()
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DBufferedResourceLoader.java30 public static final int DEFAULT_BUFFER_SIZE = 1024; field in BufferedResourceLoader
33 private int bufferSize = DEFAULT_BUFFER_SIZE;
/external/openssl/crypto/bio/
Dbf_buff.c72 #define DEFAULT_BUFFER_SIZE 4096 macro
99 ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE); in buffer_new()
101 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE); in buffer_new()
103 ctx->ibuf_size=DEFAULT_BUFFER_SIZE; in buffer_new()
104 ctx->obuf_size=DEFAULT_BUFFER_SIZE; in buffer_new()
353 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) in buffer_ctrl()
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) in buffer_ctrl()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dflagparser.c12 #define DEFAULT_BUFFER_SIZE 512 macro
14 static int32_t currentBufferSize = DEFAULT_BUFFER_SIZE;
98 currentBufferSize = DEFAULT_BUFFER_SIZE; in parseFlagsFile()
/external/icu/icu4c/source/tools/toolutil/
Dflagparser.c12 #define DEFAULT_BUFFER_SIZE 512 macro
14 static int32_t currentBufferSize = DEFAULT_BUFFER_SIZE;
98 currentBufferSize = DEFAULT_BUFFER_SIZE; in parseFlagsFile()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dbocu1tst.c875 static const int32_t DEFAULT_BUFFER_SIZE = 30000; variable
887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in roundtripBOCU1()
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in roundtripBOCU1()
889 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE); in roundtripBOCU1()
890 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE); in roundtripBOCU1()
896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode); in roundtripBOCU1()
913 …roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULengt… in roundtripBOCU1()
992 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in TestBOCU1()
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c875 static const int32_t DEFAULT_BUFFER_SIZE = 30000; variable
887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in roundtripBOCU1()
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in roundtripBOCU1()
889 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE); in roundtripBOCU1()
890 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE); in roundtripBOCU1()
896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode); in roundtripBOCU1()
913 …roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULengt… in roundtripBOCU1()
992 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in TestBOCU1()
/external/chromium_org/third_party/icu/source/i18n/
Ducoleitr.cpp31 #define DEFAULT_BUFFER_SIZE 16 macro
57 RCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
74 bufferSize = DEFAULT_BUFFER_SIZE; in RCEBuffer()
129 PCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
147 bufferSize = DEFAULT_BUFFER_SIZE; in PCEBuffer()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java33 public static final int DEFAULT_BUFFER_SIZE = 256 * 1024; // 256 Kb field
DTransport.java62 private int bufferLength = ServiceConnection.DEFAULT_BUFFER_SIZE;
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java61 public static final int DEFAULT_BUFFER_SIZE = 4096; field in CodedOutputStream
71 if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE; in computePreferredBufferSize()
95 return newInstance(output, DEFAULT_BUFFER_SIZE); in newInstance()
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp36 #define DEFAULT_BUFFER_SIZE 16 macro
60 RCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dstorage_api.py180 DEFAULT_BUFFER_SIZE = 1024 * 1024 variable in ReadBuffer
181 MAX_REQUEST_SIZE = 30 * DEFAULT_BUFFER_SIZE
186 buffer_size=DEFAULT_BUFFER_SIZE,
Dcloudstorage_api.py44 read_buffer_size=storage_api.ReadBuffer.DEFAULT_BUFFER_SIZE,
/external/srec/srec/include/
Dutteranc.h42 #define DEFAULT_BUFFER_SIZE 100 /* in frames */ macro
/external/srec/srec/ca/
Dutt_basi.c77 DEFAULT_BUFFER_SIZE, KEEP_FRAMES, in CA_InitUtteranceForFrontend()
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java61 public static final int DEFAULT_BUFFER_SIZE = 4096; field in CodedOutputStreamMicro
83 return newInstance(output, DEFAULT_BUFFER_SIZE); in newInstance()