Searched refs:isLast (Results 1 - 9 of 9) 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.java149 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.java116 public boolean isLast() { method in class:MockCursor
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java292 * @param isLast indicates no more audio data, normally false.
295 public int putAudio(byte[] buf, int offset, int length, boolean isLast) { argument
296 return SR_RecognizerPutAudio(mRecognizer, buf, offset, length, isLast);
634 int length, boolean isLast);
633 SR_RecognizerPutAudio(int recognizer, byte[] buffer, int offset, int length, boolean isLast) argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h138 bool isLast() const function in class:mcld::SymbolCategory::Category
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp148 assert(!current->isLast() && "target category is wrong.");

Completed in 137 milliseconds