Home
last modified time | relevance | path

Searched refs:isLast (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/database/
DCursorJoiner.java124 return !mCursorLeft.isLast() || !mCursorRight.isLast(); in hasNext()
127 return !mCursorLeft.isLast() || !mCursorRight.isAfterLast(); in hasNext()
130 return !mCursorLeft.isAfterLast() || !mCursorRight.isLast(); in hasNext()
DCursorWrapper.java137 public boolean isLast() { in isLast() method in CursorWrapper
138 return mCursor.isLast(); in isLast()
DCursor.java147 boolean isLast(); in isLast() method
DAbstractCursor.java254 public final boolean isLast() { in isLast() method in AbstractCursor
/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py35 def dump(self, isWebUrl=False, isFirst=False, isLast=False): argument
84 if not isLast:
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
/frameworks/base/core/java/android/speech/srec/
DRecognizer.java295 public int putAudio(byte[] buf, int offset, int length, boolean isLast) { in putAudio() argument
296 return SR_RecognizerPutAudio(mRecognizer, buf, offset, length, isLast); in putAudio()
634 int length, boolean isLast); in SR_RecognizerPutAudio() argument
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java116 public boolean isLast() { in isLast() method in MockCursor
/frameworks/base/api/
Dcurrent.txt6711 method public final boolean isLast();
6810 method public abstract boolean isLast();
6916 method public boolean isLast();
19684 method public boolean isLast();
34733 method public abstract boolean isLast() throws java.sql.SQLException;
D14.txt6711 method public final boolean isLast();
6810 method public abstract boolean isLast();
6916 method public boolean isLast();
19684 method public boolean isLast();
34733 method public abstract boolean isLast() throws java.sql.SQLException;