/external/chromium/chrome/browser/chromeos/login/ |
web_page_view.h | 39 // Base class for tab contents for pages rendered on wizard screens.
|
base_login_display_host.cc | 108 DVLOG(1) << "Starting wizard, first_screen_name: " << first_screen_name; 109 // Create and show the wizard.
|
/frameworks/base/docs/html/tools/help/ |
zipalign.jd | 19 this for you. When using Eclipse with the ADT plugin, the Export Wizard
|
/frameworks/base/docs/html/tools/ |
index.jd | 28 <li>Template-based wizard to create standard Android projects and components.</li>
|
/frameworks/ex/common/java/com/android/common/ |
GoogleLogTags.logtags | 87 # Google Login Service and Setup Wizard
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
screenshots.html | 40 The graphical user interface to <b>ProGuard</b> works like a wizard. It allows
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeWizard.java | 47 /** Wizard page which inputs parameters for the {@link ExtractIncludeRefactoring} operation */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 38 import org.eclipse.jface.wizard.WizardPage; 55 /** A page in the New Project wizard where you select the target SDK */ 62 * Create the wizard. 79 * Create contents of the wizard.
|
WorkingSetGroup.java | 58 // wizard is opened, not when the page is first shown.
|
NewProjectWizardState.java | 46 /** The mode to run the wizard in: creating test, or sample, or plain project */ 168 * @param mode the mode to run the wizard in 377 * Type of project being offered/created by the wizard
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
sdk-stats-1.xsd | 29 This can be used by the SDK Manager or the ADT New Project Wizard
|
/frameworks/base/docs/html/intl/ja/guide/developing/ |
eclipse-adt.jd | 232 <p>Notice that the "New Android Project" wizard has been expanded to use the multi-platform 235 <p>There is now a "New XML File" wizard that lets you create skeleton XML resource
|
/frameworks/base/docs/html/tools/publishing/ |
app-signing.jd | 105 Eclipse Export Wizard or by modifying the Ant build script and building with the 276 <p>If you are developing in Eclipse with the ADT plugin, you can use the Export Wizard 277 to perform the compile, sign, and align procedures. The Export Wizard even allows you to 408 <p>Note that you can combine the compiling and signing steps with the Export Wizard. See 558 <p>If you are using Eclipse with the ADT plugin, you can use the Export Wizard to 560 if necessary). The Export Wizard performs all the interaction with 563 and align, as discussed above. Once the wizard has compiled and signed your package, 565 Because the Export Wizard uses both Keytool and Jarsigner, you should 576 <p>The Export Android Application wizard now starts, which will 580 <li>Complete the Export Wizard and your application will be compiled [all...] |
/frameworks/base/docs/html/tools/workflow/ |
app-signing.jd | 105 Eclipse Export Wizard or by modifying the Ant build script and building with the 276 <p>If you are developing in Eclipse with the ADT plugin, you can use the Export Wizard 277 to perform the compile, sign, and align procedures. The Export Wizard even allows you to 408 <p>Note that you can combine the compiling and signing steps with the Export Wizard. See 558 <p>If you are using Eclipse with the ADT plugin, you can use the Export Wizard to 560 if necessary). The Export Wizard performs all the interaction with 563 and align, as discussed above. Once the wizard has compiled and signed your package, 565 Because the Export Wizard uses both Keytool and Jarsigner, you should 576 <p>The Export Android Application wizard now starts, which will 580 <li>Complete the Export Wizard and your application will be compiled [all...] |
/frameworks/base/docs/html/tools/workflow/publishing/ |
app-signing.jd | 105 Eclipse Export Wizard or by modifying the Ant build script and building with the 276 <p>If you are developing in Eclipse with the ADT plugin, you can use the Export Wizard 277 to perform the compile, sign, and align procedures. The Export Wizard even allows you to 408 <p>Note that you can combine the compiling and signing steps with the Export Wizard. See 558 <p>If you are using Eclipse with the ADT plugin, you can use the Export Wizard to 560 if necessary). The Export Wizard performs all the interaction with 563 and align, as discussed above. Once the wizard has compiled and signed your package, 565 Because the Export Wizard uses both Keytool and Jarsigner, you should 576 <p>The Export Android Application wizard now starts, which will 580 <li>Complete the Export Wizard and your application will be compiled [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeWizard.m | 184 // TODO: build indexes for the wizard 371 Wizard:self 446 [ANTLRTreePatternParser newANTLRTreePatternParser:tokenizer Wizard:self Adaptor:[ANTLRTreePatternTreeAdaptor newTreeAdaptor]]; 500 Wizard:self 577 ANTLRTreePatternParser *parser = [ANTLRTreePatternParser newANTLRTreePatternParser:tokenizer Wizard:self Adaptor:adaptor];
|
/frameworks/base/docs/html/tools/extras/ |
oem-usb.jd | 86 This will launch the Hardware Update Wizard.</li> 106 This will launch the Hardware Update Wizard.</li> 127 will detect the device and launch the Hardware Update Wizard.</li> 150 This will launch the Hardware Update Wizard.</li> 169 will detect the device and launch the Found New Hardware wizard.</li>
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettings.java | 85 * The second is for Setup Wizard, with a simplified interface that hides the action bar 147 // this boolean extra is set if we are being invoked by the Setup Wizard 161 // the action bar uses a different set of controls for Setup Wizard 332 // On/off switch is hidden for Setup Wizard [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 352 // Special case: Use Extract String refactoring wizard UI 356 // Special case: Use the "Create Icon Set" wizard 569 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local 570 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); 573 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 114 * <li> On success, the wizard is shown, which lets the user input the new ID to use. 115 * <li> The wizard sets the user input values into this refactoring instance, e.g. the new string 116 * ID, the XML file to update, etc. The wizard does use the utility method 119 * <li> Once Preview or Finish is selected in the wizard, the 133 * <li> TODO: Have a pref in the wizard: [x] Change other XML Files 134 * <li> TODO: Have a pref in the wizard: [x] Change other Java Files 184 /** The XML string ID selected by the user in the wizard. */ 189 * in the wizard. This is relative to the project, e.g. "/res/values/string.xml" */ 304 * Sets the replacement string ID. Used by the wizard to set the user input. 311 * Sets the replacement string ID. Used by the wizard to set the user input [all...] |
/external/jpeg/ |
cjpeg.1 | 212 The "wizard" switches are intended for experimentation with JPEG. If you 214 documented further in the file wizard.doc.
|
/external/qemu/distrib/jpeg-6b/ |
cjpeg.1 | 212 The "wizard" switches are intended for experimentation with JPEG. If you 214 documented further in the file wizard.doc.
|
/frameworks/base/docs/html/tools/projects/ |
projects-eclipse.jd | 47 <p>The ADT plugin provides a <em>New Project Wizard</em> that you can use to quickly create a new Android 104 <p class="note"><strong>Tip:</strong> You can also start the New Project Wizard from the
|
/packages/apps/Settings/src/com/android/settings/ |
DateTimeSettings.java | 63 // have we been launched from the setup wizard? 95 // Override auto-timezone if it's a wifi-only device or if we're still in setup wizard.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 67 import org.eclipse.jface.wizard.WizardPage; 432 * Called by the parent Wizard to create the UI for this Wizard Page. 605 * received by the wizard -- typically the current user workbench selection. 617 * @param selection The selection when the wizard was initiated. [all...] |