HomeSort by relevance Sort by last modified time
    Searched defs:next_chunk (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
http.py 491 status, done = downloader.next_chunk()
521 def next_chunk(self, num_retries=0): member in class:MediaIoBaseDownload
694 _, body = self.next_chunk(http=http, num_retries=num_retries)
745 def next_chunk(self, http=None, num_retries=0): member in class:HttpRequest
762 status, response = request.next_chunk()
    [all...]
  /external/opencv3/3rdparty/libwebp/mux/
muxinternal.c 113 WebPChunk* next_chunk = ChunkSearchNextInList(first->next_, tag); local
114 if (next_chunk == NULL) break;
115 first = next_chunk;
  /external/compiler-rt/lib/lsan/
lsan_common.cc 278 uptr next_chunk = frontier->back(); local
280 LsanMetadata m(next_chunk);
281 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
  /external/dlmalloc/
malloc.c 2273 #define next_chunk macro
    [all...]
  /external/v8/src/heap/
spaces.h 480 MemoryChunk* next_chunk() { return next_chunk_.Value(); } function in class:v8::internal::MemoryChunk
823 DCHECK(next_chunk()->owner() == owner());
824 return static_cast<Page*>(next_chunk());
951 return static_cast<LargePage*>(next_chunk());
    [all...]

Completed in 131 milliseconds