OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_next
(Results
1 - 25
of
47
) sorted by null
1
2
/external/chromium_org/ui/base/models/
tree_node_iterator_unittest.cc
35
ASSERT_TRUE(iterator.
has_next
());
38
ASSERT_TRUE(iterator.
has_next
());
41
ASSERT_TRUE(iterator.
has_next
());
44
ASSERT_TRUE(iterator.
has_next
());
47
ASSERT_TRUE(iterator.
has_next
());
50
ASSERT_FALSE(iterator.
has_next
());
70
ASSERT_TRUE(odd_iterator.
has_next
());
72
ASSERT_FALSE(odd_iterator.
has_next
());
75
ASSERT_TRUE(even_iterator.
has_next
());
77
ASSERT_TRUE(even_iterator.
has_next
());
[
all
...]
tree_node_iterator.h
18
// while (iterator.
has_next
()) {
51
bool
has_next
() const { return !positions_.empty(); }
function in class:ui::TreeNodeIterator
55
if (!
has_next
()) {
72
// - the _position list is empty, the iterator
has_next
() will return false.
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.cc
43
// while (iterator.
has_next
()) {
57
bool
has_next
() { return next_ != NULL;}
function in class:chrome::__anon5954::OpenURLIterator
60
if (!
has_next
()) {
105
while (iterator.
has_next
()) {
162
while (iterator.
has_next
()) {
224
return iterator.
has_next
();
231
while (iterator.
has_next
()) {
/external/chromium_org/v8/src/
spaces-inl.h
60
bool PageIterator::
has_next
() {
function in class:v8::internal::PageIterator
66
ASSERT(
has_next
());
95
bool NewSpacePageIterator::
has_next
() {
function in class:v8::internal::NewSpacePageIterator
101
ASSERT(
has_next
());
incremental-marking.cc
424
while (it.
has_next
()) {
434
while (it.
has_next
()) {
460
while (it.
has_next
()) {
469
while (it.
has_next
()) {
664
while (it.
has_next
()) {
[
all
...]
mark-compact.cc
131
while (it.
has_next
()) {
133
Address limit = it.
has_next
() ? page->area_end() : end;
143
while (it.
has_next
()) {
207
while (it.
has_next
()) {
210
Address limit = it.
has_next
() ? page->area_end() : space->top();
224
while (it.
has_next
()) {
458
while (it.
has_next
()) {
469
while (it.
has_next
()) {
523
while (it.
has_next
()) {
532
while (it.
has_next
()) {
[
all
...]
spaces.h
[
all
...]
spaces.cc
[
all
...]
parser.h
382
bool
has_next
() { return next_pos_ < in()->length(); }
function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/
spaces-inl.h
59
bool PageIterator::
has_next
() {
function in class:v8::internal::PageIterator
65
ASSERT(
has_next
());
94
bool NewSpacePageIterator::
has_next
() {
function in class:v8::internal::NewSpacePageIterator
100
ASSERT(
has_next
());
incremental-marking.cc
331
while (it.
has_next
()) {
341
while (it.
has_next
()) {
366
while (it.
has_next
()) {
375
while (it.
has_next
()) {
570
while (it.
has_next
()) {
mark-compact.cc
115
while (it.
has_next
()) {
117
Address limit = it.
has_next
() ? page->area_end() : end;
127
while (it.
has_next
()) {
190
while (it.
has_next
()) {
193
Address limit = it.
has_next
() ? page->area_end() : space->top();
207
while (it.
has_next
()) {
311
while (it.
has_next
()) {
321
while (it.
has_next
()) {
348
while (it.
has_next
()) {
357
while (it.
has_next
()) {
[
all
...]
spaces.cc
814
while (iterator.
has_next
()) {
873
while (it.
has_next
()) {
920
while (it.
has_next
()) {
961
while (page_iterator.
has_next
()) {
[
all
...]
spaces.h
[
all
...]
/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())
ir_reader.cpp
205
for (/* nothing */; it.
has_next
(); it.next()) {
241
for (it.next() /* skip "parameters" */; it.
has_next
(); it.next()) {
/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())
ir_reader.cpp
205
for (/* nothing */; it.
has_next
(); it.next()) {
241
for (it.next() /* skip "parameters" */; it.
has_next
(); it.next()) {
/external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.cc
158
while (iterator.
has_next
()) {
200
while (iterator.
has_next
()) {
231
while (iterator.
has_next
()) {
bookmark_tag_model.cc
501
while (iterator.
has_next
()) {
515
while (iterator.
has_next
()) {
/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/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/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc
138
while (iterator.
has_next
()) {
337
while (iterator_a.
has_next
()) {
339
if (!iterator_b.
has_next
()) {
349
ret_val = ret_val && (!iterator_b.
has_next
());
664
while (iterator.
has_next
()) {
/external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc
452
while (iterator.
has_next
()) {
490
while (iterator.
has_next
()) {
527
while (iterator.
has_next
()) {
/external/e2fsprogs/lib/ext2fs/
extent.c
1153
int has_prev,
has_next
;
local
1238
has_next
= 0;
1244
has_next
= 1;
[
all
...]
Completed in 403 milliseconds
1
2