HomeSort by relevance Sort by last modified time
    Searched defs:startIndex (Results 101 - 125 of 224) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 262 int startIndex = TextIterator::rangeLength(startRange.get(), true);
293 startRange = PlainTextRange(startIndex).createRangeForSelection(toContainerNode(scope));
    [all...]
CompositeEditCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 530 var startIndex = Math.max(0, Math.min(Math.floor((visibleTop - headerHeight) / rowHeight), recordsInWindow.length - 1));
537 var windowStartTime = startIndex ? recordsInWindow[startIndex].startTime() : this._model.minimumRecordTime();
545 this._topGapElement.style.height = (startIndex * rowHeight) + "px";
546 this._recordsView.sidebarElement().firstElementChild.style.flexBasis = (startIndex * rowHeight + headerHeight) + "px";
568 if (i < startIndex) {
570 if (lastChildIndex >= startIndex && lastChildIndex < endIndex) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 480 int startIndex = endIndex;
481 while (startIndex >= 0
482 && aString.charAt(startIndex) != '('
483 && aString.charAt(startIndex) != ',') {
484 startIndex--;
487 String count = aString.substring(startIndex + 1, endIndex).trim();
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 968 : startIndex(start), argName(name), offset(off),
981 int32_t startIndex;
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 472 HRESULT Init(const CArchiveDatabaseEx *db, UInt32 startIndex,
480 HRESULT CFolderOutStream2::Init(const CArchiveDatabaseEx *db, UInt32 startIndex,
484 _startIndex = startIndex;
915 CNum startIndex = db->FolderStartPackStreamIndex[folderIndex];
918 newDatabase.PackSizes.Add(db->PackSizes[startIndex + j]);
919 // newDatabase.PackCRCsDefined.Add(db.PackCRCsDefined[startIndex + j]);
920 // newDatabase.PackCRCs.Add(db.PackCRCs[startIndex + j]);
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 669 int startIndex = startRow * mColumns;
675 for (int i = startIndex; i < endIndex; i++) {
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 626 int startIndex = start;
628 startIndex--;
629 if (startIndex < 0) {
632 charinfo1 = *(PAGECHAR_INFO*)m_charList.GetAt(startIndex);
634 startIndex++;
635 start = startIndex;
673 int startindex = 0; local
683 startindex = charinfo.m_Index;
693 nCount = start + nCount - nCountOffset - startindex;
697 return m_TextBuf.GetWideString().Mid(startindex, nCount);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
TreeMapExtendTest.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
LauncherModel.java     [all...]
PagedView.java 655 final int startIndex = isRtl ? childCount - 1 : 0;
658 int childLeft = getRelativeChildOffset(startIndex);
659 for (int i = startIndex; i != endIndex; i += delta) {
746 final int startIndex = isRtl ? getChildCount() - 1 : 0;
749 int offset = getRelativeChildOffset(startIndex);
750 for (int i = startIndex; i != endIndex; i += delta) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java     [all...]
PagedView.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/robolectric/lib/main/
json-20080701.jar 

Completed in 1853 milliseconds

1 2 3 45 6 7 8 9