Home
last modified time | relevance | path

Searched refs:has_next (Results 1 – 25 of 27) sorted by relevance

12

/external/perfetto/src/trace_processor/metrics/
Dmetrics.cc91 auto has_next = it.Next(); in ComputeMetrics() local
96 PERFETTO_CHECK(has_next); in ComputeMetrics()
106 has_next = it.Next(); in ComputeMetrics()
107 PERFETTO_DCHECK(!has_next); in ComputeMetrics()
/external/perfetto/src/base/
Dandroid_task_runner.cc84 bool has_next; in RunImmediateTask() local
92 has_next = !immediate_tasks_.empty(); in RunImmediateTask()
96 if (has_next) in RunImmediateTask()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc41 req->has_next = true; in grpc_gcp_handshaker_req_create()
133 if (req == nullptr || application_protocol == nullptr || req->has_next) { in grpc_gcp_handshaker_req_add_application_protocol()
268 if (req == nullptr || req->has_next) { in grpc_gcp_handshaker_req_set_rpc_versions()
294 req->has_next) { in grpc_gcp_handshaker_req_set_local_endpoint()
314 req->has_next) { in grpc_gcp_handshaker_req_set_remote_endpoint()
341 if (req->has_next) { in grpc_gcp_handshaker_req_set_in_bytes()
Dhandshaker.pb.h141 bool has_next; member
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DAST.stg156 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=" || ">
/external/v8/src/wasm/
Dwasm-text.cc82 for (; i.has_next(); i.next()) { in PrintWasmText()
131 while (iterator.has_next()) os << ' ' << iterator.next(); in PrintWasmText()
Dfunction-body-decoder.h186 bool has_next() { return pc_ < end_; } in NON_EXPORTED_BASE()
Dfunction-body-decoder-impl.h361 bool has_next() { return VALIDATE(decoder_->ok()) && index_ <= table_count_; } in has_next() function
363 DCHECK(has_next()); in next()
374 while (has_next()) next(); in length()
1659 while (iterator.has_next()) { in DecodeFunctionBody()
Dfunction-body-decoder.cc325 while (iterator.has_next()) { in BrTable()
957 for (; i.has_next(); i.next()) { in PrintRawWasmCode()
Dwasm-interpreter.cc772 i.has_next(); i.next()) { in SideTable()
878 while (iterator.has_next()) { in SideTable()
2214 DCHECK(iterator.has_next()); in Execute()
/external/v8/src/builtins/
Dbuiltins-string.cc371 bool has_next = stream.HasMore(); in ConvertCaseHelper() local
372 uc32 next = has_next ? stream.GetNext() : 0; in ConvertCaseHelper()
399 if (has_next) { in ConvertCaseHelper()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc63 req->has_next = true; in grpc_gcp_handshaker_decoded_req_create()
569 if (l_req->has_next && r_req->has_next) { in grpc_gcp_handshaker_req_equals()
/external/tensorflow/tensorflow/stream_executor/
Dkernel.h297 bool has_next() { return arg_index_ < number_of_arguments_; }
304 if (!has_next()) {
/external/e2fsprogs/lib/ext2fs/
Dextent.c1266 int has_prev, has_next; in ext2fs_extent_set_bmap() local
1351 has_next = 0; in ext2fs_extent_set_bmap()
1357 has_next = 1; in ext2fs_extent_set_bmap()
1407 } else if (has_next && in ext2fs_extent_set_bmap()
1453 if (has_next && in ext2fs_extent_set_bmap()
/external/v8/src/regexp/
Dregexp-parser.cc70 if (has_next()) { in Next()
78 if (has_next()) { in Advance()
1365 if (!has_next()) return false; in ParsePropertyClass()
1371 if (!has_next()) return false; in ParsePropertyClass()
1452 DCHECK(has_next() && !IsSpecialClassEscape(Next())); in ParseClassCharacterEscape()
Dregexp-parser.h316 bool has_next() { return next_pos_ < in()->length(); } in has_next() function
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp562 bool has_next; in EnumFontsFromFiles() local
564 std::tie(has_next, stream) = m_pFontSource->GetNext(); in EnumFontsFromFiles()
565 while (has_next) { in EnumFontsFromFiles()
568 std::tie(has_next, stream) = m_pFontSource->GetNext(); in EnumFontsFromFiles()
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc104 } else if (request.has_next()) { in ProcessRequest()
/external/v8/src/heap/
Dheap.cc313 for (SpaceIterator it(this); it.has_next();) { in CommittedPhysicalMemory()
341 for (SpaceIterator it(this); it.has_next();) { in Available()
678 for (SpaceIterator it(this); it.has_next();) { in SizeOfObjects()
747 for (SpaceIterator it(this); it.has_next();) { in AddAllocationObserversToAllSpaces()
761 for (SpaceIterator it(this); it.has_next();) { in RemoveAllocationObserversFromAllSpaces()
3683 for (SpaceIterator it(this); it.has_next();) { in Print()
5315 bool SpaceIterator::has_next() { in has_next() function in v8::internal::SpaceIterator
5321 DCHECK(has_next()); in next()
5478 while (space_iterator_->has_next()) { in NextObject()
Dincremental-marking.cc851 while (it.has_next()) { in Stop()
Dobject-stats.cc998 while (space_it.has_next()) { in IterateHeap()
Dheap.h2442 bool has_next();
/external/antlr/runtime/Python3/antlr3/
Dtree.py2470 def has_next(self): member in TreeIterator
2488 if not self.has_next():
/external/antlr/runtime/Python/antlr3/
Dtree.py2485 def has_next(self): member in TreeIterator
2503 if not self.has_next():
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc317 while (iter.has_next()) { in Launch()

12