Searched refs:oldIndex (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDoubleBufferedDeque.h32 int oldIndex = m_activeIndex; local
35 return m_queue[oldIndex];
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolSorter.java64 for (int oldIndex = 1; oldIndex < constantPoolCount; oldIndex++)
66 Constant constant = programClass.constantPool[oldIndex];
70 new ComparableConstant(programClass, oldIndex, constant);
/external/proguard/src/proguard/optimize/evaluation/
H A DVariableOptimizer.java126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++)
129 variableMap[oldIndex] = oldIndex;
132 if (oldIndex >= parameterSize &&
133 oldIndex < MAX_VARIABLES_SIZE)
136 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
138 if (areNonOverlapping(oldIndex, newIndex, codeLength))
140 variableMap[oldIndex]
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/media_picker/
H A Ddesktop_media_picker_bridge.h15 - (void)sourceMovedFrom:(int)oldIndex to:(int)newIndex;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfolder_shortcuts_data_model.js418 var oldIndex = 0; // Index of oldArray.
423 for (; oldIndex < oldArray.length; oldIndex++) {
425 // oldArray[oldIndex] is deleted, which is not in the new array.
426 permutation[oldIndex] = -1;
433 if (util.isSameEntry(oldArray[oldIndex], newArray[newIndex])) {
434 permutation[oldIndex] = newIndex;
439 // oldArray[oldIndex] is deleted, which is not in the new array.
440 if (this.compare(oldArray[oldIndex], newArray[newIndex]) < 0) {
441 permutation[oldIndex]
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScopeStyleSheetCollection.cpp79 for (unsigned oldIndex = 0; oldIndex < oldStyleSheetCount; ++oldIndex) {
80 while (oldStyleSheets[oldIndex] != newStylesheets[newIndex]) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp330 int32_t oldIndex=mem->idx; local
331 int32_t newIndex=oldIndex+1;
333 p=(char *)mem->array+oldIndex*mem->size;
343 int32_t oldIndex=mem->idx; local
344 int32_t newIndex=oldIndex+n;
346 p=(char *)mem->array+oldIndex*mem->size;
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp331 int32_t oldIndex=mem->idx; local
332 int32_t newIndex=oldIndex+1;
334 p=(char *)mem->array+oldIndex*mem->size;
344 int32_t oldIndex=mem->idx; local
345 int32_t newIndex=oldIndex+n;
347 p=(char *)mem->array+oldIndex*mem->size;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Darray_data_model.js124 var oldIndex = this.indexes_[i];
125 if (oldIndex < index) {
126 newIndexes.push(oldIndex);
128 } else if (oldIndex >= index + deleteCount) {
129 newIndexes.push(oldIndex - deleteCount + addCount);
H A Dlist_selection_model.js252 this.selectedIndexes = oldSelectedIndexes.map(function(oldIndex) {
253 return permutation[oldIndex];
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecList.java314 for (int oldIndex = 0; oldIndex < size(); oldIndex++) {
315 if (!exclusionSet.get(oldIndex)) {
316 result.set0(newIndex, get0(oldIndex));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarksBridge.java64 * @param oldIndex The index of the node in the old parent.
69 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
86 * @param oldIndex The index of the removed node in the parent before it was removed.
90 public void bookmarkNodeRemoved(BookmarkItem parent, int oldIndex, BookmarkItem node, argument
94 bookmarkNodeRemoved(parent, oldIndex, node);
101 * @param oldIndex The index of the removed node in the parent before it was removed.
104 public void bookmarkNodeRemoved(BookmarkItem parent, int oldIndex, BookmarkItem node) { argument
514 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
518 observer.bookmarkNodeMoved(oldParent, oldIndex, newParent, newIndex);
532 private void bookmarkNodeRemoved(BookmarkItem parent, int oldIndex, BookmarkIte argument
68 bookmarkNodeMoved( BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) argument
513 bookmarkNodeMoved( BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java489 * RuntimeException if {@code oldIndex} was not a successor.
491 * @param oldIndex index of old successor block
494 public void replaceSuccessor(int oldIndex, int newIndex) { argument
495 if (oldIndex == newIndex) {
502 if (primarySuccessor == oldIndex) {
507 if (successorList.get(i) == oldIndex) {
512 successors.clear(oldIndex);
518 parent.getBlocks().get(oldIndex).predecessors.clear(index);
524 * @param oldIndex index of successor block to remove
526 public void removeSuccessor(int oldIndex) { argument
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist_selection_model.js330 this.selectedIndexes = this.selectedIndexes.map(function(oldIndex) {
331 return permutation[oldIndex];
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp141 int oldIndex = this->searchByKey(oldKey); local
142 if (oldIndex < index) {
146 fKeyTable.remove(oldIndex);
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp141 int oldIndex = this->searchByKey(oldKey); local
142 if (oldIndex < index) {
146 fKeyTable.remove(oldIndex);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h379 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp1201 uint16_t oldIndex; local
1284 oldIndex=tempTable.rows[i].sortIndex;
1285 ds->swapArray16(ds, p+oldIndex, 2, q+i, pErrorCode);
1286 ds->swapArray16(ds, p2+oldIndex, 2, q2+i, pErrorCode);
1297 oldIndex=tempTable.rows[i].sortIndex;
1298 ds->swapArray16(ds, p+oldIndex, 2, r+i, pErrorCode);
1303 oldIndex=tempTable.rows[i].sortIndex;
1304 ds->swapArray16(ds, p2+oldIndex, 2, r+i, pErrorCode);
H A Duresdata.c772 int32_t i, oldIndex; local
887 oldIndex=pTempTable->rows[i].sortIndex;
888 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
902 oldIndex=pTempTable->rows[i].sortIndex;
903 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
921 oldIndex=pTempTable->rows[i].sortIndex;
922 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp1201 uint16_t oldIndex; local
1284 oldIndex=tempTable.rows[i].sortIndex;
1285 ds->swapArray16(ds, p+oldIndex, 2, q+i, pErrorCode);
1286 ds->swapArray16(ds, p2+oldIndex, 2, q2+i, pErrorCode);
1297 oldIndex=tempTable.rows[i].sortIndex;
1298 ds->swapArray16(ds, p+oldIndex, 2, r+i, pErrorCode);
1303 oldIndex=tempTable.rows[i].sortIndex;
1304 ds->swapArray16(ds, p2+oldIndex, 2, r+i, pErrorCode);
H A Duresdata.c770 int32_t i, oldIndex; local
885 oldIndex=pTempTable->rows[i].sortIndex;
886 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
900 oldIndex=pTempTable->rows[i].sortIndex;
901 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
919 oldIndex=pTempTable->rows[i].sortIndex;
920 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.c468 GLuint oldIndex; local
471 update_input_ptrs(ctx, oldIndex = elts[start++]);
476 adjust_input_ptrs(ctx, elts[start] - oldIndex);
477 oldIndex = elts[start];
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.c468 GLuint oldIndex; local
471 update_input_ptrs(ctx, oldIndex = elts[start++]);
476 adjust_input_ptrs(ctx, elts[start] - oldIndex);
477 oldIndex = elts[start];
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java389 int oldIndex = getSelectionIndex();
391 select(Math.max(oldIndex - 1, 0));
393 select(Math.min(oldIndex + 1, getItemCount() - 1));
395 if (oldIndex != getSelectionIndex()) {
409 int oldIndex = getSelectionIndex();
420 if (oldIndex != getSelectionIndex()) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp236 size_t oldIndex = oldList.size() - i - 1; local
238 oldMap[oldIndex].first = oldList[oldIndex].get();
239 oldMap[oldIndex].second = newIndex;
241 newMap[newIndex].second = oldIndex;

Completed in 6342 milliseconds

123