| /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 | 10 def launch (extraArgs = ""):  function 31 		launch(string.join(sys.argv[1:], " "))
 33 		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);
 
 | 
| /external/chromium_org/ui/file_manager/gallery/js/ | 
| background.js | 117 function launch(selectedEntriesPromise) {  function 198   launch(selectedEntriesPromise).catch(function(error) {
 
 | 
| /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 | 42   // either connect to an existing viewer or launch a new viewer and 45   bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId);  local
 46   bool connect = (launch ||
 53   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 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ | 
| AndroidJUnitLaunchShortcut.java | 17 package com.android.ide.eclipse.adt.internal.launch.junit; 25  * Launch shortcut to launch debug/run Android JUnit configuration directly.
 35      * Creates a default Android JUnit launch configuration. Sets the instrumentation runner to the
 49         // if a valid runner is not found, rely on launch delegate to log error.
 50         // This method is called without explicit user action to launch Android JUnit, so avoid
 
 | 
| AndroidJUnitTabGroup.java | 17 package com.android.ide.eclipse.adt.internal.launch.junit; 19 import com.android.ide.eclipse.adt.internal.launch.EmulatorConfigTab;
 28  * Tab group object for Android JUnit launch configuration type.
 
 |