/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;
|
/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());
|
/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);
|
/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());
|
/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.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewExportPart.java | 29 import org.eclipse.jface.wizard.WizardDialog; 73 buf.append("<form><li><a href=\"wizard\">"); //$NON-NLS-1$ 74 buf.append("Use the Export Wizard"); 94 // call the export wizard 97 ExportWizard wizard = new ExportWizard(); 98 wizard.init(PlatformUI.getWorkbench(), selection); 99 WizardDialog dialog = new WizardDialog(body.getShell(), wizard);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
GradleExportWizard.java | 25 import org.eclipse.jface.wizard.Wizard; 26 import org.eclipse.jface.wizard.WizardPage; 33 public class GradleExportWizard extends Wizard implements IExportWizard {
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller_browsertest.cc | 39 static MockOutShowHide<T>* Create(WizardController* wizard); 43 CreateMockWizardScreenHelper<T>::Create(WizardController* wizard) { 44 return new MockOutShowHide<T>(wizard); 49 WizardController* wizard) { 50 return new MockOutShowHide<chromeos::NetworkScreen>(wizard); 74 WizardController* const wizard = controller(); local 75 ASSERT_TRUE(wizard != NULL); 76 wizard->ShowFirstScreen(WizardController::kNetworkScreenName); 77 views::View* current_screen = wizard->contents();
|