OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_next
(Results
1 - 25
of
34
) sorted by null
1
2
/bionic/linker/
linker_reloc_iterators.h
50
bool
has_next
() {
function in class:plain_reloc_iterator
84
bool
has_next
() const {
function in class:packed_reloc_iterator
92
// but in case it is let's make sure
has_next
() returns false.
linker_mips.cpp
58
for (size_t idx = 0; rel_iterator.
has_next
(); ++idx) {
/external/perfetto/src/base/
android_task_runner.cc
92
bool
has_next
;
local
100
has_next
= !immediate_tasks_.empty();
104
if (
has_next
)
/external/v8/src/wasm/
function-body-decoder-impl.h
244
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();
wasm-text.cc
86
for (; i.
has_next
(); i.next()) {
132
while (iterator.
has_next
()) os << ' ' << iterator.next();
function-body-decoder.h
184
bool
has_next
() { return pc_ < end_; }
function in class:v8::internal::wasm::BytecodeIterator
wasm-objects.h
467
bool
has_next
() { return IsWasmInstanceWrapper(get(kNextInstanceWrapper)); }
function in class:v8::internal::WasmInstanceWrapper
wasm-module.cc
626
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);
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg
156
if <referencedElementsDeep:{el|stream_<el>.
has_next
?}; separator=" || ">
170
while <referencedElements:{el|stream_<el>.
has_next
?}; separator=" || ">
184
<referencedElements:{el|stream_<el>.
has_next
?}; separator=" || "> or raise ANTLR3::RewriteEarlyExit
186
while <referencedElements:{el|stream_<el>.
has_next
?}; separator=" || ">
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_logger.cpp
366
for (unsigned int i = 0; it.
has_next
() && i < *mNumRings; it.next()) {
550
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
663
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
695
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
845
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
[
all
...]
rtt.cpp
532
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
539
for (nl_iterator it2(it.get()); it2.
has_next
(); it2.next()) {
cpp_bindings.h
116
bool
has_next
() {
function in class:nl_iterator
gscan.cpp
301
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
336
for (nl_iterator it(attr); it.
has_next
() && i < num; it.next(), i++) {
343
for (nl_iterator it2(sc_data); it2.
has_next
(); it2.next()) {
934
for (nl_iterator it(vendor_data); it.
has_next
(); it.next()) {
940
for (nl_iterator it2(it.get()); it2.
has_next
(); it2.next()) {
[
all
...]
wifi_hal.cpp
[
all
...]
/external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp
562
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();
[
all
...]
/external/e2fsprogs/lib/ext2fs/
extent.c
1266
int has_prev,
has_next
;
local
[
all
...]
/external/v8/src/regexp/
regexp-parser.cc
66
if (
has_next
()) {
75
if (
has_next
()) {
[
all
...]
regexp-parser.h
300
bool
has_next
() { return next_pos_ < in()->length(); }
function in class:v8::internal::BASE_EMBEDDED
/hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h
116
bool
has_next
() {
function in class:nl_iterator
/art/runtime/
quick_exception_handler.cc
80
bool
has_next
= GetNextMethodAndDexPc(&next_art_method, &next_dex_pc);
local
84
if (!
has_next
) {
/external/tensorflow/tensorflow/stream_executor/
kernel.h
299
bool
has_next
() { return arg_index_ < number_of_arguments_; }
function in class:perftools::gputools::KernelArgIterator
306
if (!
has_next
()) {
/external/v8/src/heap/
incremental-marking.cc
486
while (it.
has_next
()) {
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
resrc.c
[
all
...]
/external/fio/
init.c
1976
int
has_next
= (dl + 1)->name != NULL;
local
[
all
...]
/external/v8/src/builtins/
builtins-string.cc
2020
bool
has_next
= stream.HasMore();
local
[
all
...]
Completed in 1507 milliseconds
1
2