HomeSort by relevance Sort by last modified time
    Searched defs:nextPos (Results 1 - 14 of 14) 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);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.cpp 33 int nextPos = dicNode->getChildrenPos();
34 if (nextPos < 0 || nextPos >= mDictBufferSize) {
36 nextPos, mDictBufferSize);
41 mDictRoot, &nextPos);
43 if (nextPos < 0 || nextPos >= mDictBufferSize) {
45 nextPos, mDictBufferSize, i, childCount);
49 nextPos = createAndGetLeavingChildNode(dicNode, nextPos, childDicNodes)
    [all...]
  /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;
  /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 337 int nextPos = 0; // Counts code units.
341 nextPos = pos + Math.min(limit, textLen - pos);
344 nextPos = GsmAlphabet.findGsmSeptetLimitIndex(text, pos, limit,
348 nextPos = pos + Math.min(limit / 2, textLen - pos);
350 if ((nextPos <= pos) || (nextPos > textLen)) {
351 Rlog.e(LOG_TAG, "fragmentText failed (" + pos + " >= " + nextPos + " or " +
352 nextPos + " >= " + textLen + ")");
355 result.add(text.substring(pos, nextPos));
356 pos = nextPos;
    [all...]
  /frameworks/native/cmds/installd/
utils.c 405 int8_t* nextPos = res + len;
406 if (cache->memBlocks == NULL || nextPos > cache->curMemBlockEnd) {
416 nextPos = res + len;
418 CACHE_NOISY(ALOGI("cache_malloc: ret %p size %d, block=%p, nextPos=%p",
419 res, len, cache->memBlocks, nextPos));
420 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/chromium_org/third_party/icu/source/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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 704 milliseconds