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

  /external/chromium-trace/catapult/third_party/coverage/coverage/
parser.py 590 next_chunk = byte_chunks[ex]
591 if next_chunk in chunks_considered:
597 backward_jump = next_chunk.byte < this_chunk.byte
598 if next_chunk.first or backward_jump:
599 if next_chunk.line != chunk.line:
600 yield (chunk.line, next_chunk.line)
602 chunks_to_consider.append(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/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/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/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...]
spaces.cc 552 MemoryChunk* other_next = other->next_chunk();
562 MemoryChunk* next_element = next_chunk();
    [all...]
heap.cc     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 188 milliseconds