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

12 3 4 5 6 7

  /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/harmony-tests/src/test/java/org/apache/harmony/tests/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++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 131 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes);
132 if (currentIndex == INDEX_NOT_FOUND) {
137 final int nextIndex = (currentIndex + 1) % enabledSubtypes.size();
138 if (nextIndex <= currentIndex && !onlyCurrentIme) {
151 final int currentIndex = getImiIndexInList(getInputMethodInfoOfThisIme(), enabledImis);
152 if (currentIndex == INDEX_NOT_FOUND) {
157 final InputMethodInfo nextImi = getNextNonAuxiliaryIme(currentIndex, enabledImis);
183 private static InputMethodInfo getNextNonAuxiliaryIme(final int currentIndex,
187 final int nextIndex = (currentIndex + i) % count;
193 return imiList.get(currentIndex);
    [all...]
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 103 int currentIndex = 0;
109 copyVertex(&buffer[currentIndex++], &perimeter[srcAindex]);
111 copyVertex(&buffer[currentIndex++], &perimeter[srcBindex]);
121 int currentIndex = 0;
138 Vertex::set(&buffer[currentIndex++],
142 Vertex::set(&buffer[currentIndex++],
152 copyVertex(&buffer[currentIndex++], &buffer[0]);
153 copyVertex(&buffer[currentIndex++], &buffer[1]);
160 int currentIndex = 0;
178 Vertex::set(&buffer[currentIndex++]
    [all...]
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 103 int currentIndex = 0;
109 copyVertex(&buffer[currentIndex++], &perimeter[srcAindex]);
111 copyVertex(&buffer[currentIndex++], &perimeter[srcBindex]);
121 int currentIndex = 0;
138 Vertex::set(&buffer[currentIndex++],
142 Vertex::set(&buffer[currentIndex++],
152 copyVertex(&buffer[currentIndex++], &buffer[0]);
153 copyVertex(&buffer[currentIndex++], &buffer[1]);
160 int currentIndex = 0;
178 Vertex::set(&buffer[currentIndex++]
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinner.java 59 int currentIndex = 0;
63 setSelection(currentIndex, true);
66 currentIndex++;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
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);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_map.i 155 private int currentIndex;
162 currentIndex = -1;
170 if (currentIndex == -1)
172 if (currentIndex > currentSize - 1)
189 bool moveOkay = (currentIndex+1 < size) && (size == currentSize);
191 currentIndex++;
192 $typemap(cstype, K) currentKey = keyCollection[currentIndex];
201 currentIndex = -1;
209 currentIndex = -1;
std_vector.i 148 private int currentIndex;
154 currentIndex = -1;
162 if (currentIndex == -1)
164 if (currentIndex > currentSize - 1)
181 bool moveOkay = (currentIndex+1 < size) && (size == currentSize);
183 currentIndex++;
184 currentObject = collectionRef[currentIndex];
192 currentIndex = -1;
201 currentIndex = -1;
  /frameworks/base/libs/hwui/
PathTessellator.cpp 186 int currentIndex = 0;
192 buffer[currentIndex++] = perimeter[srcAindex];
194 buffer[currentIndex++] = perimeter[srcBindex];
211 int currentIndex = 0;
224 Vertex::set(&buffer[currentIndex++],
228 Vertex::set(&buffer[currentIndex++],
238 buffer[currentIndex++] = buffer[0];
239 buffer[currentIndex++] = buffer[1];
245 const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) {
255 Vertex::set(&buffer[currentIndex++], referencePoint + strokeOffset)
    [all...]
SpotShadow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValuesTest.cpp 97 ASSERT_FALSE(list.currentIndex());
  /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--);
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 224 int currentIndex = -1;
232 if (currentIndex >= 0)
236 currentIndex = j;
240 if (currentIndex == -1 && !charsSet.EmptyAllowed)
242 indices.Add(currentIndex);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 426 int currentIndex = m_next-1;
428 if((currentIndex >= 0) && (currentIndex < vec.size()))
429 return vec.elementAt(currentIndex);
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
SettingsDialog.java 215 int currentIndex = Arrays.asList(presetSettingChoices).indexOf(
219 currentIndex++;
222 currentIndex--;
227 int newIndex = (currentIndex + presetSettingChoices.length) % presetSettingChoices.length;
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 174 this.currentIndex = 0;
195 this.hasRun = this.currentIndex === this.cases.length;
202 this.cases[this.currentIndex].Run(this, function() {
203 ++this.currentIndex;
223 this.hasRun = this.currentIndex === this.cases.length;
226 ++this.currentIndex;
  /frameworks/base/core/java/android/util/
PathParser.java 205 int currentIndex = start;
208 for (; currentIndex < s.length(); currentIndex++) {
209 char currentChar = s.charAt(currentIndex);
216 if (currentIndex != start) {
228 result.mEndPosition = currentIndex;
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.cpp 314 static inline bool parentHeapPropertyHolds(const TimerBase* current, const Vector<TimerBase*>& heap, unsigned currentIndex)
316 if (!currentIndex)
318 unsigned parentIndex = (currentIndex - 1) / 2;
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 737 size_t currentIndex = root->globalEmptyPageRingIndex;
738 PartitionPage* pageToFree = root->globalEmptyPageRing[currentIndex];
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 396 * @param currentIndex the current array index if an arrey is traversed
399 protected String accumulatePath(XMPNode currNode, String parentPath, int currentIndex)
410 segmentName = "[" + String.valueOf(currentIndex) + "]";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
SourceFrame.js 509 var currentIndex = this._searchResultIndexForCurrentSelection();
510 var nextIndex = this._currentSearchResultIndex === -1 ? currentIndex : currentIndex + 1;
516 var currentIndex = this._searchResultIndexForCurrentSelection();
517 this.jumpToSearchResult(currentIndex - 1);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 293 final int currentIndex = getIndex(imi, subtype);
294 if (currentIndex < 0) {
300 final int candidateIndex = (currentIndex + offset) % N;
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodSubtypeSwitchingControllerTest.java 140 final int currentIndex = i;
141 final int nextIndex = (currentIndex + 1) % N;
143 expectedRotationOrderOfImeSubtypeList[currentIndex];
  /external/chromium_org/third_party/icu/source/common/unicode/
normlzr.h 752 // of the source in [currentIndex..nextIndex[ .
753 int32_t currentIndex, nextIndex;

Completed in 573 milliseconds

12 3 4 5 6 7