HomeSort by relevance Sort by last modified time
    Searched defs:launch (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 17 package com.android.ide.eclipse.adt.internal.launch;
35 * Launch shortcut to launch debug/run configuration directly.
41 * @see org.eclipse.debug.ui.ILaunchShortcut#launch(
45 public void launch(ISelection selection, String mode) { method in class:LaunchShortcut
66 "Android Launch",
69 // and launch
70 launch(project, mode); method
79 * @see org.eclipse.debug.ui.ILaunchShortcut#launch(
83 public void launch(IEditorPart editor, String mode) method in class:LaunchShortcut
94 private void launch(IProject project, String mode) { method in class:LaunchShortcut
    [all...]
IAndroidLaunchAction.java 17 package com.android.ide.eclipse.adt.internal.launch;
24 * An action to perform after performing a launch of an Android application
29 * Do the launch
31 * @param info the {@link DelayedLaunchInfo} that contains launch details
33 * @returns true if launch was successfully, and controller should wait for debugger to attach
39 * Return a description of launch, to be used for logging and error messages
ILaunchController.java 17 package com.android.ide.eclipse.adt.internal.launch;
29 * @param launchInfo the {@link DelayedLaunchInfo} that indicates the launch action
30 * @param device the device or emulator to launch the application on
35 * Cancels a launch
LaunchConfigTabGroup.java 17 package com.android.ide.eclipse.adt.internal.launch;
26 * Tab group object for Android Launch Config type.
AndroidLaunch.java 17 package com.android.ide.eclipse.adt.internal.launch;
22 import org.eclipse.debug.core.Launch;
26 * Custom implementation of Launch to allow access to the LaunchManager
29 public class AndroidLaunch extends Launch {
42 /** Stops the launch, and removes it from the launch manager */
54 // remove the launch
AvdCompatibility.java 17 package com.android.ide.eclipse.adt.internal.launch;
  /external/deqp/android/scripts/
launch.py 10 def launch (extraArgs = ""): function
31 launch(string.join(sys.argv[1:], " "))
33 launch()
  /external/chromium_org/remoting/webapp/background/
app_launcher.js 7 * AppLauncher is an interface that allows the client code to launch and close
11 * To launch an app:
14 * appLauncher.launch({arg1:'someValue'}).then(function(id){
36 remoting.AppLauncher.prototype.launch = function(opt_launchArgs) { };
50 remoting.V1AppLauncher.prototype.launch = function(opt_launchArgs) {
100 remoting.V2AppLauncher.prototype.launch = function(opt_launchArgs) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 17 package com.android.ide.eclipse.ndk.internal.launch;
20 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
43 public void launch(ISelection selection, String mode) { method in class:NdkGdbLaunchShortcut
83 public void launch(IEditorPart editor, String mode) { method in class:NdkGdbLaunchShortcut
94 // Set the ndk gdb specific launch attributes in the config (if necessary)
100 "Unable to create launch configuration for project.");
105 // launch
106 DebugUITools.launch(config, mode);
111 // All NDK launch configurations have ATTR_REMOTE_TCP set to true
NdkGdbLaunchConfigTabGroups.java 17 package com.android.ide.eclipse.ndk.internal.launch;
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicDeviceAdminReceiver.java 38 Intent launch = new Intent(context, EnableProfileActivity.class); local
39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
40 context.startActivity(launch);
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 120 function launch(selectedEntriesPromise) { function
149 launch(reopenEntriesPromsie);
198 launch(selectedEntriesPromise).catch(function(error) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DataReductionProxyInfoBar.java 20 * Launch a data reduction proxy {@link InfoBar} with the specified title and link
29 public static void launch(WebContents webContents, method in class:DataReductionProxyInfoBar
39 DataReductionProxyInfoBarDelegate.launch(webContents, linkUrl);
44 * {@link #launch} above. See http://crbug.com/383988.
47 public static void launch(WebContents webContents, method in class:DataReductionProxyInfoBar
52 launch(webContents, settingsClassName, drpSettingsClassName, title, linkText, ""); method
DataReductionProxyInfoBarDelegate.java 17 * @param webContents The {@link WebContents} in which to launch the {@link InfoBar}.
19 static void launch(WebContents webContents, String linkUrl) { method in class:DataReductionProxyInfoBarDelegate
  /device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.cpp 71 * FUNCTION : launch
73 * DESCRIPTION: launch Cmd Thread
83 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
86 /* launch the thread */
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraCmdThread.cpp 72 * FUNCTION : launch
74 * DESCRIPTION: launch Cmd Thread
84 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
87 /* launch the thread */
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 72 * FUNCTION : launch
74 * DESCRIPTION: launch Cmd Thread
84 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
87 /* launch the thread */
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java 68 * Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.
70 public ExtensionHandler launch() method in class:ExtensionNamespaceSupport
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc 43 // either connect to an existing viewer or launch a new viewer and
46 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId); local
47 bool connect = (launch ||
54 if (launch) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java 26 public static void launch(Context context, CharSequence title) { method in class:ShareCodeAction

Completed in 477 milliseconds

1 2 3 4 5 6 7