Searched refs:has_next (Results 1 - 22 of 22) sorted by relevance

/external/perfetto/src/base/
H A Dandroid_task_runner.cc92 bool has_next; local
100 has_next = !immediate_tasks_.empty();
104 if (has_next)
/external/v8/src/wasm/
H A Dfunction-body-decoder-impl.h244 bool has_next() { return decoder_->ok() && index_ <= table_count_; } function in class:v8::internal::wasm::BranchTableIterator
246 DCHECK(has_next());
257 while (has_next()) next();
H A Dwasm-text.cc86 for (; i.has_next(); i.next()) {
132 while (iterator.has_next()) os << ' ' << iterator.next();
H A Dfunction-body-decoder.h184 bool has_next() { return pc_ < end_; } function in class:v8::internal::wasm::BytecodeIterator
H A Dwasm-objects.h467 bool has_next() { return IsWasmInstanceWrapper(get(kNextInstanceWrapper)); } function in class:v8::internal::WasmInstanceWrapper
H A Dwasm-module.cc626 bool has_next = instance_wrapper->has_next(); local
629 if (!has_prev && !has_next) {
642 } else if (!has_next) {
645 DCHECK(has_next && has_prev);
2257 while (instance_wrapper->has_next()) {
H A Dwasm-interpreter.cc734 for (BytecodeIterator i(start, end, locals); i.has_next(); i.next()) {
801 while (iterator.has_next()) {
1328 DCHECK(iterator.has_next());
H A Dfunction-body-decoder.cc973 while (ok() && iterator.has_next()) {
2079 for (; i.has_next(); i.next()) {
/external/tensorflow/tensorflow/stream_executor/
H A Dkernel.h299 bool has_next() { return arg_index_ < number_of_arguments_; } function in class:perftools::gputools::KernelArgIterator
306 if (!has_next()) {
/external/v8/src/regexp/
H A Dregexp-parser.h300 bool has_next() { return next_pos_ < in()->length(); } function in class:v8::internal::BASE_EMBEDDED
H A Dregexp-parser.cc66 if (has_next()) {
75 if (has_next()) {
1162 if (!has_next()) return false;
1167 if (!has_next()) return false;
1245 DCHECK(has_next() && !IsSpecialClassEscape(Next()));
/external/pdfium/xfa/fgas/font/
H A Dcfgas_fontmgr.cpp562 bool has_next;
564 std::tie(has_next, stream) = m_pFontSource->GetNext();
565 while (has_next) {
568 std::tie(has_next, stream) = m_pFontSource->GetNext();
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c1266 int has_prev, has_next; local
1351 has_next = 0;
1357 has_next = 1;
1407 } else if (has_next &&
1453 if (has_next &&
/external/v8/src/heap/
H A Dincremental-marking.cc486 while (it.has_next()) {
942 while (it.has_next()) {
H A Dheap.h2512 bool has_next();
H A Dheap.cc6066 bool SpaceIterator::has_next() { function in class:v8::internal::CheckHandleCountVisitor::SpaceIterator
6072 DCHECK(has_next());
6194 while (space_iterator_->has_next()) {
H A Dmark-compact.cc2259 while (space_it.has_next()) {
/external/fio/
H A Dinit.c1976 int has_next = (dl + 1)->name != NULL; local
1985 if (has_next)
1989 if (has_next)
/external/v8/src/builtins/
H A Dbuiltins-string.cc2020 bool has_next = stream.HasMore(); local
2021 uc32 next = has_next ? stream.GetNext() : 0;
2048 if (has_next) {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2485 def has_next(self): member in class:TreeIterator
2503 if not self.has_next():
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1289 def has_next?
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
H A Dreference_ops.h2835 for (bool has_next = true; has_next;
2836 has_next = NextIndex(input_num_dims, input_dims, temp_index)) {

Completed in 689 milliseconds