Searched refs:isLast (Results 1 - 11 of 11) sorted by relevance
/frameworks/base/core/java/android/database/ |
H A D | CursorJoiner.java | 124 return !mCursorLeft.isLast() || !mCursorRight.isLast(); 127 return !mCursorLeft.isLast() || !mCursorRight.isAfterLast(); 130 return !mCursorLeft.isAfterLast() || !mCursorRight.isLast();
|
H A D | CursorWrapper.java | 141 public boolean isLast() { method in class:CursorWrapper 142 return mCursor.isLast();
|
H A D | Cursor.java | 152 boolean isLast(); method in interface:Cursor
|
H A D | AbstractCursor.java | 256 public final boolean isLast() { method in class:AbstractCursor
|
/frameworks/ex/common/tools/ |
H A D | make-iana-tld-pattern.py | 35 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 D | MockCursor.java | 114 public boolean isLast() { method in class:MockCursor
|
/frameworks/base/core/java/android/speech/srec/ |
H A D | Recognizer.java | 290 * @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 D | SymbolCategory.h | 165 bool isLast() const function in class:mcld::SymbolCategory::Category
|
/frameworks/base/core/tests/coretests/src/android/database/ |
H A D | MatrixCursorTest.java | 176 assertTrue(cursor.isLast());
|
/frameworks/compile/mclinker/lib/MC/ |
H A D | SymbolCategory.cpp | 163 assert(!current->isLast() && "target category is wrong.");
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocator.cpp | 76 bool isLast() const function in class:mcld::MipsRelocationInfo 206 if (info.isLast()) {
|
Completed in 245 milliseconds