HomeSort by relevance Sort by last modified time
    Searched refs:oldLabel (Results 1 - 9 of 9) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 80 * @param oldLabel label to remove
82 protected void removeLabel(int oldLabel) {
83 labelToIndex.set(oldLabel, -1);
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 80 * @param oldLabel label to remove
82 private void removeLabel(int oldLabel) {
83 labelToIndex.set(oldLabel, -1);
  /external/dexmaker/src/dx/java/com/android/dx/util/
LabeledList.java 80 * @param oldLabel label to remove
82 private void removeLabel(int oldLabel) {
83 labelToIndex.set(oldLabel, -1);
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 161 * @param oldLabel label of successor to replace
164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) {
168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
171 if (newPrimarySuccessor == oldLabel) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 161 * @param oldLabel label of successor to replace
164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) {
168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
171 if (newPrimarySuccessor == oldLabel) {
  /external/skia/legacy/src/views/
SkWidgetViews.cpp 174 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[])
276 virtual void onLabelChange(const char oldLabel[], const char newLabel[])
278 this->INHERITED::onLabelChange(oldLabel, newLabel);
  /external/skia/include/views/animated/
SkWidgetViews.h 85 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
  /external/skia/legacy/include/views/
SkWidgetViews.h 85 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 702 String oldLabel = emptyIfNull(orig.mLabel);
704 if (!oldLabel.equals(newLabel)) {
706 Log.d(TAG, String.format("label changed: %s -> %s", oldLabel, newLabel));
    [all...]

Completed in 561 milliseconds