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

  /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/skia/src/views/
SkWidgetViews.cpp 167 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[])
269 virtual void onLabelChange(const char oldLabel[], const char newLabel[])
271 this->INHERITED::onLabelChange(oldLabel, newLabel);
275 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/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();
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 463 Label afterIf = code.newLabel();
464 Label ifBody = code.newLabel();
    [all...]
  /external/skia/include/views/
SkWidgetViews.h 92 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java     [all...]
  /dalvik/dx/src/com/android/dx/gen/
Code.java 79 this.currentLabel = newLabel();
162 public Label newLabel() {
280 Label newLabel = newLabel();
281 currentLabel.primarySuccessor = newLabel;
284 currentLabel = newLabel;
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 806 CharSequence newLabel = null;
812 newLabel = getActivity().getText(R.string.sd_card_storage);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 499 public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel,
504 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);
560 * @param newLabel is the updated name of the group (can be null if the name
569 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel,
575 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 689 String newLabel = emptyIfNull(newContactData.mLabel);
690 if (!oldLabel.equals(newLabel)) {
691 if (V) Log.d(TAG, String.format("label changed: %s -> %s", oldLabel, newLabel));
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2199 milliseconds