Searched refs:endPos (Results 1 – 20 of 20) sorted by relevance
52 SLmillisecond startPos, SLmillisecond endPos) in ISeek_SetLoop() argument56 if (!(startPos < endPos)) { in ISeek_SetLoop()62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) { in ISeek_SetLoop()98 thiz->mEndPos = endPos; in ISeek_SetLoop()120 SLmillisecond endPos = thiz->mEndPos; in ISeek_GetLoop() local124 *pEndPos = endPos; in ISeek_GetLoop()
229 size_t endPos = strcspn(value + pos, " ,=") + pos; in getEnumValuesFromString() local230 if (endPos > pos) { in getEnumValuesFromString()231 foundNames.emplace_back(value + pos, endPos - pos); in getEnumValuesFromString()233 if (value[endPos] && value[endPos] != ',') { in getEnumValuesFromString()234 endPos += strcspn(value + endPos, ","); in getEnumValuesFromString()236 pos = strspn(value + endPos, " ,") + endPos; in getEnumValuesFromString()
133 char* endPos; in readNetworkStatsDetail() local135 idx = (int)strtol(pos, &endPos, 10); in readNetworkStatsDetail()137 if (pos == endPos) { in readNetworkStatsDetail()148 pos = endPos; in readNetworkStatsDetail()186 endPos = pos; in readNetworkStatsDetail()187 while (*endPos != ' ') endPos++; in readNetworkStatsDetail()190 if (endPos - pos == 3) { in readNetworkStatsDetail()204 pos = endPos; in readNetworkStatsDetail()
123 char* endPos; in nativeWaitWakeup() local126 int irq = (int)strtol(pos, &endPos, 10); in nativeWaitWakeup()127 if (pos != endPos) { in nativeWaitWakeup()141 endPos = pos + abortPrefixLen; in nativeWaitWakeup()143 pos = endPos; in nativeWaitWakeup()
272 int endPos = (asciiCharsLen - startPos > addCount) ? in testCalcLengthAscii() local274 sb.append(sAsciiChars, startPos, endPos); in testCalcLengthAscii()275 startPos = (endPos == asciiCharsLen) ? 0 : endPos; in testCalcLengthAscii()306 int endPos = (unicodeCharsLen - startPos > addCount) ? in testCalcLengthUnicode() local308 sb.append(sUnicodeChars, startPos, endPos); in testCalcLengthUnicode()309 startPos = (endPos == unicodeCharsLen) ? 0 : endPos; in testCalcLengthUnicode()
166 public final CircularIntArray[] getItemPositionsInRows(int startPos, int endPos) { in getItemPositionsInRows() argument170 mTmpItemPositionsInRows[0].addLast(endPos); in getItemPositionsInRows()
406 public final CircularIntArray[] getItemPositionsInRows(int startPos, int endPos) { in getItemPositionsInRows() argument411 for (int i = startPos; i <= endPos; i++) { in getItemPositionsInRows()
343 public abstract CircularIntArray[] getItemPositionsInRows(int startPos, int endPos); in getItemPositionsInRows() argument
2170 int startFromPosition, endPos; in onLayoutChildren() local2173 startFromPosition = endPos = mFocusPosition; in onLayoutChildren()2176 endPos = lastVisibleIndex; in onLayoutChildren()2180 if (endPos != NO_POSITION) { in onLayoutChildren()2181 while (appendOneColumnVisibleItems() && findViewByPosition(endPos) == null) { in onLayoutChildren()
833 int endPos = paraStart + breaks[breakIndex];835 boolean moreChars = (endPos < bufEnd);837 v = out(source, here, endPos,844 if (endPos < spanEnd) {854 here = endPos;
875 int endPos = pduDataStream.available(); in parseParts() local876 int partHeaderLen = headerLength - (startPos - endPos); in parseParts()1566 int endPos = pduDataStream.available(); in parseContentType() local1567 int parameterLen = length - (startPos - endPos); in parseContentType()
1507 int endPos = parcel.dataPosition(); in writeToParcelInner() local1511 int length = endPos - startPos; in writeToParcelInner()1513 parcel.setDataPosition(endPos); in writeToParcelInner()
1273 final int endPos = getPosition(end);1274 if (startPos < endPos) {1276 event.setToIndex(endPos);1278 event.setFromIndex(endPos);
6392 const uint8_t* endPos = ((const uint8_t*)pkg) + dtohs(pkg->header.size); in parsePackage() local6393 while (((const uint8_t*)chunk) <= (endPos-sizeof(ResChunk_header)) && in parsePackage()6394 ((const uint8_t*)chunk) <= (endPos-dtohl(chunk->size))) { in parsePackage()6405 endPos, "ResTable_typeSpec"); in parsePackage()6479 endPos, "ResTable_type"); in parsePackage()6570 endPos, "ResTable_package:unknown"); in parsePackage()
929 final int endPos = Math.min(N-1, mCurItem + pageLimit);1006 if (extraWidthRight >= rightWidthNeeded && pos > endPos) {
2090 final int endPos = startPos + numColumns * (skips + 1); in testNonFocusableHorizontal() local2118 assertEquals(endPos, mGridView.getSelectedPosition()); in testNonFocusableHorizontal()2337 final int endPos = startPos + numColumns * (skips + 1); in testNonFocusableVertical() local2361 assertEquals(endPos, mGridView.getSelectedPosition()); in testNonFocusableVertical()
1121 final int endPos = Math.min(N - 1, mCurItem + pageLimit);1198 if (extraWidthRight >= rightWidthNeeded && pos > endPos) {
1117 SLmillisecond endPos
891 XAmillisecond endPos
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...