Home
last modified time | relevance | path

Searched refs:copyBuffer (Results 1 – 25 of 43) sorted by relevance

12

/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DPartiallyUncompressingPipe.java40 private final byte[] copyBuffer; field in PartiallyUncompressingPipe
73 copyBuffer = new byte[copyBufferSize]; in PartiallyUncompressingPipe()
88 while ((numRead = in.read(copyBuffer)) >= 0) { in pipe()
89 out.write(copyBuffer, 0, numRead); in pipe()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DRendererCommon.java78 private ByteBuffer copyBuffer; field in RendererCommon.YuvUploader
97 && (copyBuffer == null || copyBuffer.capacity() < copyCapacityNeeded)) { in uploadYuvData()
98 copyBuffer = ByteBuffer.allocateDirect(copyCapacityNeeded); in uploadYuvData()
111 planes[i], planeWidths[i], planeHeights[i], strides[i], copyBuffer, planeWidths[i]); in uploadYuvData()
112 packedByteBuffer = copyBuffer; in uploadYuvData()
/external/libmicrohttpd/src/testcurl/
Dtest_get_chunked.c58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
258 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_get_sendfile.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
134 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
183 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
233 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
292 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
428 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testUnknownPortGet()
Dtest_get.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
128 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
178 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
229 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
289 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
426 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testUnknownPortGet()
569 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testEmptyGet()
Dtest_put_chunked.c71 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
151 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
207 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPut()
333 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_process_headers.c57 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
166 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
324 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dperf_get.c139 copyBuffer (void *ptr, in copyBuffer() function
205 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
325 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
400 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_put.c70 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
141 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
255 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPut()
323 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_long_header.c62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongUrlGet()
200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongHeaderGet()
Dtest_postform.c74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
194 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
250 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
307 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPost()
373 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
Dtest_large_put.c83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
164 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
284 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPut()
355 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_post_loop.c61 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
135 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
199 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
264 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPost()
347 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
Dtest_timeout.c109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testWithoutTimeout()
240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testWithTimeout()
Dtest_iplimit.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
Dtest_post.c80 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
181 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
235 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
290 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPost()
354 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
565 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPostCancelPart()
Dtest_urlparse.c59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
/external/libmicrohttpd/src/testzzuf/
Dtest_get.c51 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
117 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
161 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_get_chunked.c49 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
184 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_long_header.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
129 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongUrlGet()
192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongHeaderGet()
Dtest_put_chunked.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
148 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
195 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
274 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_put_large.c74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_put.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
142 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
193 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
262 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_post.c69 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
225 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
295 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
Dtest_post_form.c67 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
191 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()

12