HomeSort by relevance Sort by last modified time
    Searched defs:hasNext (Results 376 - 400 of 1386) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 349 public boolean hasNext() {
350 return mI.hasNext();
601 while (i.hasNext()) {
632 while (i.hasNext()) {
662 while (i.hasNext()) {
678 while (i.hasNext()) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GuidedAction.java 490 * @param hasNext Whether this action has a next state.
492 public B hasNext(boolean hasNext) {
493 setFlags(hasNext ? PF_HAS_NEXT : 0, PF_HAS_NEXT);
862 public boolean hasNext() {
868 * this and {@link #hasNext()} are true, infoOnly takes precedence. The default is false. For
    [all...]
  /libcore/json/src/test/java/libcore/org/json/
JSONObjectTest.java 901 assertFalse(object.keys().hasNext());
918 assertTrue(keys.hasNext());
920 assertTrue(keys.hasNext());
922 assertFalse(keys.hasNext());
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedQueueTest.java 434 for (i = 0; it.hasNext(); i++)
457 for (Iterator it = q.iterator(); it.hasNext();) {
473 for (Iterator it = q.iterator(); it.hasNext();) {
495 assertFalse(it.hasNext());
CopyOnWriteArrayListTest.java 262 assertFalse(empty.iterator().hasNext());
276 assertTrue(it.hasNext());
345 for (j = 0; i.hasNext(); j++)
357 for (j = 0; i.hasNext(); j++)
DelayQueueTest.java 627 while (it.hasNext()) {
656 assertFalse(it.hasNext());
LinkedBlockingQueueTest.java 643 for (i = 0; it.hasNext(); i++)
649 for (i = 0; it.hasNext(); i++)
678 assertFalse(it.hasNext());
691 for (Iterator it = q.iterator(); it.hasNext();) {
705 for (Iterator it = q.iterator(); it.hasNext();) {
LinkedListTest.java 390 for (i = 0; it.hasNext(); i++)
412 for (Iterator it = q.iterator(); it.hasNext();) {
433 assertFalse(it.hasNext());
443 while (it.hasNext()) {
448 assertFalse(it.hasNext());
464 for (Iterator it = q.descendingIterator(); it.hasNext();) {
485 assertFalse(it.hasNext());
PriorityBlockingQueueTest.java 583 for (i = 0; it.hasNext(); i++)
612 assertFalse(it.hasNext());
  /libcore/luni/src/test/java/libcore/java/util/
TreeMapTest.java 173 assertFalse(iterator.hasNext());
  /libcore/ojluni/src/main/java/java/util/
ArrayList.java     [all...]
Collections.java 640 while (i.hasNext()) {
679 while (i.hasNext()) {
713 while (i.hasNext()) {
    [all...]
IdentityHashMap.java 719 public boolean hasNext() {
735 if (!indexValid && !hasNext())
    [all...]
Vector.java     [all...]
WeakHashMap.java 768 * between hasNext and next
782 public boolean hasNext() {
807 if (nextKey == null && !hasNext())
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java     [all...]
ConcurrentLinkedDeque.java     [all...]
CopyOnWriteArrayList.java     [all...]
LinkedBlockingDeque.java 1026 * an element exists in hasNext(), we must return item read
1028 * being removed when hasNext() was called.
    [all...]
LinkedTransferQueue.java     [all...]
ScheduledThreadPoolExecutor.java     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 590 public boolean hasNext() {
592 if (p.pos.hasNext()) {
605 if (currentPos.pos.hasNext()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /prebuilts/tools/common/m2/repository/org/pcollections/pcollections/2.1.2/
pcollections-2.1.2.jar 

Completed in 1787 milliseconds

<<11121314151617181920>>