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

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 5 require 'antlr3/tree/wizard'
17 lexer = Wizard::PatternLexer.new( '(' )
25 lexer = Wizard::PatternLexer.new(')')
33 lexer = Wizard::PatternLexer.new('%')
41 lexer = Wizard::PatternLexer.new('.')
49 lexer = Wizard::PatternLexer.new(" \n \r \t ")
57 lexer = Wizard::PatternLexer.new('__whatever_1__')
65 lexer = Wizard::PatternLexer.new('[ \]bla\n]')
73 lexer = Wizard::PatternLexer.new("1")
89 @pattern_adaptor = Wizard::PatternAdaptor.new( Tokens.token_class
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
IUpdateWizardDialog.java 19 import org.eclipse.jface.wizard.WizardDialog;
WizardDialogEx.java 20 import org.eclipse.jface.wizard.IWizard;
21 import org.eclipse.jface.wizard.WizardDialog;
  /frameworks/opt/setupwizard/navigationbar/
common.mk 17 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-navbar
Android.mk 5 LOCAL_MODULE := setup-wizard-navbar
  /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());
  /frameworks/opt/setupwizard/library/
common.mk 19 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
common-eclair-mr1.mk 25 # Include setup wizard library, if not already included
26 ifeq (,$(findstring setup-wizard-lib-eclair-mr1-compat,$(LOCAL_STATIC_JAVA_LIBRARIES)))
31 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-eclair-mr1-compat
common-full-support.mk 25 # Include setup wizard library, if not already included
26 ifeq (,$(findstring setup-wizard-lib-full-support,$(LOCAL_STATIC_JAVA_LIBRARIES)))
32 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-full-support
Android.mk 2 # Build the platform version of setup wizard library.
10 LOCAL_MODULE := setup-wizard-lib
29 LOCAL_MODULE := setup-wizard-lib-eclair-mr1-compat
53 LOCAL_MODULE := setup-wizard-lib-full-support
  /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.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);
  /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
  /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);
  /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 );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternParser.java 36 protected TreeWizard wizard; field in class:TreePatternParser
39 public TreePatternParser(TreePatternLexer tokenizer, TreeWizard wizard, TreeAdaptor adaptor) {
41 this.wizard = wizard;
140 int treeNodeType = wizard.getTokenType(tokenName);

Completed in 300 milliseconds

1 2 3 4 5