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

1 2

  /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
  /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...]
test-trees.rb 800 @wizard = Wizard.new( :token_scheme => Tokens )
810 tree = @wizard.create(
813 labels = @wizard.match( tree,
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
822 tree = @wizard.create(
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
832 tree = @wizard.create(
836 labels = @wizard.match( tree
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportProjectWizard.java 28 import org.eclipse.jface.wizard.Wizard;
36 * An "Import Android Project" wizard.
38 public class ImportProjectWizard extends Wizard implements INewWizard {
45 /** Constructs a new wizard default project wizard */
NewProjectWizard.java 28 import org.eclipse.jface.wizard.IWizardPage;
29 import org.eclipse.jface.wizard.Wizard;
37 * A "New Android Project" Wizard.
45 public class NewProjectWizard extends Wizard implements INewWizard {
56 /** Constructs a new wizard default project wizard */
98 // Sample projects can be created when entering the new/existing wizard, or
99 // the sample wizard
160 // Done with wizard when creating from existing or creating test project
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 27 import org.eclipse.jface.wizard.Wizard;
39 * Wizard shown on first start for new users: configure SDK location, accept or
42 public class WelcomeWizard extends Wizard {
78 // run ADT which is why the wizard was opened. No need to ask again.
111 // Read out wizard settings immediately; we will perform the actual work
112 // after the wizard window has been taken down and it's too late to read the
134 AdtPlugin.logAndPrintError(e, "ADT Welcome Wizard",
145 // The wizard always succeeds, even if installation fails or is aborted
157 AdtPlugin.logAndPrintError(null, "ADT Welcome Wizard",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 33 import org.eclipse.jface.wizard.IWizardPage;
34 import org.eclipse.jface.wizard.Wizard;
35 import org.eclipse.jface.wizard.WizardPage;
45 abstract class TemplateWizard extends Wizard implements INewWizard {
56 /** Should this wizard add an icon page? */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java 33 import org.eclipse.jface.wizard.Wizard;
42 public class AddNativeWizard extends Wizard {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 40 =begin rdoc ANTLR3::AST::Wizard
42 AST::Wizard is an extra utility class that allows quick creation of AST objects
52 for more background on the concept of a tree wizard.
56 # setting up and creating a tree wizard
59 wizard = ANTLR3::AST::Wizard.new(adaptor, token_names)
62 lone_node = wizard.create "VAR[x]" # => x
66 expression_node = wizard.create "(MINUS VAR NUMBER)"
68 statement_node = wizard.create "(EQ[=] VAR[x] (PLUS[+] NUMBER[1] NUMBER[2]))"
70 deep_node = wizard.create(<<-TREE
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 6 This unit contains a skeleton test case class generated by the Test Case Wizard.
Antlr.Runtime.Tools.Tests.pas 6 This unit contains a skeleton test case class generated by the Test Case Wizard.
Antlr.Runtime.Tree.Tests.pas 6 This unit contains a skeleton test case class generated by the Test Case Wizard.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 41 import org.eclipse.jface.wizard.Wizard;
66 * Wizard for creating a new icon set
68 public class CreateAssetSetWizard extends Wizard implements INewWizard {
75 /** Creates a new asset set wizard */
236 /** Sets the initial project to be used by the wizard */
304 * Returns the list of files created by the wizard. This method will return
307 * @return a list of files created by the wizard, or null
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 38 import org.eclipse.jface.wizard.Wizard;
39 import org.eclipse.jface.wizard.WizardPage;
61 * Export wizard to export an apk signed with a release key/certificate.
63 public final class ExportWizard extends Wizard implements IExportWizard {
316 AdtPlugin.displayWarning("Export Wizard",
381 * Returns an image descriptor for the wizard logo.
532 AdtPlugin.displayError("Export Wizard", message);
539 AdtPlugin.log(t, "Export Wizard Error");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 50 import org.eclipse.jface.wizard.Wizard;
61 * The "New Android XML File Wizard" provides the ability to create skeleton XML
64 * The wizard has one page, {@link NewXmlFileCreationPage}, used to select the project,
67 public class NewXmlFileWizard extends Wizard implements INewWizard {
99 * Creates the wizard page.
111 // -- Methods inherited from org.eclipse.jface.wizard.Wizard --
113 // The Wizard class implements most defaults and boilerplate code needed by
117 * Adds pages to this wizard
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 48 autoload :Wizard, 'antlr3/tree/wizard'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 760 milliseconds

1 2