Searched refs:isLast (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursorJoiner.java124 return !mCursorLeft.isLast() || !mCursorRight.isLast();
127 return !mCursorLeft.isLast() || !mCursorRight.isAfterLast();
130 return !mCursorLeft.isAfterLast() || !mCursorRight.isLast();
H A DCursorWrapper.java141 public boolean isLast() { method in class:CursorWrapper
142 return mCursor.isLast();
H A DCursor.java152 boolean isLast(); method in interface:Cursor
H A DAbstractCursor.java256 public final boolean isLast() { method in class:AbstractCursor
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py35 def dump(self, isWebUrl=False, isFirst=False, isLast=False):
84 if not isLast:
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java114 public boolean isLast() { method in class:MockCursor
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java290 * @param isLast indicates no more audio data, normally false.
293 public int putAudio(byte[] buf, int offset, int length, boolean isLast) { argument
294 return SR_RecognizerPutAudio(mRecognizer, buf, offset, length, isLast);
632 int length, boolean isLast);
631 SR_RecognizerPutAudio(long recognizer, byte[] buffer, int offset, int length, boolean isLast) argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h165 bool isLast() const function in class:mcld::SymbolCategory::Category
/frameworks/base/core/tests/coretests/src/android/database/
H A DMatrixCursorTest.java176 assertTrue(cursor.isLast());
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp163 assert(!current->isLast() && "target category is wrong.");
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp76 bool isLast() const function in class:mcld::MipsRelocationInfo
206 if (info.isLast()) {

Completed in 245 milliseconds