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

1 2 3 4 5

  /external/proguard/src/proguard/
WordReader.java 44 private int currentIndex;
134 currentIndex < currentLineLength &&
135 Character.isWhitespace(currentLine.charAt(currentIndex)))
137 currentIndex++;
141 while (currentLine == null || currentIndex == currentLineLength)
167 currentIndex = 0;
168 while (currentIndex < currentLineLength &&
169 Character.isWhitespace(currentLine.charAt(currentIndex)))
171 currentIndex++;
176 int startIndex = currentIndex;
    [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/webkit/Source/WebKit2/Shared/
SessionState.h 41 SessionState(const BackForwardListItemVector&, uint32_t currentIndex);
44 uint32_t currentIndex() const { return m_currentIndex; }
SessionState.cpp 54 SessionState::SessionState(const BackForwardListItemVector& list, uint32_t currentIndex)
56 , m_currentIndex(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/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 60 int currentIndex = m_current;
65 if (i <= static_cast<size_t>(currentIndex))
66 currentIndex--;
81 RetainPtr<CFNumberRef> currentIndexNumber(AdoptCF, CFNumberCreate(0, kCFNumberIntType, &currentIndex));
97 CFIndex currentIndex;
98 if (!CFNumberGetValue(cfIndex, kCFNumberCFIndexType, &currentIndex)) {
110 if (currentIndex != static_cast<CFIndex>(NoCurrentItemIndex) && currentIndex >= size) {
111 LOG(SessionState, "WebBackForwardList dictionary representation contains an invalid current index (%ld) for the number of entries (%ld)", currentIndex, size);
115 if (currentIndex == static_cast<CFIndex>(NoCurrentItemIndex) && size)
    [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);
LayoutTestBase.java 61 * @param currentIndex If the dragged widget is already in the canvas this
69 Point secondDropPoint, int insertIndex, int currentIndex,
72 String draggedButtonId = (currentIndex == -1) ? "@+id/DraggedButton" : targetNode
73 .getChildren()[currentIndex].getStringAttr(ANDROID_URI, ATTR_ID);
84 if (currentIndex != -1) {
129 if (currentIndex == -1) {
134 ((TestNode) targetNode).removeChild(currentIndex);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractQueueTest.java 42 private int currentIndex = -1;
45 return size > 0 && currentIndex < size;
52 currentIndex++;
53 return (E) elements[currentIndex];
57 if (-1 == currentIndex) {
60 for (int i = currentIndex; i < size - 1; i++) {
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java 152 int currentIndex = numOfEntries - 1;
160 currentIndex = binarySearch(0, currentIndex, phonePrefix);
161 if (currentIndex < 0) {
164 int currentPrefix = areaCodeMapStorage.getPrefix(currentIndex);
166 return areaCodeMapStorage.getDescription(currentIndex);
  /external/icu4c/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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 134 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes);
135 if (currentIndex == INDEX_NOT_FOUND) {
140 final int nextIndex = (currentIndex + 1) % enabledSubtypes.size();
141 if (nextIndex <= currentIndex && !onlyCurrentIme) {
154 final int currentIndex = getImiIndexInList(mInputMethodInfoOfThisIme, enabledImis);
155 if (currentIndex == INDEX_NOT_FOUND) {
160 final InputMethodInfo nextImi = getNextNonAuxiliaryIme(currentIndex, enabledImis);
186 private static InputMethodInfo getNextNonAuxiliaryIme(final int currentIndex,
190 final int nextIndex = (currentIndex + i) % count;
196 return imiList.get(currentIndex);
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 183 TBrCtlSelectOptionData data(*itemStr, i == currentIndex(), false, itemIsEnabled(i));
197 newIndex = currentIndex();
202 if (currentIndex() != newIndex && newIndex >= 0)
233 int currentIndex = -1;
252 currentIndex = i;
257 if (currentIndex >= 0)
258 m_combo->setCurrentIndex(currentIndex);
  /external/icu4c/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/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.cpp 120 int currentIndex = mRequestedOperations.size() - 1;
136 currentIndex = i;
146 mRequestedOperations.remove(currentIndex);
  /external/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]);
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java 44 private int currentIndex = -1;
47 return size > 0 && currentIndex < size;
54 currentIndex++;
55 return (E) elements[currentIndex];
59 if (-1 == currentIndex) {
62 for (int i = currentIndex; i < size - 1; i++) {
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 97 int currentIndex = currentEntryIndex();
101 if (currentIndex == -1)
106 m_pendingEntryIndex = currentIndex;
  /external/webkit/Source/WebKit2/UIProcess/
WebBackForwardList.h 73 uint32_t currentIndex() { return m_current; }
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 275 private int currentIndex = -1;
280 return currentIndex < size - 1;
288 return elements[++currentIndex];
296 removeAt(currentIndex--);

Completed in 672 milliseconds

1 2 3 4 5