HomeSort by relevance Sort by last modified time
    Searched defs:wizard (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
61 @property (retain) ANTLRTreeWizard *wizard; variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java 34 RefactoringWizard wizard = new ChangeLayoutWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ChangeViewAction.java 34 RefactoringWizard wizard = new ChangeViewWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractIncludeAction.java 34 RefactoringWizard wizard = new ExtractIncludeWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractStyleAction.java 34 RefactoringWizard wizard = new ExtractStyleWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UnwrapAction.java 34 RefactoringWizard wizard = new UnwrapWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableAction.java 34 RefactoringWizard wizard = new UseCompoundDrawableWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
WrapInAction.java 34 RefactoringWizard wizard = new WrapInWizard(ref, mDelegate); local
35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 70 RefactoringWizard wizard = new ExtractStringWizard(refactoring, file.getProject()); local
71 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
74 op.run(window.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableDetectorFix.java 84 RefactoringWizard wizard = refactoring.createWizard(); local
86 new RefactoringWizardOpenOperation(wizard);
90 op.run(window.getShell(), wizard.getDefaultPageTitle());
RemoveUselessViewFix.java 75 RefactoringWizard wizard = refactoring.createWizard(); local
77 new RefactoringWizardOpenOperation(wizard);
81 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 30 import org.eclipse.jface.wizard.WizardDialog;
78 // call the export wizard on the current selection.
79 ExportWizard wizard = new ExportWizard(); local
80 wizard.init(mWorkbench, selection);
82 mWorkbench.getDisplay().getActiveShell(), wizard);
  /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
WizardExampleActivity.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
24 * An Activity displaying a wizard for renting a movie.
42 // The user 'bought' the product. When he presses 'Back' the Wizard will be closed and
WizardExampleBaseStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
24 * makes sure that the wizard is using the correct theme.
WizardExample1stStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
27 * The first screen of the rental wizard. Gives the user the choice between renting the movie in SD
WizardExample4thStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
30 * The last screen of the Wizard gives to options to either watch the rented movie now or later. Due
32 * either action will end the wizard. You might however start a new Activity playing the movie.
WizardExample3rdStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
29 * This is the third screen of the rental wizard which will display a progressbar while waiting for
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs 39 protected TreeWizard wizard; field in class:Antlr.Runtime.Tree.TreePatternParser
42 public TreePatternParser(TreePatternLexer tokenizer, TreeWizard wizard, ITreeAdaptor adaptor) {
44 this.wizard = wizard;
141 int treeNodeType = wizard.GetTokenType(tokenName);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs 41 protected TreeWizard wizard; field in class:Antlr.Runtime.Tree.TreePatternParser
44 public TreePatternParser( TreePatternLexer tokenizer, TreeWizard wizard, ITreeAdaptor adaptor )
47 this.wizard = wizard;
165 int treeNodeType = wizard.GetTokenType( tokenName );
  /frameworks/support/v17/tests/src/android/support/v17/leanback/app/wizard/
GuidedStepAttributesTestActivity.java 15 package android.support.v17.leanback.app.wizard;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 123 * Create a new instance of our refactoring and a wizard to configure it.
129 RefactoringWizard wizard = new ExtractStringWizard(ref, mFile.getProject()); local
130 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
132 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/
AddNativeAction.java 26 import org.eclipse.jface.wizard.WizardDialog;
51 AddNativeWizard wizard = new AddNativeWizard(project, mPart.getSite() local
53 WizardDialog dialog = new WizardDialog(mPart.getSite().getShell(), wizard);

Completed in 180 milliseconds

1 2 3