/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 162 * @param newLabel label of new successor 164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { 168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); 172 newPrimarySuccessor = newLabel;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 162 * @param newLabel label of new successor 164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { 168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); 172 newPrimarySuccessor = newLabel;
|
/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); 282 evt.setString("LABEL", newLabel);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SearchController.js | 60 var newLabel = WebInspector.UIString("Search %s", panelName); 62 this.element.setAttribute("placeholder", newLabel); 65 this._toolbarLabelElement.textContent = newLabel;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 348 Label newLabel = new Label(existingMinusNewElements); 349 reachableLabels.add(newLabel); 371 Label newLabel = new Label(remainder); 372 reachableLabels.add(newLabel);
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
NodesCodegen.cpp | 410 RefPtr<Label> realCall = generator.newLabel(); 411 RefPtr<Label> end = generator.newLabel(); 461 RefPtr<Label> realCall = generator.newLabel(); 462 RefPtr<Label> end = generator.newLabel(); [all...] |
BytecodeGenerator.cpp | 669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets. 674 PassRefPtr<Label> BytecodeGenerator::newLabel() [all...] |
BytecodeGenerator.h | 198 PassRefPtr<Label> 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[]);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 461 Label newLabel = new Label(); 462 adopt(newLabel); 463 currentLabel.primarySuccessor = newLabel; 466 currentLabel = newLabel; [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactSaveService.java | 627 public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel, 632 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel); 688 * @param newLabel is the updated name of the group (can be null if the name 697 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel, 703 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel); [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 703 String newLabel = emptyIfNull(newContactData.mLabel); 704 if (!oldLabel.equals(newLabel)) { 706 Log.d(TAG, String.format("label changed: %s -> %s", oldLabel, newLabel)); [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-oro.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.objectweb.asm_3.2.0.v200909071300.jar | |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |