HomeSort by relevance Sort by last modified time
    Searched refs:buffersize (Results 1 - 25 of 45) sorted by null

1 2

  /external/apache-http/src/org/apache/http/impl/io/
SocketOutputBuffer.java 53 int buffersize,
61 // 'buffersize' as a hint in the weakest sense, and always use
AbstractSessionOutputBuffer.java 66 protected void init(final OutputStream outstream, int buffersize, final HttpParams params) {
70 if (buffersize <= 0) {
77 this.buffer = new ByteArrayBuffer(buffersize);
AbstractSessionInputBuffer.java 68 protected void init(final InputStream instream, int buffersize, final HttpParams params) {
72 if (buffersize <= 0) {
79 this.buffer = new byte[buffersize];
82 this.linebuffer = new ByteArrayBuffer(buffersize);
SocketInputBuffer.java 58 int buffersize,
66 // Workaround for http://b/3514259. We take 'buffersize' as a hint in
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 81 int buffersize,
83 return new SocketInputBuffer(socket, buffersize, params);
88 int buffersize,
90 return new SocketOutputBuffer(socket, buffersize, params);
104 int buffersize = HttpConnectionParams.getSocketBufferSize(params); local
107 createSessionInputBuffer(socket, buffersize, params),
108 createSessionOutputBuffer(socket, buffersize, params),
SocketHttpServerConnection.java 81 int buffersize,
83 return new SocketInputBuffer(socket, buffersize, params);
88 int buffersize,
90 return new SocketOutputBuffer(socket, buffersize, params);
102 int buffersize = HttpConnectionParams.getSocketBufferSize(params); local
105 createHttpDataReceiver(socket, buffersize, params),
106 createHttpDataTransmitter(socket, buffersize, params),
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 258 int startcolumn, int buffersize)
264 available = bufsize = buffersize;
265 buffer = new char[buffersize];
266 bufline = new int[buffersize];
267 bufcolumn = new int[buffersize];
281 int startcolumn, int buffersize)
287 if (buffer == null || buffersize != buffer.length)
289 available = bufsize = buffersize;
290 buffer = new char[buffersize];
291 bufline = new int[buffersize];
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 258 int startcolumn, int buffersize)
264 available = bufsize = buffersize;
265 buffer = new char[buffersize];
266 bufline = new int[buffersize];
267 bufcolumn = new int[buffersize];
281 int startcolumn, int buffersize)
287 if (buffer == null || buffersize != buffer.length)
289 available = bufsize = buffersize;
290 buffer = new char[buffersize];
291 bufline = new int[buffersize];
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 258 int startcolumn, int buffersize)
264 available = bufsize = buffersize;
265 buffer = new char[buffersize];
266 bufline = new int[buffersize];
267 bufcolumn = new int[buffersize];
281 int startcolumn, int buffersize)
287 if (buffer == null || buffersize != buffer.length)
289 available = bufsize = buffersize;
290 buffer = new char[buffersize];
291 bufline = new int[buffersize];
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 168 int buffersize,
172 buffersize,
184 int buffersize,
188 buffersize,
  /external/bison/lib/
