HomeSort by relevance Sort by last modified time
    Searched refs:launch (Results 76 - 100 of 238) sorted by null

1 2 34 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 17 package com.android.ide.eclipse.adt.internal.launch;
23 * Launch configuration data. This stores the result of querying the
29 * Launch action. See {@link LaunchConfigDelegate#ACTION_DEFAULT},
93 * Optional custom command line parameter to launch the emulator
100 /** Serial number of the device used in the last launch of this config. */
170 * Retrieve the {@link TargetMode} saved in the provided launch configuration.
JUnitLaunchConfigDelegate.java 17 package com.android.ide.eclipse.adt.internal.launch;
35 * For Android projects, android.jar gets added to the launch configuration of
134 // will let the actual launch config fails.
EmulatorConfigTab.java 17 package com.android.ide.eclipse.adt.internal.launch;
22 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration.TargetMode;
23 import com.android.ide.eclipse.adt.internal.launch.AvdCompatibility.Compatibility;
64 * Launch configuration tab to control the parameters of the Emulator
185 mAllDevicesTargetButton.setText("Launch on all compatible devices/AVD's");
256 mEmulatorOptionsGroup.setText("Emulator launch parameters:");
266 + "might be launched. Provide options for the AVD launch below.");
390 // The launch config says to run on multiple devices, but this launch type does not
392 // This could happen if a launch config used for Run is then used for Debug
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 16 package com.android.ide.eclipse.adt.internal.launch.junit;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 20 import com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate;
34 * Class to fix the launch configuration of a project if the java package
61 * to fix the Launch Config
69 * Fix the Launch configurations.
75 // ask the user if he really wants to fix the launch config
77 "Launch Configuration Update",
78 "The package definition in the manifest changed.\nDo you want to update your Launch Configuration(s)?");
122 * Looks for and returns all existing Launch Configuration object for a
129 // get the launch manager
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DebuggerConnector.java 52 // get the launch manager
55 // get the config for the remote launch config.
61 // look for an existing launch config
89 // save the working copy to get the launch config object which we return.
99 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 133 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
140 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
157 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
164 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
  /external/lldb/tools/lldb-perf/darwin/sketch/
sketch.cpp 179 return Launch (launch_info);
204 static int launch = 1; local
285 if (++launch < 10)
  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 23 * specific intervals. Can be used to launch projectiles, particle effects, or any other type
112 launch(parentObject);
129 private void launch(GameObject parentObject) { method in class:LaunchProjectileComponent
  /frameworks/base/docs/html/
jd_collections.js 32 "launch/static": {
113 "distribute/tools/launch-checklist.html",
152 "distribute/tools/launch-checklist.html",
272 "distribute/tools/launch-checklist.html",
346 "distribute/tools/launch-checklist.html",
422 "distribute/tools/launch-checklist.html",
440 "distribute/tools/launch-checklist.html",
521 "distribute/tools/launch-checklist.html",
596 "distribute/tools/launch-checklist.html",
  /ndk/
ndk-gdb.py 20 This wrapper script is used to launch a native debugging session
26 need to launch ndk-gdb-py from your application project directory
157 help='Launch application instead of attaching to existing one',
160 parser.add_argument( '--launch',
164 parser.add_argument( '--launch-list',
568 error('Launch this script from an application project directory, or use --project=<path>.')
670 # Launch the activity if needed
676 Try to use --launch=<name> directly instead as a work-around.''')
688 error('''Could not launch specified activity: %s
689 Use --launch-list to dump a list of valid values.''' % (OPTION_LAUNCH[0])
    [all...]
ndk-gdb 18 # This wrapper script is used to launch a native debugging session
24 # need to launch ndk-gdb from your application project directory
249 --launch-list)
252 --launch=*)
302 echo " --start Launch application instead of attaching to existing one"
303 echo " --launch=<name> Same as --start, but specify activity name (see below)"
304 echo " --launch-list List all launchable activity names from manifest"
478 echo "ERROR: Launch this script from an application project directory, or use --project=<path>."
494 # If --launch-list is used, list all launchable activities, and be done with it
664 # Launch the activity if neede
    [all...]
  /development/apps/Development/src/com/android/development/
ShowActivity.java 60 mLaunch = (TextView)findViewById(R.id.launch);
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 66 ExtensionHandler extHandler = extNamespaceSpt.launch();
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HelpActivity.java 56 // Verify that the device can launch an application for this intent, otherwise
88 public static void launch(Activity activity, String helpUrl) { method in class:HelpActivity
119 // This line ensures the WebView remains embedded in this activity and doesn't launch an
Chromoting.java 178 * Called when the activity becomes visible. This happens on initial launch and whenever the
264 HelpActivity.launch(this, HELP_URL);
273 HelpActivity.launch(this, HOST_SETUP_URL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.hpp 101 void launch(clover::command_queue &q,
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 117 function launch(selectedEntriesPromise) { function
198 launch(selectedEntriesPromise).catch(function(error) {
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.hpp 101 void launch(clover::command_queue &q,
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 91 .launch-click-target {
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 269 void ExtensionAppItem::Launch(int event_flags) {
295 // Automatically launch app after enabling.
296 Launch(ui::EF_NONE);
344 Launch(event_flags);
350 const syncer::StringOrdinal& launch = local
353 page.ToInternalValue() + launch.ToInternalValue()));
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 214 ShareCodeAction.launch(this, item.getTitle());
217 ShareMockupAction.launch(this, item.getTitle());
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs.bat 2 :: Launch FindBugs on a Windows system.
54 if "%firstArg%"=="" goto launch
202 if "%firstArg%"=="" goto launch
208 :: Launch FindBugs
210 :launch label
223 :: Launch FindBugs!
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 8 * Type of a Files.app's instance launch.
303 AppWindowWrapper.prototype.launch = function(appState, reopen, opt_callback) {
499 SingletonAppWindowWrapper.prototype.launch =
503 AppWindowWrapper.prototype.launch.call(
535 console.error('Corrupt launch data for ' + this.id_, value);
539 this.launch(appState, true, opt_callback);
598 * @param {LaunchType=} opt_type Launch type. Default: ALWAYS_CREATE.
701 appWindow.launch(opt_appState || {}, false, function() {
744 // always launch Files.app.
839 audioPlayer.launch(playlist, false, function(appWindow)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 1684 milliseconds

1 2 34 5 6 7 8 910