Searched defs:isLast (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h165 bool isLast() const function in class:mcld::SymbolCategory::Category
/frameworks/base/core/java/android/database/
H A DCursor.java152 boolean isLast(); method in interface:Cursor
H A DCursorWrapper.java141 public boolean isLast() { method in class:CursorWrapper
142 return mCursor.isLast();
H A DAbstractCursor.java256 public final boolean isLast() { method in class:AbstractCursor
/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/lib/Target/Mips/
H A DMipsRelocator.cpp76 bool isLast() const function in class:mcld::MipsRelocationInfo
206 if (info.isLast()) {

Completed in 179 milliseconds