/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
PartiallyUncompressingPipe.java | 40 private final byte[] copyBuffer; 73 copyBuffer = new byte[copyBufferSize]; 88 while ((numRead = in.read(copyBuffer)) >= 0) { 89 out.write(copyBuffer, 0, numRead);
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
RendererCommon.java | 78 private ByteBuffer copyBuffer; 97 && (copyBuffer == null || copyBuffer.capacity() < copyCapacityNeeded)) { 98 copyBuffer = ByteBuffer.allocateDirect(copyCapacityNeeded); 111 planes[i], planeWidths[i], planeHeights[i], strides[i], copyBuffer, planeWidths[i]); 112 packedByteBuffer = copyBuffer;
|
/external/libmicrohttpd/src/testzzuf/ |
test_long_header.c | 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 129 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_get.c | 51 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 117 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 161 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_get_chunked.c | 49 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 184 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_post.c | 69 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 225 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 295 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_post_form.c | 67 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 191 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_put.c | 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 142 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 193 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 262 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_put_chunked.c | 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 148 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 195 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 274 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_put_large.c | 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
/external/libmicrohttpd/src/testcurl/ |
test_get_chunked.c | 58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 258 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_get_sendfile.c | 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 134 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 183 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 233 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 292 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 428 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_concurrent_stop.c | 64 copyBuffer (void *ptr, 127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_digestauth.c | 59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_digestauth_with_arguments.c | 58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 196 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_urlparse.c | 59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_iplimit.c | 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_long_header.c | 62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_timeout.c | 109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
perf_get.c | 139 copyBuffer (void *ptr, 205 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 325 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 400 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_large_put.c | 83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 164 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 284 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 355 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_post_loop.c | 61 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 135 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 199 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 264 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 347 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_postform.c | 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 194 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 250 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 307 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 373 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
test_process_headers.c | 57 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) 166 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); 324 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer);
|
/external/libmicrohttpd/src/testcurl/https/ |
tls_test_common.h | 89 size_t copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx);
|