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

  /bionic/linker/
linker_reloc_iterators.h 51 bool has_next() { function in class:plain_reloc_iterator
85 bool has_next() const { function in class:packed_reloc_iterator
93 // but in case it is let's make sure has_next() returns false.
  /external/mesa3d/src/glsl/
list.h 238 bool has_next() const function in class:iterator
267 bool has_next() const function in class:exec_list_iterator
278 for (iter_type iter = (container) . iterator(); iter.has_next(); iter.next())
  /external/v8/src/wasm/
ast-decoder.h 256 bool has_next() { return decoder_->ok() && index_ <= table_count_; } function in class:v8::internal::wasm::BranchTableIterator
258 DCHECK(has_next());
269 while (has_next()) next();
437 bool has_next() { return pc_ < end_; } function in class:v8::internal::wasm::BytecodeIterator
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 99 bool has_next() { function in class:nl_iterator
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 116 bool has_next() { function in class:nl_iterator
  /art/runtime/
quick_exception_handler.cc 78 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); local
82 if (!has_next) {
  /external/e2fsprogs/lib/ext2fs/
extent.c 1266 int has_prev, has_next; local
    [all...]
  /external/v8/src/regexp/
regexp-parser.h 300 bool has_next() { return next_pos_ < in()->length(); } function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/runtime/
runtime-strings.cc 609 bool has_next = stream.HasMore(); local
610 uc32 next = has_next ? stream.GetNext() : 0;
637 if (has_next) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 2485 def has_next(self): member in class:TreeIterator
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 68 VGboolean (*has_next)(struct stroke_iterator *); member in struct:stroke_iterator
216 itr->has_next = stroke_fw_has_next;
234 itr->has_next = stroke_bw_has_next;
340 itr->has_next = stroke_flat_has_next;
898 if (!it->has_next(it)) {
904 while (it->has_next(it)) {
1071 while (it->has_next(it)) {
    [all...]
  /external/v8/src/heap/
heap.cc 5998 bool SpaceIterator::has_next() { function in class:v8::internal::CheckHandleCountVisitor::SpaceIterator
    [all...]

Completed in 480 milliseconds