/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;
|
/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);
|
/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...] |
/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...] |
/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;
|
/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;
|
/external/icu4c/test/intltest/ |
rbbitst.cpp | [all...] |
/external/v8/benchmarks/ |
navier-stokes.js | 263 var nextPos = j * rowSize + 1; 269 u[++currentPos] -= wScale * (p[++nextPos] - p[++prevPos]);
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityObject.cpp | 624 VisiblePosition nextPos = visiblePos.next(); 625 if (nextPos.isNull()) 628 return endOfParagraph(nextPos); [all...] |
/external/v8/src/ |
d8.js | 1064 var nextPos = args.indexOf(' '); 1065 var arg1 = (nextPos > 0) ? args.substring(0, nextPos) : args; 1073 var arg2 = (nextPos > 0) ? 1074 args.substring(nextPos + 1, args.length) : 'all'; 1087 var arg2 = (nextPos > 0) ? 1088 args.substring(nextPos + 1, args.length) : null; [all...] |
/frameworks/base/core/java/android/widget/ |
AbsListView.java | [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.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 | |