HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 546 int startIndex = -1;
571 startIndex = state.index;
575 if ((parameter == null) || (startIndex == -1)) {
579 parameter.name = text.substring(startIndex + 1, equalIndex);
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
FolderConfiguration.java 823 * <var>startIndex</var>
824 * @param startIndex
827 public int getHighestPriorityQualifier(int startIndex) {
828 for (int i = startIndex ; i < INDEX_COUNT ; i++) {
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 305 unsigned startIndex = TextIterator::rangeLength(startRange.get());
322 RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 198 * @param startIndex Index where to start the search
202 String entryName, int entryKind, int startIndex) {
203 if (startIndex < 0) {
204 startIndex = 0;
206 for (int i = startIndex ; i < entries.length ; i++) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapExtendTest.java     [all...]
  /external/icu4c/i18n/
usearch.cpp 621 int32_t startindex = ubrk_first(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
632 UBool result = (start == startindex ||
    [all...]
  /external/icu4c/common/
normlzr.cpp 346 int32_t Normalizer::startIndex() const {
347 return text->startIndex();
uvectr64.h 109 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const;
uhash.c 334 int32_t theIndex, startIndex;
340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length;
366 } while (theIndex != startIndex);
    [all...]
uvectr32.h 110 int32_t indexOf(int32_t elem, int32_t startIndex = 0) const;
  /external/icu4c/common/unicode/
uchriter.h 284 * startIndex()), and returns that code unit. If there are no more
293 * startIndex()), and returns that code point. If there are no more
normlzr.h 461 * This is equivalent to setIndexOnly(startIndex()) followed by next().
501 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change
524 * This is equivalent to setIndexOnly(startIndex)).
553 int32_t startIndex(void) const;
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 91 private MethodData doMatchName(String name, int startIndex) {
94 for (int ii = startIndex; ii < mRoots.length; ++ii) {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 186 translated->startIndex = streamOffset / indexSize(format);
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsPanel.js 862 var startIndex = 0;
864 while (startIndex != significantIndex || endIndex != significantIndex) {
865 var startDistance = significantIndex - startIndex;
868 var index = startIndex++;
    [all...]
TimelinePanel.js 557 var startIndex = Math.max(0, Math.min(Math.floor(visibleTop / rowHeight) - 1, recordsInWindow.length - 1));
561 const top = (startIndex * rowHeight) + "px";
580 if (i < startIndex) {
582 if (lastChildIndex >= startIndex && lastChildIndex < endIndex) {
    [all...]
  /external/skia/gpu/src/
GrGpuGLShaders.cpp 608 int* startIndex,
623 bool indexed = NULL != startIndex;
642 *startIndex += extraIndexOffset;
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /frameworks/base/core/java/android/webkit/
CookieManager.java     [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list.js 782 * @param {number} startIndex The index of the first visible item.
787 countItemsInRange_: function(startIndex, endOffset) {
789 return endIndex - startIndex + 1;
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 138 // StartIndex is passed as 32 bit int.
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 219 void applyDeclarations(bool important, int startIndex, int endIndex);
  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 78 int startIndex() const { return m_range.m_start; }
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 751 int startIndex = page * numCells;
752 int endIndex = Math.min(startIndex + numCells, mApps.size());
758 for (int i = startIndex; i < endIndex; ++i) {
768 int index = i - startIndex;
    [all...]

Completed in 5372 milliseconds

1 2 34 5 6