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

1 2 3

  /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, &copyBuffer);
192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_get.c 51 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
117 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
161 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_get_chunked.c 49 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
184 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_post.c 69 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
225 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
295 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_post_form.c 67 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
191 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put.c 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
142 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
193 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
262 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put_chunked.c 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
148 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
195 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
274 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put_large.c 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
  /hardware/google/interfaces/media/c2/1.0/
IComponentStore.hal 210 copyBuffer(Buffer src, Buffer dst) generates (Status status);
  /external/adhd/scripts/mic_testing/frontend/
source.js 206 function copyBuffer(src, dest, offset) {
215 copyBuffer(appendTone, newBuffer, 0);
216 copyBuffer(buffer, newBuffer, appendTone.length);
217 copyBuffer(appendTone, newBuffer, appendTone.length + buffer.length);
  /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, &copyBuffer);
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
258 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_get_sendfile.c 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
134 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
183 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
233 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
292 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
428 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_concurrent_stop.c 64 copyBuffer (void *ptr,
127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_digestauth.c 59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_digestauth_with_arguments.c 58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
196 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_urlparse.c 59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_iplimit.c 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_long_header.c 62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_timeout.c 109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
perf_get.c 139 copyBuffer (void *ptr,
205 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
325 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
400 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_large_put.c 83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
164 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
284 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
355 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_post_loop.c 61 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
135 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
199 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
264 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
347 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.h 89 size_t copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx);

Completed in 288 milliseconds

1 2 3