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

1 2 3

  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 76 final SessionOutputBuffer outbuffer,
80 return new ChunkedOutputStream(outbuffer);
82 return new IdentityOutputStream(outbuffer);
84 return new ContentLengthOutputStream(outbuffer, len);
89 final SessionOutputBuffer outbuffer,
92 if (outbuffer == null) {
101 OutputStream outstream = doSerialize(outbuffer, message);
  /external/libjpeg-turbo/
jdatadst-tj.c 39 unsigned char ** outbuffer; /* target buffer */ member in struct:__anon15213
132 if(dest->alloc) *dest->outbuffer = dest->buffer;
150 unsigned char ** outbuffer, unsigned long * outsize,
156 if (outbuffer == NULL || outsize == NULL) /* sanity check */
175 if (dest->buffer == *outbuffer && *outbuffer != NULL && alloc)
177 dest->outbuffer = outbuffer;
181 if (*outbuffer == NULL || *outsize == 0) {
184 dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE)
    [all...]
jdatadst.c 51 unsigned char ** outbuffer; /* target buffer */ member in struct:__anon15215
193 *dest->outbuffer = dest->buffer;
244 unsigned char ** outbuffer, unsigned long * outsize)
248 if (outbuffer == NULL || outsize == NULL) /* sanity check */
264 dest->outbuffer = outbuffer;
268 if (*outbuffer == NULL || *outsize == 0) {
270 dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE);
276 dest->pub.next_output_byte = dest->buffer = *outbuffer;
cjpeg.c 498 unsigned char *outbuffer = NULL; local
604 jpeg_mem_dest(&cinfo, &outbuffer, &outsize);
635 if (outbuffer != NULL)
636 free(outbuffer);
jpeglib.h     [all...]
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 78 private SessionOutputBuffer outbuffer = null; field in class:AbstractHttpClientConnection
122 final SessionOutputBuffer outbuffer,
127 if (outbuffer == null) {
131 this.outbuffer = outbuffer;
137 outbuffer, params);
140 outbuffer.getMetrics());
168 this.outbuffer,
174 this.outbuffer.flush();
AbstractHttpServerConnection.java 77 private SessionOutputBuffer outbuffer = null; field in class:AbstractHttpServerConnection
122 final SessionOutputBuffer outbuffer,
127 if (outbuffer == null) {
131 this.outbuffer = outbuffer;
137 outbuffer, params);
140 outbuffer.getMetrics());
162 this.outbuffer.flush();
188 this.outbuffer,
  /external/opencv3/3rdparty/libjpeg/
jdatadst.c 48 unsigned char ** outbuffer; /* target buffer */ member in struct:__anon20332
184 *dest->outbuffer = dest->buffer;
236 unsigned char ** outbuffer, unsigned long * outsize)
240 if (outbuffer == NULL || outsize == NULL) /* sanity check */
256 dest->outbuffer = outbuffer;
260 if (*outbuffer == NULL || *outsize == 0) {
262 dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE);
268 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jpeglib.h     [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 191 SessionOutputBuffer outbuffer = super.createSessionOutputBuffer( local
196 outbuffer = new LoggingSessionOutputBuffer(outbuffer, new Wire(wireLog));
198 return outbuffer;
  /external/libvterm/src/
vterm.c 54 vt->outbuffer = vterm_allocator_malloc(vt, vt->outbuffer_len);
68 vterm_allocator_free(vt, vt->outbuffer);
118 memcpy(vt->outbuffer + vt->outbuffer_cur, bytes, len);
124 int written = vsnprintf(vt->outbuffer + vt->outbuffer_cur,
191 memcpy(buffer, vt->outbuffer, len);
194 memmove(vt->outbuffer, vt->outbuffer + len, vt->outbuffer_cur - len);
vterm_internal.h 156 char *outbuffer; member in struct:VTerm
  /toolchain/binutils/binutils-2.25/opcodes/
cris-dis.c 557 /* Format number as hex with a leading "0x" into outbuffer. */
561 char *outbuffer,
567 sprintf (outbuffer, "0x%lx", number);
573 return outbuffer + strlen (outbuffer);
576 /* Format number as decimal into outbuffer. Parameter signedp says
581 format_dec (long number, char *outbuffer, int signedp)
585 sprintf (outbuffer, "%ld", number);
587 sprintf (outbuffer, "%lu", (unsigned long) number);
589 return outbuffer + strlen (outbuffer)
599 char *outbuffer = outbuffer_start; local
633 char *outbuffer = outbuffer_start; local
    [all...]
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 65 private SessionOutputBuffer outbuffer = null; field in class:AndroidHttpClientConnection
109 this.outbuffer = new SocketOutputBuffer(socket, buffersize, params);
116 this.requestWriter = new HttpRequestWriter(outbuffer, null, params);
120 outbuffer.getMetrics());
274 this.outbuffer,
280 this.outbuffer.flush();
  /external/curl/lib/
md5.c 510 void Curl_md5it(unsigned char *outbuffer, /* 16 bytes */
516 MD5_Final(outbuffer, &ctx);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 123 buffer_handle_t *outbuffer) {
142 *outbuffer = out_hnd;
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_buf_mgr.cpp 123 buffer_handle_t *outbuffer) {
142 *outbuffer = out_hnd;
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 709 milliseconds

1 2 3