HomeSort by relevance Sort by last modified time
    Searched defs:nextPos (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Gradient_Delegate.java 106 int nextPos = 1;
110 while (currentPos > mPositions[nextPos]) {
111 prevPos = nextPos++;
115 (mPositions[nextPos] - mPositions[prevPos]);
117 mGradient[i] = computeColor(mColors[prevPos], mColors[nextPos], percent);
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 165 int nextPos;
168 nextPos = end;
169 ref = spec.substring(pos + 1, nextPos);
172 nextPos = UrlUtils.findFirstOf(spec, "#", pos, end);
173 query = spec.substring(pos + 1, nextPos);
177 nextPos = UrlUtils.findFirstOf(spec, "?#", pos, end);
178 path = relativePath(path, spec.substring(pos, nextPos));
183 pos = nextPos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.cpp 76 int nextPos = pos;
115 childDicNodes->pushLeavingChild(dicNode, nextPos, flags, childrenPos, attributesPos, siblingPos,
155 int nextPos = dicNode->getChildrenPos();
158 nextPos = createAndGetLeavingChildNode(dicNode, nextPos, dicRoot, terminalDepth, pInfoState,
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 841 int nextPos = index;
842 char c = desc.charAt(nextPos);
845 c = desc.charAt(++nextPos);
851 c = desc.charAt(++nextPos);
856 c = desc.charAt(++nextPos);
859 nextPos = desc.indexOf(';', nextPos) + 1;
860 if (nextPos <= 0)
864 ++nextPos;
867 index = nextPos;
    [all...]
CodeIterator.java 857 int nextPos;
860 for (; i < endPos; i = nextPos) {
867 nextPos = nextOpcode(code, i);
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 326 int nextPos = 0; // Counts code units.
330 nextPos = pos + Math.min(limit, textLen - pos);
333 nextPos = GsmAlphabet.findGsmSeptetLimitIndex(text, pos, limit,
337 nextPos = pos + Math.min(limit / 2, textLen - pos);
339 if ((nextPos <= pos) || (nextPos > textLen)) {
340 Rlog.e(LOG_TAG, "fragmentText failed (" + pos + " >= " + nextPos + " or " +
341 nextPos + " >= " + textLen + ")");
344 result.add(text.substring(pos, nextPos));
345 pos = nextPos;
    [all...]
  /frameworks/native/cmds/installd/
utils.c 404 int8_t* nextPos = res + len;
405 if (cache->memBlocks == NULL || nextPos > cache->curMemBlockEnd) {
415 nextPos = res + len;
417 CACHE_NOISY(ALOGI("cache_malloc: ret %p size %d, block=%p, nextPos=%p",
418 res, len, cache->memBlocks, nextPos));
419 cache->curMemBlockAvail = nextPos;
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 659 int nextPos = listPos + 1;
660 if (nextPos < mRowInfo.size()) {
661 nextPos = getCursorPosition(nextPos);
662 if (nextPos >= 0) {
663 return -nextPos;
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 325 milliseconds