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

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/
DoubleBufferedDeque.h 32 int oldIndex = m_activeIndex;
35 return m_queue[oldIndex];
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_bridge.h 15 - (void)sourceMovedFrom:(int)oldIndex to:(int)newIndex;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.cpp 79 for (unsigned oldIndex = 0; oldIndex < oldStyleSheetCount; ++oldIndex) {
80 while (oldStyleSheets[oldIndex] != newStylesheets[newIndex]) {
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 330 int32_t oldIndex=mem->idx;
331 int32_t newIndex=oldIndex+1;
333 p=(char *)mem->array+oldIndex*mem->size;
343 int32_t oldIndex=mem->idx;
344 int32_t newIndex=oldIndex+n;
346 p=(char *)mem->array+oldIndex*mem->size;
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 331 int32_t oldIndex=mem->idx;
332 int32_t newIndex=oldIndex+1;
334 p=(char *)mem->array+oldIndex*mem->size;
344 int32_t oldIndex=mem->idx;
345 int32_t newIndex=oldIndex+n;
347 p=(char *)mem->array+oldIndex*mem->size;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 313 for (int oldIndex = 0; oldIndex < size(); oldIndex++) {
314 if (!exclusionSet.get(oldIndex)) {
315 result.set0(newIndex, get0(oldIndex));
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpecList.java 314 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/
BookmarksBridge.java 64 * @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,
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) {
514 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
518 observer.bookmarkNodeMoved(oldParent, oldIndex, newParent, newIndex);
532 private void bookmarkNodeRemoved(BookmarkItem parent, int oldIndex, BookmarkItem node)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 488 * RuntimeException if {@code oldIndex} was not a successor.
490 * @param oldIndex index of old successor block
493 public void replaceSuccessor(int oldIndex, int newIndex) {
494 if (oldIndex == newIndex) {
501 if (primarySuccessor == oldIndex) {
506 if (successorList.get(i) == oldIndex) {
511 successors.clear(oldIndex);
517 parent.getBlocks().get(oldIndex).predecessors.clear(index);
523 * @param oldIndex index of successor block to remove
525 public void removeSuccessor(int oldIndex) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 489 * RuntimeException if {@code oldIndex} was not a successor.
491 * @param oldIndex index of old successor block
494 public void replaceSuccessor(int oldIndex, int newIndex) {
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) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 418 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] = -1
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 344 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex);
388 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
389 indexMap.stringIds[oldIndex] = newIndex;
411 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
415 indexMap.typeIds[oldIndex] = (short) newIndex;
434 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
454 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
458 indexMap.protoIds[oldIndex] = (short) newIndex;
477 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
481 indexMap.fieldIds[oldIndex] = (short) newIndex
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 141 int oldIndex = this->searchByKey(oldKey);
142 if (oldIndex < index) {
146 fKeyTable.remove(oldIndex);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 379 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.cpp     [all...]
uresdata.c 772 int32_t i, oldIndex;
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);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]
uresdata.c 770 int32_t i, oldIndex;
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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 468 GLuint oldIndex;
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/
t_vertex.c 468 GLuint oldIndex;
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/
CTableCombo.java 389 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/
DOMPatchSupport.cpp 236 size_t oldIndex = oldList.size() - i - 1;
238 oldMap[oldIndex].first = oldList[oldIndex].get();
239 oldMap[oldIndex].second = newIndex;
241 newMap[newIndex].second = oldIndex;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TabbedPane.js 753 var oldIndex = this._tabs.indexOf(tab);
754 this._tabs.splice(oldIndex, 1);
755 if (oldIndex < index)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
681 inst[i].SrcReg[j].Index == oldIndex) {
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
681 inst[i].SrcReg[j].Index == oldIndex) {
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]

Completed in 1684 milliseconds

1 2