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

  /external/chromium_org/ui/base/models/
tree_node_iterator.h 19 // while (iterator.has_next()) {
54 bool has_next() const { return !positions_.empty(); } function in class:ui::TreeNodeIterator
58 if (!has_next()) {
75 // - the _position list is empty, the iterator has_next() will return false.
  /art/runtime/
quick_exception_handler.cc 61 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); local
65 if (!has_next) {
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.cc 57 // while (iterator.has_next()) {
71 bool has_next() { return next_ != NULL;} function in class:chrome::__anon9656::OpenURLIterator
74 if (!has_next()) {
119 while (iterator.has_next()) {
213 while (iterator.has_next()) {
275 return iterator.has_next();
282 while (iterator.has_next()) {
  /external/chromium_org/third_party/mesa/src/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/chromium_org/v8/src/heap/
spaces-inl.h 38 bool PageIterator::has_next() { return next_page_ != &space_->anchor_; } function in class:v8::internal::PageIterator
42 DCHECK(has_next());
71 bool NewSpacePageIterator::has_next() { return prev_page_ != last_page_; } function in class:v8::internal::NewSpacePageIterator
75 DCHECK(has_next());
heap.cc 5479 bool SpaceIterator::has_next() { function in class:v8::SpaceIterator
    [all...]
  /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/e2fsprogs/lib/ext2fs/
extent.c 1156 int has_prev, has_next; local
1241 has_next = 0;
1247 has_next = 1;
    [all...]
  /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
  /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/chromium_org/third_party/mesa/src/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/chromium_org/v8/src/
parser.h 317 bool has_next() { return next_pos_ < in()->length(); } function in class:v8::internal::BASE_EMBEDDED
    [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...]

Completed in 543 milliseconds