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

1 2 3 4 5 6 7 8

  /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;
EmptyLaunchAction.java 16 package com.android.ide.eclipse.adt.internal.launch;
24 * A launch action that does nothing after the application has been installed
41 // return false so launch controller will not wait for debugger to attach
  /external/deqp/android/scripts/
launch.py 30 def launch (extraArgs = ""): function
51 launch(string.join(sys.argv[1:], " "))
53 launch()
  /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);
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 43 Intent launch = new Intent(context, MainActivity.class); local
44 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
45 context.startActivity(launch);
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 43 Intent launch = new Intent(context, MainActivity.class); local
44 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
45 context.startActivity(launch);
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerReceiver.java 43 Intent launch = new Intent(context, MainActivity.class); local
44 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
45 context.startActivity(launch);
  /device/asus/flo/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/lge/hammerhead/camera/QCamera2/util/
QCameraCmdThread.cpp 73 * FUNCTION : launch
75 * DESCRIPTION: launch Cmd Thread
85 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
88 /* launch the thread */
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 73 * FUNCTION : launch
75 * DESCRIPTION: launch Cmd Thread
85 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
88 /* 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
  /hardware/qcom/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 */
  /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 510 milliseconds

1 2 3 4 5 6 7 8