OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldLabel
(Results
1 - 10
of
10
) 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
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 283 milliseconds