HomeSort by relevance Sort by last modified time
    Searched refs:Wizard (Results 1 - 25 of 30) 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...]
  /frameworks/opt/car/setupwizard/library/tests/robotests/
Android.mk 23 # Car Setup Wizard Library Robolectric test target. #
50 # Car Setup Wizard Library runner target to run the previous target. #
  /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/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 {
  /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.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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 34 import org.eclipse.jface.wizard.IWizardPage;
35 import org.eclipse.jface.wizard.Wizard;
36 import org.eclipse.jface.wizard.WizardPage;
50 abstract class TemplateWizard extends Wizard implements INewWizard {
61 /** Should this wizard add an icon page? */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 1 """Generic FAQ Wizard.
413 self.prologue("FAQ Wizard Debugging")
faqconf.py 1 """FAQ Wizard customization module.
3 Edit this file to customize the FAQ Wizard. For normal purposes, you
52 WIZVERSION = "1.0.4" # FAQ Wizard version
87 COOKIE_NAME = SHORTNAME + "-FAQ-Wizard" # Name used for Netscape cookie
94 # you just aren't happy with the text generated by the FAQ Wizard.
120 T_HOME = FAQNAME + " Wizard " + WIZVERSION
133 T_EDIT = FAQNAME + " Edit Wizard"
159 <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
334 See also the <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard</A>.
515 # Help file for the FAQ Edit Wizard
    [all...]
  /external/python/cpython2/Tools/faqwiz/
faqwiz.py 1 """Generic FAQ Wizard.
413 self.prologue("FAQ Wizard Debugging")
faqconf.py 1 """FAQ Wizard customization module.
3 Edit this file to customize the FAQ Wizard. For normal purposes, you
52 WIZVERSION = "1.0.4" # FAQ Wizard version
87 COOKIE_NAME = SHORTNAME + "-FAQ-Wizard" # Name used for Netscape cookie
94 # you just aren't happy with the text generated by the FAQ Wizard.
120 T_HOME = FAQNAME + " Wizard " + WIZVERSION
133 T_EDIT = FAQNAME + " Edit Wizard"
159 <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
334 See also the <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard</A>.
515 # Help file for the FAQ Edit Wizard
    [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/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 42 import org.eclipse.jface.wizard.Wizard;
43 import org.eclipse.jface.wizard.WizardPage;
65 * Export wizard to export an apk signed with a release key/certificate.
67 public final class ExportWizard extends Wizard implements IExportWizard {
324 AdtPlugin.displayWarning("Export Wizard",
389 * Returns an image descriptor for the wizard logo.
540 AdtPlugin.displayError("Export Wizard", message);
547 AdtPlugin.log(t, "Export Wizard Error");
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 48 autoload :Wizard, 'antlr3/tree/wizard'
    [all...]

Completed in 1988 milliseconds

1 2