Searched defs:oldLabel (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java161 * @param oldLabel label of successor to replace
164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { argument
168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
171 if (newPrimarySuccessor == oldLabel) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLabeledList.java80 * @param oldLabel label to remove
82 private void removeLabel(int oldLabel) { argument
83 labelToIndex.set(oldLabel, -1);
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkWidgetViews.cpp162 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[]) argument
264 virtual void onLabelChange(const char oldLabel[], const char newLabel[]) argument
266 this->INHERITED::onLabelChange(oldLabel, newLabel);
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp162 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[]) argument
264 virtual void onLabelChange(const char oldLabel[], const char newLabel[]) argument
266 this->INHERITED::onLabelChange(oldLabel, newLabel);

Completed in 210 milliseconds