Home
last modified time | relevance | path

Searched refs:isLast (Results 1 – 15 of 15) 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.java171 public boolean isLast() { in isLast() method in CursorWrapper
172 return mCursor.isLast(); in isLast()
DCursor.java152 boolean isLast(); in isLast() method
DAbstractCursor.java282 public final boolean isLast() { in isLast() method in AbstractCursor
/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py58 def dump(self, isWebUrl=False, isFirst=False, isLast=False): argument
107 if not isLast:
142 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DMIMEContainer.java99 if (container.isLast()) { in MIMEContainer()
154 private boolean isLast() { in isLast() method in MIMEContainer
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java142 public boolean isLast() { in isLast() method in MockCursor
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h147 bool isLast() const { return (next == NULL); } in isLast() function
/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java176 assertTrue(cursor.isLast()); in testRowBuilderOffer()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp156 assert(!current->isLast() && "target category is wrong."); in arrange()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp52 bool isLast() const { return llvm::ELF::R_MIPS_NONE == (m_Type >> 8); } in isLast() function in mcld::MipsRelocationInfo
169 if (info.isLast()) { in applyRelocation()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9342 method public final boolean isLast();
9452 method public abstract boolean isLast();
9559 method public boolean isLast();
29303 method public boolean isLast();
46482 method public abstract boolean isLast() throws java.sql.SQLException;
/frameworks/base/api/
Dcurrent.txt10473 method public final boolean isLast();
10581 method public abstract boolean isLast();
10688 method public boolean isLast();
38045 method public boolean isLast();
56276 method public abstract boolean isLast() throws java.sql.SQLException;
Dsystem-current.txt10921 method public final boolean isLast();
11029 method public abstract boolean isLast();
11136 method public boolean isLast();
41214 method public boolean isLast();
59810 method public abstract boolean isLast() throws java.sql.SQLException;
Dtest-current.txt10491 method public final boolean isLast();
10599 method public abstract boolean isLast();
10706 method public boolean isLast();
38129 method public boolean isLast();
56369 method public abstract boolean isLast() throws java.sql.SQLException;