HomeSort by relevance Sort by last modified time
    Searched refs:firstIndex (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/third_party/tlslite/tlslite/
SessionCache.py 42 self.firstIndex = 0
75 if self.lastIndex == self.firstIndex:
76 del(self.entriesDict[self.entriesList[self.firstIndex][0]])
77 self.firstIndex = (self.firstIndex+1) % len(self.entriesList)
89 index = self.firstIndex
96 self.firstIndex = index
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 37 private int firstIndex;
48 this.firstIndex = descriptor.indexOf(ClassConstants.INTERNAL_METHOD_ARGUMENTS_OPEN);
50 this.index = firstIndex + 1;
65 return descriptor.substring(0, firstIndex);
183 if (enumeration.firstIndex >= 0)
  /libcore/luni/src/main/java/java/sql/
Date.java 217 int firstIndex = dateString.indexOf('-');
218 int secondIndex = dateString.indexOf('-', firstIndex + 1);
224 if (secondIndex == -1 || firstIndex == 0
229 int year = Integer.parseInt(dateString.substring(0, firstIndex));
230 int month = Integer.parseInt(dateString.substring(firstIndex + 1,
Time.java 228 int firstIndex = timeString.indexOf(':');
229 int secondIndex = timeString.indexOf(':', firstIndex + 1);
235 if (secondIndex == -1 || firstIndex == 0
240 int hour = Integer.parseInt(timeString.substring(0, firstIndex));
241 int minute = Integer.parseInt(timeString.substring(firstIndex + 1,
  /external/eigen/bench/btl/libs/blitz/
blitz_interface.hh 87 firstIndex i;
95 firstIndex i;
103 firstIndex i;
111 firstIndex i;
118 firstIndex i;
125 firstIndex i;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveTester.java 43 int firstIndex = getList().indexOf(duplicate);
51 firstIndex == getList().indexOf(duplicate));
  /external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h 37 int index = this->firstIndex(key);
77 int index = this->firstIndex(key);
160 int index = this->firstIndex(key);
177 const int firstIndex = this->firstIndex(key);
178 int index = firstIndex;
225 int firstIndex(const Key& key) const {
SkAdvancedTypefaceMetrics.cpp 161 int firstIndex = 0;
164 firstIndex = static_cast<int>(subsetGlyphIDs[0]);
168 curRange = appendRange(&result, firstIndex);
170 for (int gId = firstIndex; gId <= lastIndex; gId++) {
  /external/skia/src/core/
SkTDynamicHash.h 37 int index = this->firstIndex(key);
77 int index = this->firstIndex(key);
160 int index = this->firstIndex(key);
177 const int firstIndex = this->firstIndex(key);
178 int index = firstIndex;
225 int firstIndex(const Key& key) const {
SkAdvancedTypefaceMetrics.cpp 161 int firstIndex = 0;
164 firstIndex = static_cast<int>(subsetGlyphIDs[0]);
168 curRange = appendRange(&result, firstIndex);
170 for (int gId = firstIndex; gId <= lastIndex; gId++) {
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 50 int firstIndex = -1;
53 angle = sorted[++firstIndex];
57 segment->debugShowSort(__FUNCTION__, sorted, firstIndex, sortable);
64 int nextIndex = firstIndex + 1;
65 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
68 SkASSERT(nextIndex != firstIndex);
SkPathOpsCommon.cpp 147 int firstIndex = -1;
151 angle = sorted[++firstIndex];
165 segment->debugShowSort(__FUNCTION__, sorted, firstIndex, winding, 0, sortable);
172 int nextIndex = firstIndex + 1;
173 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
174 angle = sorted[firstIndex];
177 SkASSERT(nextIndex != firstIndex);
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsOp.cpp 50 int firstIndex = -1;
53 angle = sorted[++firstIndex];
57 segment->debugShowSort(__FUNCTION__, sorted, firstIndex, sortable);
64 int nextIndex = firstIndex + 1;
65 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
68 SkASSERT(nextIndex != firstIndex);
SkPathOpsCommon.cpp 147 int firstIndex = -1;
151 angle = sorted[++firstIndex];
165 segment->debugShowSort(__FUNCTION__, sorted, firstIndex, winding, 0, sortable);
172 int nextIndex = firstIndex + 1;
173 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
174 angle = sorted[firstIndex];
177 SkASSERT(nextIndex != firstIndex);
SkOpSegment.cpp     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 133 int firstIndex = -1;
141 firstIndex = i;
154 if (i == firstIndex) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
PhiTypeResolver.java 134 int firstIndex = -1;
142 firstIndex = i;
155 if (i == firstIndex) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 415 size_t firstIndex = 0;
416 for ( ; firstIndex < valueList.size(); ++firstIndex) {
417 if (filterOperationsAt(valueList, firstIndex)->operations().size() > 0)
421 if (firstIndex >= valueList.size())
424 const FilterOperations* firstVal = filterOperationsAt(valueList, firstIndex);
426 for (size_t i = firstIndex + 1; i < valueList.size(); ++i) {
437 return firstIndex;
459 size_t firstIndex = 0;
460 for ( ; firstIndex < valueList.size(); ++firstIndex)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
ribbon.js 176 var firstIndex = lastIndex - fullItems + 1;
178 if (this.firstVisibleIndex_ != firstIndex ||
182 this.firstVisibleIndex_ = firstIndex;
189 var startIndex = Math.min(firstIndex, this.firstVisibleIndex_);
195 if (this.lastVisibleIndex_ < index && index < firstIndex ||
201 if (index < firstIndex || index > lastIndex) {
211 if (startIndex == firstIndex) {
236 firstIndex > 0 && selectedIndex != firstIndex);
241 this.firstVisibleIndex_ = firstIndex;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 420 int firstIndex = stride * first;
427 (unsigned char *)state->data + firstIndex, datalen);
431 (unsigned char *)state->data + firstIndex, datalen);
435 (unsigned char *)state->data + firstIndex, datalen);
446 (unsigned char *)state->data + firstIndex, datalen);
450 (unsigned char *) state->data + firstIndex, datalen);
454 (unsigned char * ) state->data + firstIndex, datalen);
458 (unsigned char *)state->data + firstIndex, datalen);
467 (GLuint)state->data + firstIndex);
471 (GLuint) state->data + firstIndex);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 425 final int firstIndex = buildInto.size();
463 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex);
476 final boolean addedOperations = buildInto.size() > firstIndex;
480 buildInto.add(firstIndex, builder.build());
490 builder.withSelectionBackReference(0, firstIndex);
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 104 int firstIndex = Math.max(firstDay - startDay, 0);
107 for(int i = firstIndex; i <= lastIndex; i++) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 370 final int firstIndex = buildInto.size();
401 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex);
414 final boolean addedOperations = buildInto.size() > firstIndex;
418 buildInto.add(firstIndex, builder.build());
428 builder.withSelectionBackReference(0, firstIndex);

Completed in 524 milliseconds

1 2 3