Searched defs:hasPrevious (Results 1 - 25 of 52) sorted by relevance

123

/external/guava/guava/src/com/google/common/collect/
H A DAbstractIndexedListIterator.java93 public final boolean hasPrevious() { method in class:AbstractIndexedListIterator
99 if (!hasPrevious()) {
H A DForwardingListIterator.java47 public boolean hasPrevious() { method in class:ForwardingListIterator
48 return delegate().hasPrevious();
H A DTransformedListIterator.java43 public final boolean hasPrevious() { method in class:TransformedListIterator
44 return backingIterator().hasPrevious();
H A DLinkedListMultimap.java374 public boolean hasPrevious() { method in class:LinkedListMultimap.NodeIterator
506 public boolean hasPrevious() { method in class:LinkedListMultimap.ValueForKeyIterator
H A DAbstractMapBasedMultimap.java863 public boolean hasPrevious() { method in class:AbstractMapBasedMultimap.WrappedList.WrappedListIterator
864 return getDelegateListIterator().hasPrevious();
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractListIterator.java48 public boolean hasPrevious() { method in class:AbstractListIterator
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java96 public boolean hasPrevious() { method in class:HeaderIterator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java81 public boolean hasPrevious() { method in class:VariableSizeListIterator
/external/icu/icu4c/source/common/unicode/
H A Duiter.h162 * Function type declaration for UCharIterator.hasPrevious().
418 UCharIteratorHasPrevious *hasPrevious; member in struct:UCharIterator
/external/icu/icu4c/source/common/
H A Duchriter.cpp187 UCharCharacterIterator::hasPrevious() { function in class:UCharCharacterIterator
/external/skia/src/gpu/glsl/
H A DGrGLSLBlend.cpp375 const char* dstColorName, bool hasPrevious) {
377 return hasPrevious;
379 if (hasPrevious) {
373 append_porterduff_term(GrGLSLFragmentBuilder* fsBuilder, SkXfermode::Coeff coeff, const char* colorName, const char* srcColorName, const char* dstColorName, bool hasPrevious) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java370 public boolean hasPrevious() { method in class:LinkedListMultimap.NodeIterator
502 public boolean hasPrevious() { method in class:LinkedListMultimap.ValueForKeyIterator
H A DAbstractMapBasedMultimap.java785 public boolean hasPrevious() { method in class:AbstractMapBasedMultimap.WrappedList.WrappedListIterator
786 return getDelegateListIterator().hasPrevious();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java225 public boolean hasPrevious() { method in class:AbstractIteratorTester.MultiExceptionListIterator
618 Stimulus<E, ListIterator<E>> hasPrevious = field in class:AbstractIteratorTester
619 new Stimulus<E, ListIterator<E>>("hasPrevious") {
623 assertEquals(reference.hasPrevious(), target.hasPrevious());
666 hasPrevious, nextIndex, previousIndex, previous, add, set);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java565 public final boolean hasPrevious() { method in class:Trie2.CharSequenceIterator
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp131 virtual UBool hasPrevious() {return TRUE;}; function in class:SCharacterIterator
640 else if(iter.hasPrevious() == FALSE && i>0)
656 if(iter.hasPrevious() == TRUE)
657 errln("hasPrevious returned true after reaching the start");
743 else if(iter.hasPrevious() == FALSE && i > 5)
804 h=iter->hasPrevious(iter);
805 h2=ci.hasPrevious();
810 h=iter->hasPrevious(iter);
811 h2=ci.hasPrevious();
1076 virtual UBool hasPrevious() { function in class:SubCharIter
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java563 public final boolean hasPrevious() { method in class:Trie2.CharSequenceIterator
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1463 milliseconds

123