HomeSort by relevance Sort by last modified time
    Searched full:oldindex (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 118 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++)
121 variableMap[oldIndex] = oldIndex;
124 if (oldIndex >= parameterSize &&
125 oldIndex < MAX_VARIABLES_SIZE)
128 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
130 if (areNonOverlapping(oldIndex, newIndex, codeLength))
132 variableMap[oldIndex] = newIndex
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolSorter.java 64 for (int oldIndex = 1; oldIndex < constantPoolCount; oldIndex++)
66 Constant constant = programClass.constantPool[oldIndex];
70 new ComparableConstant(programClass, oldIndex, constant);
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_selection_model.js 36 this.selectedIndexes = oldSelectedIndexes.map(function(oldIndex) {
37 return permutation[oldIndex];
table_data_model.js 102 var oldIndex = this.indexes_[i];
103 if (oldIndex < index) {
104 newIndexes.push(oldIndex);
106 } else if (oldIndex >= index + deleteCount) {
107 newIndexes.push(oldIndex - deleteCount + addCount);
  /external/icu4c/tools/toolutil/
toolutil.cpp 308 int32_t oldIndex=mem->idx;
309 int32_t newIndex=oldIndex+1;
311 p=(char *)mem->array+oldIndex*mem->size;
321 int32_t oldIndex=mem->idx;
322 int32_t newIndex=oldIndex+n;
324 p=(char *)mem->array+oldIndex*mem->size;
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.mm 331 size_t oldIndex = g_zombieIndex;
345 g_zombieIndex = oldIndex;
356 oldIndex = (oldIndex + oldCount - sharedCount) % oldCount;
360 DCHECK_LT(oldIndex, oldCount);
361 std::swap(g_zombies[g_zombieIndex], oldZombies[oldIndex]);
362 oldIndex = (oldIndex + 1) % oldCount;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge_unittest.mm 55 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
bookmark_bar_bridge.mm 41 oldParent:old_parent oldIndex:old_index
  /external/quake/quake/src/QW/server/
sv_ents.c 255 int oldindex, newindex; local
278 oldindex = 0;
281 while (newindex < to->num_entities || oldindex < oldmax)
284 oldnum = oldindex >= oldmax ? 9999 : from->entities[oldindex].number;
289 SV_WriteDelta (&from->entities[oldindex], &to->entities[newindex], msg, false);
290 oldindex++;
308 oldindex++;
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module_constants.cc 12 const char kOldIndexKey[] = "oldIndex";
  /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);
  /external/quake/quake/src/QW/client/
cl_ents.c 269 int oldindex, newindex; local
309 oldindex = 0;
324 while (oldindex < oldp->num_entities)
326 //Con_Printf ("copy %i\n", oldp->entities[oldindex].number);
329 newp->entities[newindex] = oldp->entities[oldindex];
331 oldindex++;
336 oldnum = oldindex >= oldp->num_entities ? 9999 : oldp->entities[oldindex].number;
351 newp->entities[newindex] = oldp->entities[oldindex];
353 oldindex++;
    [all...]
  /dalvik/dx/src/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/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));
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 341 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex);
385 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
386 indexMap.stringIds[oldIndex] = newIndex;
408 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
412 indexMap.typeIds[oldIndex] = (short) newIndex;
431 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
451 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
455 indexMap.protoIds[oldIndex] = (short) newIndex;
474 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) {
478 indexMap.fieldIds[oldIndex] = (short) newIndex
    [all...]
  /dalvik/dx/src/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/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/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 141 int oldIndex = this->searchByKey(oldKey);
142 if (oldIndex < index) {
146 fKeyTable.remove(oldIndex);
  /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/icu4c/common/
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...]
ucnv_io.cpp     [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.js 123 var oldIndex = -1;
129 oldIndex = i;
157 } else if (oldIndex != -1) {
159 oldData.splice(oldIndex, 1, newItem);
174 addPinnedUrl(oldItem, oldIndex);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java     [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_list.js 276 var bookmarkNode = this.dataModel.item(moveInfo.oldIndex);
277 this.dataModel.splice(moveInfo.oldIndex, 1);

Completed in 623 milliseconds

1 2 3