Searched refs:hasMore (Results 1 – 14 of 14) sorted by relevance
65 boolean hasMore = tokenizer.hasMoreTokens(); in getNodesByID()68 while (hasMore) in getNodesByID()71 hasMore = tokenizer.hasMoreTokens(); in getNodesByID()85 if ((null != ref) && (hasMore || mayBeMore)) in getNodesByID()
603 while (tokenizer.hasMore()) {642 checkState(hasMore());645 return hasMore() ? input.substring(startPosition, position) : input.substring(startPosition);656 checkState(hasMore());664 checkState(hasMore());671 checkState(hasMore());675 boolean hasMore() {
215 while (rrGroups.hasMore()) { in getAllRecords()220 while (rrValues.hasMore()) { in getAllRecords()
280 boolean hasMore; in checkSearch()282 hasMore = matcher.next(); in checkSearch()289 } while (hasMore); in checkSearch()
277 boolean hasMore; in checkSearch()279 hasMore = matcher.next(); in checkSearch()286 } while (hasMore); in checkSearch()
123 bool hasMore = true; in ParsePrintfSpecifier() local126 default: hasMore = false; break; in ParsePrintfSpecifier()137 if (!hasMore) in ParsePrintfSpecifier()
583 while (hasMore() && Filter(*I)) in FilteredCFGBlockIterator()587 bool hasMore() const { return I != E; } in hasMore() function590 do { ++I; } while (hasMore() && Filter(*I));
444 public boolean hasMore() { in hasMore() method in Dictionary.Matcher
5698 var hasMore = totalResults > ROW_COUNT_COLLAPSED && !util.matchesMedia('mobile');5699 if (hasMore) {5707 … searchEl.toggleClass('dac-has-more', searchEl.hasClass('dac-has-more') || (hasMore && !expanded));5708 … searchEl.toggleClass('dac-has-less', searchEl.hasClass('dac-has-less') || (hasMore && expanded));
3278 auto hasMore = in printUseLists() local3280 if (!hasMore()) in printUseLists()3285 while (hasMore()) { in printUseLists()
3955 auto hasMore = in printUseLists() local3957 if (!hasMore()) in printUseLists()3962 while (hasMore()) { in printUseLists()
2853 auto hasMore = [&]() { in writeUseListBlock() local2856 if (!hasMore()) in writeUseListBlock()2861 while (hasMore()) { in writeUseListBlock()
3016 auto hasMore = [&]() { in writeUseListBlock() local3019 if (!hasMore()) in writeUseListBlock()3024 while (hasMore()) { in writeUseListBlock()
338 I = cfg->getExit().filtered_pred_start_end(FO); I.hasMore(); ++I) { in CheckFallThrough()