HomeSort by relevance Sort by last modified time
    Searched full:wizard (Results 101 - 125 of 353) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 41 * Value object for the AssetStudio wizard. These values are both set by the
42 * wizard as well as read by the wizard initially, so passing in a configured
48 * bring up the wizard repeatedly (for example to create multiple
ChooseAssetTypePage.java 25 import org.eclipse.jface.wizard.WizardPage;
51 * Create the wizard.
61 * Create contents of the 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());
ExtractStringProposal.java 65 RefactoringWizard wizard = new ExtractStringWizard(refactoring, file.getProject()); local
66 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
69 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 23 import org.eclipse.jface.wizard.IWizardPage;
61 protected KeySelectionPage(ExportWizard wizard, String pageName) {
63 mWizard = wizard;
190 // the wizard as well
ProjectCheckPage.java 47 * First Export Wizard Page. Display warning/errors.
63 protected ProjectCheckPage(ExportWizard wizard, String pageName) {
65 mWizard = wizard;
257 // update the wizard with the new project
280 // update the wizard with the new project
KeystoreSelectionPage.java 23 import org.eclipse.jface.wizard.IWizardPage;
54 protected KeystoreSelectionPage(ExportWizard wizard, String pageName) {
56 mWizard = wizard;
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h 144 // If a wizard already exists, return true. Otherwise, return false.
147 // If a wizard already exists, focus it and return true.
154 // what stage of the setup wizard the user was in and to update the UMA
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 114 * Validate the new package name and start the refactoring wizard
164 ApplicationPackageNameRefactoringWizard wizard = local
166 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 23 import org.eclipse.jface.wizard.WizardPage;
46 * Create the wizard.
55 * Create contents of the wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 19 import org.eclipse.jface.wizard.WizardPage;
46 setTitle("Wizard Tester");
99 // Preserve across wizard sessions
NewProjectWizard.java 42 import org.eclipse.jface.wizard.IWizardPage;
43 import org.eclipse.jface.wizard.WizardPage;
57 * Wizard for creating new projects
122 // Bundle asset studio wizard to create the launcher icon
168 // of the new project wizard.
368 * Generate custom icons into the project based on the asset studio wizard state
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
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...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 141 self.wizard = TreeWizard(self.adaptor, tokenNames=self.tokens)
147 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
157 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
167 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
180 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
190 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
198 parser = TreePatternParser(lexer, self.wizard, TreePatternTreeAdaptor())
207 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
215 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
223 parser = TreePatternParser(lexer, self.wizard, self.adaptor
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSelectionPage.java 38 import org.eclipse.jface.wizard.WizardPage;
55 * Displays a wizard page that lets the user choose the projects for which to create Gradle build
195 * Enables/disables the finish button on the wizard and displays error messages as needed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 33 import org.eclipse.jface.wizard.WizardPage;
60 * Create the wizard.
70 * Create contents of the wizard.
TestTargetPage.java 33 import org.eclipse.jface.wizard.WizardPage;
59 * Create the wizard.
69 * Create contents of the wizard.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ScreenSlidePageFragment.java 27 * A fragment representing a single step in a wizard. The fragment shows a dummy title indicating
  /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.
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 19 "test/unit/test-tree-wizard.rb",
  /external/arduino/
readme.txt 24 wizard to the drivers/FTDI USB Drivers sub-directory of the Arduino
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.h 44 // OOBE wizard.
network_screen.h 78 // Notifies wizard on successful connection.
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 66 // Shows the Login Wizard.
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.h 22 // OOBE wizard.

Completed in 572 milliseconds

1 2 3 45 6 7 8 91011>>