HomeSort by relevance Sort by last modified time
    Searched defs:oldIndex (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 159 int oldIndex = this->searchByKey(oldKey);
160 if (oldIndex < index) {
164 fKeyTable.remove(oldIndex);
  /external/skqp/src/gpu/effects/
GrTextureStripAtlas.cpp 150 int oldIndex = this->searchByKey(oldKey);
151 if (oldIndex < index) {
155 fKeyTable.remove(oldIndex);
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
CardPanel.java 91 int oldIndex = mOrderedChildren.indexOf(child);
92 if (oldIndex == -1) {
97 if (newIndex == oldIndex) {
104 mOrderedChildren.set(oldIndex, tmpChild);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ScientificNumberFormatter.java 129 int oldIndex = iterator.getIndex();
135 iterator.setIndex(oldIndex);
262 int oldIndex = iterator.getIndex();
272 iterator.setIndex(oldIndex);
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 336 int32_t oldIndex=mem->idx;
337 int32_t newIndex=oldIndex+1;
339 p=(char *)mem->array+oldIndex*mem->size;
349 int32_t oldIndex=mem->idx;
350 int32_t newIndex=oldIndex+n;
352 p=(char *)mem->array+oldIndex*mem->size;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ScientificNumberFormatter.java 140 int oldIndex = iterator.getIndex();
146 iterator.setIndex(oldIndex);
273 int oldIndex = iterator.getIndex();
283 iterator.setIndex(oldIndex);
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 483 GLuint oldIndex;
486 update_input_ptrs(ctx, oldIndex = elts[start++]);
491 adjust_input_ptrs(ctx, elts[start] - oldIndex);
492 oldIndex = elts[start];
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 125 int oldIndex = toInsert.index;
126 toInsert.parent.children.remove(oldIndex);
127 toInsert.parent.refreshIndices(oldIndex);
  /libcore/ojluni/src/main/java/java/text/
MergeCollation.java 257 int oldIndex = -1;
267 oldIndex = patterns.lastIndexOf(newEntry);
274 oldIndex = patterns.lastIndexOf(newEntry);
276 if (oldIndex != -1) {
277 patterns.remove(oldIndex);
312 int oldIndex = -1;
317 oldIndex = patterns.lastIndexOf(entry);
320 oldIndex = patterns.lastIndexOf(entry);
322 if ((oldIndex == -1))
324 + entry, oldIndex);
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/
SortedArrayAdapter.java 168 int oldIndex = indexWithId(item);
169 if (oldIndex != -1) {
170 T old = (T) get(oldIndex);
172 replace(oldIndex, item);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
InputPointersTests.java 313 final int oldIndex = i + shiftAmount;
314 final int x = oldIndex;
315 final int y = oldIndex * 2;
316 final int pointerId = oldIndex * 3;
317 final int time = oldIndex * 4;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 244 int oldIndex = index; // save original index
262 if (index - oldIndex != 5) { // +1 to account for separator
263 index = oldIndex;
283 int oldIndex = index;
290 if (index - oldIndex != 5) { // +1 to account for separator
291 index = oldIndex;
303 int oldIndex = index;
328 index = oldIndex;
360 int oldIndex = index;
363 int charsSkipped = index - oldIndex;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDParser.java 242 int oldIndex = index; // save original index
260 if (index - oldIndex != 5) { // +1 to account for separator
261 index = oldIndex;
281 int oldIndex = index;
288 if (index - oldIndex != 5) { // +1 to account for separator
289 index = oldIndex;
301 int oldIndex = index;
326 index = oldIndex;
358 int oldIndex = index;
361 int charsSkipped = index - oldIndex;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 242 int oldIndex = index; // save original index
260 if (index - oldIndex != 5) { // +1 to account for separator
261 index = oldIndex;
281 int oldIndex = index;
288 if (index - oldIndex != 5) { // +1 to account for separator
289 index = oldIndex;
301 int oldIndex = index;
326 index = oldIndex;
358 int oldIndex = index;
361 int charsSkipped = index - oldIndex;
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 178 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode);
179 if (oldIndex >= 0) {
180 delete map->mKeys.valueAt(oldIndex);
181 map->mKeys.editValueAt(oldIndex) = new Key(*key);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]
uresdata.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 434 int oldIndex = -1;
445 if (oldIndex == -1)
446 oldIndex = i;
450 AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMatching);
451 // AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, type);
452 oldIndex = -1;
459 if (oldIndex != -1)
461 throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIndex]);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 124 int64_t oldIndex = utext_getNativeIndex(text);
149 utext_setNativeIndex(text, oldIndex);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011