/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccUtils.java | 516 int endIndex = offset + (number * 3); // 1 color use 3 bytes 525 } while (valueIndex < endIndex);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccUtils.java | 516 int endIndex = offset + (number * 3); // 1 color use 3 bytes 525 } while (valueIndex < endIndex);
|
/libcore/luni/src/main/java/java/lang/ |
Character.java | [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | 656 final int endIndex = isRtl ? -1 : childCount; 659 for (int i = startIndex; i != endIndex; i += delta) { 747 final int endIndex = isRtl ? index : index; 750 for (int i = startIndex; i != endIndex; i += delta) { 791 int endIndex = isRtl ? 0 : pageCount - 1; 794 while (leftScreen != endIndex && 802 while (rightScreen != endIndex && [all...] |
FocusHelper.java | 634 int endIndex = (lineDelta < 0) ? -1 : views.size(); 635 while (index != endIndex) { 648 if (index <= endIndex) { [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduParser.java | 459 int endIndex = str.indexOf("/"); 460 if (endIndex > 0) { 461 str = str.substring(0, endIndex); 541 int endIndex = str.indexOf("/"); 542 if (endIndex > 0) { 543 str = str.substring(0, endIndex); [all...] |
/external/icu4c/common/ |
normlzr.cpp | 354 int32_t Normalizer::endIndex() const { 355 return text->endIndex();
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 380 final int endIndex = cursor.getColumnIndex(Instances.END); 404 final long endTime = cursor.getLong(endIndex);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 475 int endIndex = aString.lastIndexOf(endToken); 476 if (endIndex == -1) { 480 int startIndex = endIndex; 487 String count = aString.substring(startIndex + 1, endIndex).trim(); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ElementsPanel.js | 863 var endIndex = crumbs.childNodes.length - 1; 864 while (startIndex != significantIndex || endIndex != significantIndex) { 866 var endDistance = endIndex - significantIndex; 870 var index = endIndex--; [all...] |
TimelinePanel.js | 558 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight)); 565 this._bottomGapElement.style.height = (recordsInWindow.length - endIndex) * rowHeight + "px"; 576 for (var i = 0; i < endIndex; ++i) { 582 if (lastChildIndex >= startIndex && lastChildIndex < endIndex) { [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderListBox.cpp | 536 int endIndex = scrollToward(pos); 537 if (endIndex >= 0) { 542 select->setActiveSelectionAnchorIndex(endIndex); 544 select->setActiveSelectionEndIndex(endIndex);
|
/libcore/luni/src/main/java/java/net/ |
URI.java | 454 int endIndex = temp.indexOf(']'); 458 if (index != -1 && endIndex < index) { [all...] |
/external/icu4c/test/cintltst/ |
cnumtst.c | 260 if(pos1.beginIndex == 1 && pos1.endIndex == 12) 264 pos1.beginIndex, pos1.endIndex); 292 if(pos2.beginIndex == 9 && pos2.endIndex == 11) 296 pos1.beginIndex, pos1.endIndex); 343 if (pos2.beginIndex == 1 && pos2.endIndex == 6) { 347 pos1.beginIndex, pos1.endIndex); 860 if (fieldPos.endIndex != 27) { 862 __FILE__, __LINE__, 0, fieldPos.endIndex); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | [all...] |
/external/webkit/Source/WebCore/css/ |
CSSStyleSelector.h | 219 void applyDeclarations(bool important, int startIndex, int endIndex);
|
/external/webkit/Source/WebCore/editing/ |
CompositeEditCommand.cpp | [all...] |
/frameworks/base/core/java/android/os/ |
Process.java | [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | [all...] |
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrInterpreter.cpp | [all...] |
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/external/webkit/Source/WebCore/html/parser/ |
HTMLToken.h | 79 int endIndex() const { return m_range.m_end; }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 382 int endIndex = index + flag.length(); 384 value = value.substring(0, pipe).trim() + value.substring(endIndex).trim(); 386 pipe = value.indexOf('|', endIndex); 390 value = value.substring(0, index).trim() + value.substring(endIndex).trim(); [all...] |
/dalvik/vm/compiler/codegen/x86/ |
AnalysisO1.cpp | [all...] |