Home
last modified time | relevance | path

Searched refs:isLast (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/
DIkeSaPayload.java246 byte isLast = inputBuffer.get(); in readFrom()
247 if (isLast != LAST_PROPOSAL && isLast != NOT_LAST_PROPOSAL) { in readFrom()
249 "Invalid value of Last Proposal Substructure: " + isLast); in readFrom()
337 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() argument
339 byte isLastIndicator = isLast ? LAST_PROPOSAL : NOT_LAST_PROPOSAL; in encodeToByteBuffer()
467 byte isLast = inputBuffer.get(); in readFrom()
468 if (isLast != LAST_TRANSFORM && isLast != NOT_LAST_TRANSFORM) { in readFrom()
470 "Invalid value of Last Transform Substructure: " + isLast); in readFrom()
524 protected abstract void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer); in encodeToByteBuffer() argument
529 protected void encodeBasicTransformToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeBasicTransformToByteBuffer() argument
[all …]
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DConfigParser.java79 public boolean isLast = false; field in ConfigParser.MimePart
246 boolean isLast = false; in parseMimeMultipartMessage()
250 isLast = mimePart.isLast; in parseMimeMultipartMessage()
251 } while(!isLast); in parseMimeMultipartMessage()
280 boolean isLast = false; in parseMimePart()
291 isLast = true; in parseMimePart()
301 part.isLast = isLast; in parseMimePart()
/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.java175 public boolean isLast() { in isLast() method in CursorWrapper
176 return mCursor.isLast(); in isLast()
DCursor.java156 boolean isLast(); in isLast() method
DAbstractCursor.java295 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/base/test-mock/src/android/test/mock/
DMockCursor.java144 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/base/test-mock/api/
Dcurrent.txt167 method @Deprecated public boolean isLast();
/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.txt12457 method public final boolean isLast();
12565 method public boolean isLast();
12672 method public boolean isLast();
66393 method public boolean isLast() throws java.sql.SQLException;
/frameworks/base/config/
Dboot-image-profile.txt5053 HSPLandroid/database/AbstractCursor;->isLast()Z
Dhiddenapi-greylist-max-o.txt49249 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->isLast:Z