HomeSort by relevance Sort by last modified time
    Searched defs:nextPos (Results 1 - 18 of 18) 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);
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 334 const size_t nextPos = extensionStr.find(' ', pos);
335 const size_t len = nextPos == string::npos ? extensionStr.length()-pos : nextPos-pos;
340 if (nextPos == string::npos)
343 pos = nextPos+1;
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 167 int nextPos;
170 nextPos = end;
171 ref = spec.substring(pos + 1, nextPos);
174 nextPos = UrlUtils.findFirstOf(spec, "#", pos, end);
175 query = spec.substring(pos + 1, nextPos);
179 nextPos = UrlUtils.findFirstOf(spec, "?#", pos, end);
180 path = relativePath(path, spec.substring(pos, nextPos));
185 pos = nextPos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 38 int nextPos = dicNode->getChildrenPtNodeArrayPos();
39 if (nextPos < 0 || nextPos >= mDictBufferSize) {
41 nextPos, mDictBufferSize);
47 mDictRoot, &nextPos);
49 if (nextPos < 0 || nextPos >= mDictBufferSize) {
51 nextPos, mDictBufferSize, i, childCount);
56 nextPos = createAndGetLeavingChildNode(dicNode, nextPos, childDicNodes)
    [all...]
  /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/native/cmds/installd/
utils.c 517 int8_t* nextPos = res + len;
518 if (cache->memBlocks == NULL || nextPos > cache->curMemBlockEnd) {
528 nextPos = res + len;
530 CACHE_NOISY(ALOGI("cache_malloc: ret %p size %d, block=%p, nextPos=%p",
531 res, len, cache->memBlocks, nextPos));
532 cache->curMemBlockAvail = nextPos;
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 380 int nextPos = 0; // Counts code units.
384 nextPos = pos + Math.min(limit, textLen - pos);
387 nextPos = GsmAlphabet.findGsmSeptetLimitIndex(newMsgBody, pos, limit,
391 nextPos = pos + Math.min(limit / 2, textLen - pos);
393 if ((nextPos <= pos) || (nextPos > textLen)) {
394 Rlog.e(LOG_TAG, "fragmentText failed (" + pos + " >= " + nextPos + " or " +
395 nextPos + " >= " + textLen + ")");
398 result.add(newMsgBody.substring(pos, nextPos));
399 pos = nextPos;
    [all...]
  /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/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu/icu4c/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/closure_compiler/compiler/
compiler.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 3889 milliseconds