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

1 2 3 4 5 6 7

  /external/proguard/src/proguard/
WordReader.java 44 private int currentIndex;
138 while (currentIndex < currentLineLength &&
139 Character.isWhitespace(currentLine.charAt(currentIndex)))
141 currentIndex++;
145 if (currentIndex < currentLineLength &&
146 isComment(currentLine.charAt(currentIndex)))
148 currentIndex = currentLineLength;
153 while (currentLine == null || currentIndex == currentLineLength)
164 currentIndex = 0;
165 while (currentIndex < currentLineLength &
    [all...]
  /external/hamcrest/src/org/hamcrest/internal/
ArrayIterator.java 8 private int currentIndex = 0;
18 return currentIndex < Array.getLength(array);
22 return Array.get(array, currentIndex++);
  /external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java 61 protected int currentIndex;
94 this.currentIndex = findNext(-1);
143 return (this.currentIndex >= 0);
157 final int current = this.currentIndex;
163 this.currentIndex = findNext(current);
194 this.currentIndex--; // adjust for the removed element
BasicHeaderIterator.java 61 protected int currentIndex;
87 this.currentIndex = findNext(-1);
130 return (this.currentIndex >= 0);
144 final int current = this.currentIndex;
149 this.currentIndex = findNext(current);
  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionIndexCache.h 157 unsigned currentIndex = cachedNodeIndex();
158 ASSERT(currentIndex > index);
161 bool firstIsCloser = index < currentIndex - index;
171 NodeType* currentNode = collection.traverseBackwardToOffset(index, *cachedNode(), currentIndex);
173 setCachedNode(currentNode, currentIndex);
181 unsigned currentIndex = cachedNodeIndex();
182 ASSERT(currentIndex < index);
185 bool lastIsCloser = isCachedNodeCountValid() && cachedNodeCount() - index < index - currentIndex;
196 NodeType* currentNode = collection.traverseForwardToOffset(index, *cachedNode(), currentIndex);
199 setCachedNodeCount(currentIndex + 1)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 30 int insertIndex, int currentIndex, String... graphicsFragments) {
44 secondDragPoint, insertIndex, currentIndex, graphicsFragments);
48 int insertIndex, int currentIndex, String[] extraFragments,
58 currentIndex, combined);
FrameLayoutRuleTest.java 26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
40 insertIndex, currentIndex, graphicsFragments);
AbsoluteLayoutRuleTest.java 28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
42 insertIndex, currentIndex, graphicsFragments);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
AnnotationsDirectory.java 213 private int currentIndex;
220 this.currentIndex = 0;
224 while (currentItemIndex < itemIndex && (currentIndex+1) < size) {
225 currentIndex++;
226 currentItemIndex = dexFile.readSmallUint(startOffset + (currentIndex*8));
230 return dexFile.readSmallUint(startOffset + (currentIndex*8)+4);
237 this.currentIndex = 0;
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_debugger.cpp 113 int currentIndex = fDebugger.index();
114 if (currentIndex > 1) {
115 fDebugger.setIndex(currentIndex - 1);
123 int currentIndex = fDebugger.index();
124 if (currentIndex < fDebugger.getSize() -1) {
125 fDebugger.setIndex(currentIndex + 1);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PhonePrefixMap.java 153 int currentIndex = numOfEntries - 1;
161 currentIndex = binarySearch(0, currentIndex, phonePrefix);
162 if (currentIndex < 0) {
165 int currentPrefix = phonePrefixMapStorage.getPrefix(currentIndex);
167 return phonePrefixMapStorage.getDescription(currentIndex);
  /external/skia/platform_tools/nacl/src/
nacl_debugger.cpp 113 int currentIndex = fDebugger.index();
114 if (currentIndex > 1) {
115 fDebugger.setIndex(currentIndex - 1);
123 int currentIndex = fDebugger.index();
124 if (currentIndex < fDebugger.getSize() -1) {
125 fDebugger.setIndex(currentIndex + 1);
  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.h 44 return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
53 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
59 int index = fFilterCombo.currentIndex();
  /external/skia/debugger/QT/
SkSettingsWidget.h 44 return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
53 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
59 int index = fFilterCombo.currentIndex();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
TabModelOrderController.java 60 int currentIndex = TabModelUtils.getTabIndexById(currentModel, currentId);
66 return currentIndex + 1;
70 int index = getIndexOfLastTabOpenedBy(currentId, currentIndex);
74 return currentIndex + 1;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 154 static int16_t currentIndex = 0; /* the current index into the data trie */
271 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex;
276 limitIndex = currentIndex;
284 trieWord = currentIndex << 2;
318 if(currentIndex+value->length+1 > _SPREP_MAX_INDEX_VALUE){
319 fprintf(stderr, "Too many entries in the mapping table %i. Maximum allowed is %i\n", currentIndex+value->length, _SPREP_MAX_INDEX_VALUE);
324 if(currentIndex+value->length+1 <= mappingDataCapacity){
328 mappingData[currentIndex++] = (uint16_t) mappingLength;
331 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
332 currentIndex += value->length
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebBackForwardListChromium.java 86 int currentIndex) {
88 mCurrentIndex = currentIndex;
  /external/chromium_org/third_party/icu/source/common/
normlzr.cpp 34 currentIndex(0), nextIndex(0),
43 currentIndex(0), nextIndex(0),
52 currentIndex(0), nextIndex(0),
61 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
101 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
288 currentIndex=nextIndex=text->setToStart();
295 currentIndex=nextIndex=text->getIndex();
314 currentIndex=nextIndex=text->setToEnd();
335 return currentIndex;
    [all...]
ulist.c 30 int32_t currentIndex;
52 newList->currentIndex = -1;
66 list->currentIndex = 0;
118 list->currentIndex++;
155 list->currentIndex++;
171 list->currentIndex = 0;
  /external/icu/icu4c/source/common/
normlzr.cpp 35 currentIndex(0), nextIndex(0),
44 currentIndex(0), nextIndex(0),
53 currentIndex(0), nextIndex(0),
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
287 currentIndex=nextIndex=text->setToStart();
294 currentIndex=nextIndex=text->getIndex();
313 currentIndex=nextIndex=text->setToEnd();
334 return currentIndex;
    [all...]
ulist.c 30 int32_t currentIndex;
52 newList->currentIndex = -1;
66 list->currentIndex = 0;
118 list->currentIndex++;
155 list->currentIndex++;
171 list->currentIndex = 0;
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 118 int currentIndex = 0;
124 shadowIndices[currentIndex++] = i + baseIndex;
125 shadowIndices[currentIndex++] = rays + i + baseIndex;
128 shadowIndices[currentIndex++] = 0 + baseIndex;
130 shadowIndices[currentIndex++] = rays + baseIndex;
134 if (currentIndex != MAX_SHADOW_INDEX_COUNT) {
136 currentIndex, MAX_SHADOW_INDEX_COUNT);
  /external/icu/icu4c/source/tools/gensprep/
store.c 155 static int16_t currentIndex = 0; /* the current index into the data trie */
269 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex;
274 limitIndex = currentIndex;
282 trieWord = currentIndex << 2;
316 if(currentIndex+value->length+1 > _SPREP_MAX_INDEX_VALUE){
318 currentIndex+value->length, _SPREP_MAX_INDEX_VALUE);
326 mappingData[currentIndex++] = (uint16_t) mappingLength;
329 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
330 currentIndex += value->length;
331 if (currentIndex > mappingDataCapacity)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 92 int currentIndex = 0;
95 if (index == -1 || index == currentIndex) {
98 currentIndex++;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFCatalog.cpp 81 uint32_t currentIndex = pos;
82 if (fCatalog[currentIndex].fObjNumAssigned) {
83 return currentIndex + 1;
92 if (fCatalog[currentIndex].fOnFirstPage) {
103 if (objNum - 1 != currentIndex) {
104 SkTSwap(fCatalog[objNum - 1], fCatalog[currentIndex]);

Completed in 547 milliseconds

1 2 3 4 5 6 7