HomeSort by relevance Sort by last modified time
    Searched refs:oldLabel (Results 1 - 12 of 12) 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 156 * @param oldLabel label of successor to replace
159 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) {
163 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
166 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/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[])
262 virtual void onLabelChange(const char oldLabel[], const char newLabel[])
264 this->INHERITED::onLabelChange(oldLabel, newLabel);
  /external/skia/src/views/animated/
SkWidgetViews.cpp 160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[])
262 virtual void onLabelChange(const char oldLabel[], const char newLabel[])
264 this->INHERITED::onLabelChange(oldLabel, newLabel);
  /external/chromium_org/third_party/skia/include/views/animated/
SkWidgetViews.h 85 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
  /external/skia/include/views/animated/
SkWidgetViews.h 85 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 710 String oldLabel = emptyIfNull(orig.mLabel);
712 if (!oldLabel.equals(newLabel)) {
714 Log.d(TAG, String.format("label changed: %s -> %s", oldLabel, newLabel));
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 701 milliseconds