/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/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/proguard/docs/ |
screenshots.html | 29 The graphical user interface to <b>ProGuard</b> works like a wizard. It allows
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorUtils.java | 250 * Create an {@link Intent} to start "add new account" setup wizard. Selectable account 254 * {@link android.app.Fragment#startActivityForResult} to start the wizard, and 273 * {@link Account}, or null if the user has canceled the wizard. Pass the {@code resultCode} 279 * extension package account from setup wizard.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
AssetType.java | 51 * asset wizard selection page etc
|
ConfigureAssetSetPage.java | 45 import org.eclipse.jface.wizard.WizardPage; 89 * This is normally page 2 of a Create New Asset Set wizard, unless we can offer actions 137 /** Most recently set image path: preserved across wizard sessions */ 155 * Create the wizard. 164 * Create contents of the wizard. 482 // that method is called when the wizard is created, and we want to wait until the 495 CreateAssetSetWizard wizard = (CreateAssetSetWizard) getWizard(); local 496 AssetType type = wizard.getAssetType(); 503 IProject project = wizard.getProject(); 537 // Preserve across wizard session 917 CreateAssetSetWizard wizard = (CreateAssetSetWizard) getWizard(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 30 import org.eclipse.jface.wizard.IWizardPage; 31 import org.eclipse.jface.wizard.WizardPage; 60 * Create the wizard. 62 * @param values value object holding current wizard state
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
AddNativeWizardPage.java | 22 import org.eclipse.jface.wizard.WizardPage;
|
/system/core/rootdir/etc/ |
init.goldfish.rc | 37 # For the emulator, which bypasses Setup Wizard, you can specify
|
/frameworks/base/docs/html/tools/publishing/ |
preparing.jd | 86 example, you can use the Eclipse Export Wizard to compile, sign, and optimize your application all 306 <p>You can use the Eclipse Export Wizard to build a release-ready <code>.apk</code> file that is 307 signed with your private key and optimized. To learn how to run the Export Wizard, see 309 ADT</a>. The Export Wizard compiles your application for release, signs your application with your 310 private key, and optimizes your application with the zipalign tool. The Export Wizard should run 315 <p>The Export Wizard assumes that you have a <a href="#billing-keys">certificate and private key</a> 317 the Export Wizard will help you generate one (see 328 private key, the Export Wizard will help you generate one (see
|
/frameworks/base/docs/html/tools/testing/ |
testing_eclipse.jd | 81 Wizard</em> dialog. 87 wizard appears. 101 If <em>Use default location</em> is set, then the wizard will suggest a path that is 104 <code>MyTestApp</code>, then the wizard will suggest 116 Android application from the list. You now see that the wizard has completed the Test 125 Click Finish to complete the wizard. If Finish is disabled, look for error messages at the 126 top of the wizard dialog, and then fix any problems. 167 Find the Java package identifier set by the projection creation wizard. If you haven't
|
/frameworks/base/docs/html/tools/workflow/publishing/ |
preparing.jd | 86 example, you can use the Eclipse Export Wizard to compile, sign, and optimize your application all 306 <p>You can use the Eclipse Export Wizard to build a release-ready <code>.apk</code> file that is 307 signed with your private key and optimized. To learn how to run the Export Wizard, see 309 ADT</a>. The Export Wizard compiles your application for release, signs your application with your 310 private key, and optimizes your application with the zipalign tool. The Export Wizard should run 315 <p>The Export Wizard assumes that you have a <a href="#billing-keys">certificate and private key</a> 317 the Export Wizard will help you generate one (see 328 private key, the Export Wizard will help you generate one (see
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockPattern.java | 53 * Used by the choose lock pattern wizard to indicate the wizard is 54 * finished, and each activity in the wizard should finish. 56 * Previously, each activity in the wizard would finish itself after 368 // They are canceling the entire wizard
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 71 * Wizard page which inputs parameters for the {@link ExtractStyleRefactoring} 226 // Set up data structures needed by the wizard -- to compute the actual 227 // attributes to list in the wizard (there could be multiple attributes 234 // wizard is invoked from GUI context 277 // wizard.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
plugin.xml | 144 <wizard 155 <wizard 166 </wizard> 167 <wizard 178 </wizard> 179 <wizard 190 </wizard> 191 <wizard 202 </wizard> 203 <wizard [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 43 import org.eclipse.jface.wizard.IWizardPage; 44 import org.eclipse.jface.wizard.WizardPage; 94 * resources required by the New Project wizard are present -- we don't 103 * Create the wizard. 104 * @param values current wizard state 121 * Create contents of the wizard. 148 // from the "New Sample Project" wizard?
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ReferenceChooserDialog.java | 293 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local 294 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); 297 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizardPage.java | 22 import org.eclipse.jface.wizard.WizardPage; 51 * Create the wizard. 60 * Create contents of the wizard.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCreationPage.java | 23 import org.eclipse.jface.wizard.IWizardPage; 58 protected KeyCreationPage(ExportWizard wizard, String pageName) { 60 mWizard = wizard;
|
/build/target/board/vbox_x86/ |
init.vbox_x86.rc | 45 # For the emulator, which bypasses Setup Wizard, you can specify
|
/development/scripts/ |
add-accounts | 18 A faux Setup Wizard. Stuffs one or two usernames + passwords into the
|
add-accounts-sdk | 18 A faux Setup Wizard. Stuffs one or two usernames + passwords into the
|