quotearg.h 90 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
95 If BUFFERSIZE is too small to store the output string, return the
96 value that would have been returned had BUFFERSIZE been large enough.
98 size_t quotearg_buffer (char *buffer, size_t buffersize,
quotearg.c 174 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
179 If BUFFERSIZE is too small to store the output string, return the
180 value that would have been returned had BUFFERSIZE been large enough.
183 This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG,
188 quotearg_buffer_restyled (char *buffer, size_t buffersize,
203 if (len < buffersize) \
518 if (len < buffersize)
523 return quotearg_buffer_restyled (buffer, buffersize, arg, argsize,
527 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
532 If BUFFERSIZE is too small to store the output string, return th
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 262 -buffersize ^
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
267 rem Using -buffersize=1 should still work.
272 -buffersize 1 ^
274 || ( echo vcdiff test with -buffersize=1 failed ^
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
283 -buffersize 1 ^
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
290 -buffersize 1 ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 284 -buffersize \
285 && { echo "-buffersize option with no argument should fail, but succeeded"; \
289 # Using -buffersize=1 should still work.
294 -buffersize 1 \
296 || { echo "vcdiff test with -buffersize=1 failed"; \
302 # Using -buffersize=1 with stdin/stdout means that vcdiff
305 -buffersize 1 \
309 || { echo "Encode using stdin/stdout with -buffersize=1 failed"; \
312 -buffersize 1 \
316 || { echo "Decode using stdin/stdout with -buffersize=1 failed";
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 52 virtual void allocateBuffer(uint8* &buffer, int32 buffersize) {
55 buffer = (uint8*)sk_malloc_throw(buffersize << 1);
56 SkDebugf("--- pvjpeg alloc [%d] %d addr=%p\n", fCount, buffersize, buffer);
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h 222 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
227 If BUFFERSIZE is too small to store the output string, return the
228 value that would have been returned had BUFFERSIZE been large enough.
233 size_t quotearg_buffer (char *buffer, size_t buffersize,
quotearg.c 171 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
176 If BUFFERSIZE is too small to store the output string, return the
177 value that would have been returned had BUFFERSIZE been large enough.
180 This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG,
185 quotearg_buffer_restyled (char *buffer, size_t buffersize,
201 if (len < buffersize) \
557 if (len < buffersize)
564 return quotearg_buffer_restyled (buffer, buffersize, arg, argsize,
569 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
574 If BUFFERSIZE is too small to store the output string, return th
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 449 unsigned int buffersize = 0; local
468 buffersize = decode_context->input_buffer.buffer_size;
469 buffersize = (buffersize + alignedsize) & (~alignedsize);
482 buffersize = decode_context->output_buffer.buffer_size;
483 buffersize = (buffersize + alignedsize) & (~alignedsize);
562 ptemp [i]->bufferaddr = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE,
572 ptemp [i]->buffer_len = buffersize;
573 ptemp [i]->mmaped_size = clp2 (buffersize);
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 494 unsigned int buffersize = 0; local
513 buffersize = encoder_context->input_buffer.datasize;
514 buffersize = (buffersize + alignedsize) & (~alignedsize);
527 buffersize = encoder_context->output_buffer.datasize;
528 buffersize = (buffersize + alignedsize) & (~alignedsize);
582 ptemp [i]->pbuffer = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE,
592 ptemp [i]->nsize = buffersize;
593 ptemp [i]->maped_size = clp2 (buffersize);
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 113 int buffersize = HttpConnectionParams.getSocketBufferSize(params); local
114 this.inbuffer = new SocketInputBuffer(socket, buffersize, params);
115 this.outbuffer = new SocketOutputBuffer(socket, buffersize, params);
  /external/icu4c/i18n/
tblcoll.cpp 236 int32_t buffersize = U_COL_SAFECLONE_BUFFERSIZE; local
237 ucollator = ucol_safeClone(that.ucollator, NULL, &buffersize,
541 int32_t buffersize = U_COL_SAFECLONE_BUFFERSIZE; local
542 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize,
  /frameworks/base/libs/utils/
CallStack.cpp 95 int32_t linux_gcc_demangler(const char *mangled_name, char *unmangled_name, size_t buffersize)
103 if (out_len < buffersize) memcpy(unmangled_name, demangled, out_len);
  /external/stlport/stlport/stl/
_deque.h 140 const size_t buffersize = _S_buffer_size(); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 140 const size_t buffersize = _S_buffer_size(); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_deque.h 140 const size_t buffersize = _S_buffer_size(); local
142 if (__offset >= 0 && __offset < difference_type(buffersize))
146 __offset > 0 ? __offset / buffersize
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
    [all...]

Completed in 811 milliseconds

1 2