Searched refs:isFirst (Results 1 - 8 of 8) sorted by relevance

/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py35 def dump(self, isWebUrl=False, isFirst=False, isLast=False):
44 if isFirst:
114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
/frameworks/base/core/java/android/database/
H A DCursorWrapper.java137 public boolean isFirst() { method in class:CursorWrapper
138 return mCursor.isFirst();
H A DCursor.java145 boolean isFirst(); method in interface:Cursor
H A DAbstractCursor.java252 public final boolean isFirst() { method in class:AbstractCursor
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java112 public boolean isFirst() { method in class:MockCursor
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h165 bool isFirst() const function in class:mcld::SymbolCategory::Category
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp394 AlphaVertex* buffer, bool isFirst, vec2 normal, int offset) {
397 const int capIndex = isFirst
400 if (isFirst) normal *= -1;
418 const Vertex* point = isFirst ? vertices.begin() : (vertices.end() - 1);
437 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
472 if (isFirst && i == extra - extraOffset) {
481 if (isFirst) {
499 if (isFirst) {
393 storeCapAA(const PaintInfo& paintInfo, const Vector<Vertex>& vertices, AlphaVertex* buffer, bool isFirst, vec2 normal, int offset) argument
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp168 assert(!current->isFirst() && "target category is wrong.");

Completed in 4131 milliseconds