Home
last modified time | relevance | path

Searched refs:isLast (Results 1 – 13 of 13) 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.java152 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.java293 public int putAudio(byte[] buf, int offset, int length, boolean isLast) { in putAudio() argument
294 return SR_RecognizerPutAudio(mRecognizer, buf, offset, length, isLast); in putAudio()
632 int length, boolean isLast); in SR_RecognizerPutAudio() argument
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java114 public boolean isLast() { in isLast() method in MockCursor
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h165 bool isLast() const in isLast() function
/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java176 assertTrue(cursor.isLast()); in testRowBuilderOffer()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp163 assert(!current->isLast() && "target category is wrong."); in arrange()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp76 bool isLast() const in isLast() function in mcld::MipsRelocationInfo
206 if (info.isLast()) { in applyRelocation()
/frameworks/base/api/
Dsystem-current.txt9650 method public final boolean isLast();
9760 method public abstract boolean isLast();
9867 method public boolean isLast();
31538 method public boolean isLast();
49013 method public abstract boolean isLast() throws java.sql.SQLException;
Dcurrent.txt9344 method public final boolean isLast();
9454 method public abstract boolean isLast();
9561 method public boolean isLast();
29305 method public boolean isLast();
46484 method public abstract boolean isLast() throws java.sql.SQLException;