Home
last modified time | relevance | path

Searched refs:isLast (Results 1 – 10 of 10) 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.java141 public boolean isLast() { in isLast() method in CursorWrapper
142 return mCursor.isLast(); in isLast()
DCursor.java149 boolean isLast(); in isLast() method
DAbstractCursor.java256 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/compile/mclinker/include/mcld/MC/
DSymbolCategory.h168 bool isLast() const in isLast() function
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp147 assert(!current->isLast() && "target category is wrong."); in arrange()
/frameworks/base/api/
Dcurrent.txt7474 method public final boolean isLast();
7583 method public abstract boolean isLast();
7689 method public boolean isLast();
22557 method public boolean isLast();
38146 method public abstract boolean isLast() throws java.sql.SQLException;