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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
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
IAndroidLaunchAction.java 17 package com.android.ide.eclipse.adt.internal.launch;
20 import com.android.ide.eclipse.adt.internal.launch.DelayedLaunchInfo;
23 * An action to perform after performing a launch of an Android application
28 * Do the launch
30 * @param info the {@link DelayedLaunchInfo} that contains launch details
32 * @returns true if launch was successfully, and controller should wait for debugger to attach
38 * Return a description of launch, to be used for logging and error messages
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(
44 public void launch(ISelection selection, String mode) { method in class:LaunchShortcut
65 "Android Launch",
68 // and launch
69 launch(project, mode); method
78 * @see org.eclipse.debug.ui.ILaunchShortcut#launch(
81 public void launch(IEditorPart editor, String mode) method in class:LaunchShortcut
92 private void launch(IProject project, String mode) { method in class:LaunchShortcut
    [all...]
DelayedLaunchInfo.java 17 package com.android.ide.eclipse.adt.internal.launch;
26 * A delayed launch waiting for a device to be present or ready before the
38 /** The device on which to launch the app */
61 /** Launch action. */
64 /** the launch object */
73 /** current number of launch attempts */
76 /** cancellation state of launch */
89 * @param launch the launch object
90 * @param monitor progress monitor for launch
    [all...]
ActivityLaunchAction.java 17 package com.android.ide.eclipse.adt.internal.launch;
38 * @param activity fully qualified activity name to launch
39 * @param controller the {@link ILaunchController} that performs launch
49 * @param info the {@link DelayedLaunchInfo} that contains launch details
70 // increment launch attempt count, to handle retries and timeouts
73 // now we actually launch the app.
79 // stop the launch object, since there's no debug, and it can't
84 AdtPlugin.printErrorToConsole(info.getProject(), "Launch error: timeout");
88 "Launch error: adb rejected command: %1$s", e.getMessage()));
95 // something went wrong trying to launch the app
    [all...]
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
LaunchConfigDelegate.java 17 package com.android.ide.eclipse.adt.internal.launch;
22 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration.TargetMode;
43 * Implementation of an eclipse LauncConfigurationDelegate to launch android
57 * Launch action:
59 * <li>0: launch default activity</li>
60 * <li>1: launch specified activity. See {@link #ATTR_ACTIVITY}</li>
66 /** Default launch action. This launches the activity that is setup to be found in the HOME
70 /** Launch action starting a specific activity. */
72 /** Launch action that does nothing. */
74 /** Default launch action value. *
111 public void launch(ILaunchConfiguration configuration, String mode, method in class:LaunchConfigDelegate
    [all...]
EmptyLaunchAction.java 16 package com.android.ide.eclipse.adt.internal.launch;
22 * A launch action that does nothing after the application has been installed
31 // return false so launch controller will not wait for debugger to attach
AMReceiver.java 16 package com.android.ide.eclipse.adt.internal.launch;
30 * Monitors adb output for am errors, and retries launch as appropriate.
45 * @param device the Android device on which the launch is done.
46 * @param launchController the {@link ILaunchController} that is managing the launch
56 * Monitors the am process for error messages. If an error occurs, will reattempt launch up to
110 // launch another thread, that waits a bit and attempts another launch
111 new Thread("Delayed Launch attempt") {
148 // if error then we cancel the launch, and remove the delayed info
155 * Returns true if launch has been cancelle
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
LaunchBrowserMode.java 21 * Browser launch mode for LAUNCH BROWSER proactive command.
26 /** Launch browser if not already launched. */
33 /** Close the existing browser session and launch new browser session. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XF86keysym.h 90 #define XF86XK_AudioMedia 0x1008FF32 /* Launch media collection app */
104 #define XF86XK_Launch0 0x1008FF40 /* Launch Application */
105 #define XF86XK_Launch1 0x1008FF41 /* Launch Application */
106 #define XF86XK_Launch2 0x1008FF42 /* Launch Application */
107 #define XF86XK_Launch3 0x1008FF43 /* Launch Application */
108 #define XF86XK_Launch4 0x1008FF44 /* Launch Application */
109 #define XF86XK_Launch5 0x1008FF45 /* Launch Application */
110 #define XF86XK_Launch6 0x1008FF46 /* Launch Application */
111 #define XF86XK_Launch7 0x1008FF47 /* Launch Application */
112 #define XF86XK_Launch8 0x1008FF48 /* Launch Application *
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityTest.java 28 runLaunchpad(LaunchpadActivity.LAUNCH);
34 runLaunchpad(LaunchpadActivity.LAUNCH);
40 runLaunchpad(LaunchpadActivity.LAUNCH);
47 runLaunchpad(LaunchpadActivity.LAUNCH);
54 runLaunchpad(LaunchpadActivity.LAUNCH);
61 runLaunchpad(LaunchpadActivity.LAUNCH);
67 runLaunchpad(LaunchpadActivity.LAUNCH);
75 runLaunchpad(LaunchpadActivity.LAUNCH);
83 runLaunchpad(LaunchpadActivity.LAUNCH);
90 runLaunchpad(LaunchpadActivity.LAUNCH);
    [all...]
LaunchTest.java 27 runLaunchpad(LaunchpadActivity.LAUNCH);
33 runLaunchpad(LaunchpadActivity.LAUNCH);
39 runLaunchpad(LaunchpadActivity.LAUNCH);
45 runLaunchpad(LaunchpadActivity.LAUNCH);
64 runLaunchpad(LaunchpadActivity.LAUNCH);
71 runLaunchpad(LaunchpadActivity.LAUNCH);
  /external/dbus/tools/
dbus-launch.1 2 .\" dbus-launch manual page.
5 .TH dbus-launch 1
7 dbus-launch \- Utility to start a message bus from a shell script
10 .B dbus-launch [\-\-version] [\-\-sh-syntax] [\-\-csh-syntax] [\-\-auto-syntax] [\-\-exit-with-session] [\-\-autolaunch=MACHINEID] [\-\-config-file=FILENAME] [PROGRAM] [ARGS...]
14 The \fIdbus-launch\fP command is used to start a session bus
17 scripts. Unlike the daemon itself, \fIdbus-launch\fP exits, so
19 \fIdbus-launch\fP.
21 With no arguments, \fIdbus-launch\fP will launch a session bus
25 You may specify a program to be run; in this case, \fIdbus-launch\f
    [all...]
Makefile.am 5 bin_PROGRAMS=dbus-send dbus-monitor dbus-launch dbus-cleanup-sockets dbus-uuidgen
18 dbus-launch.c \
19 dbus-launch-x11.c \
20 dbus-launch.h
40 man_MANS = dbus-send.1 dbus-monitor.1 dbus-launch.1 dbus-cleanup-sockets.1 dbus-uuidgen.1
dbus-launch.h 2 /* dbus-launch.h dbus-launch utility
43 /* defined in dbus-launch.c */
51 /* defined in dbus-launch-x11.c */
  /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
AndroidJUnitLaunchAction.java 16 package com.android.ide.eclipse.adt.internal.launch.junit;
20 import com.android.ide.eclipse.adt.internal.launch.DelayedLaunchInfo;
21 import com.android.ide.eclipse.adt.internal.launch.IAndroidLaunchAction;
22 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
23 import com.android.ide.eclipse.adt.internal.launch.junit.runtime.AndroidJUnitLaunchInfo;
24 import com.android.ide.eclipse.adt.internal.launch.junit.runtime.RemoteAdtTestRunner;
40 * A launch action that executes a instrumentation test run on an Android device.
56 * Launch a instrumentation test run on given Android device.
57 * Reuses JDT JUnit launch delegate so results can be communicated back to JDT JUnit UI.
75 junitDelegate.launch(info.getLaunch().getLaunchConfiguration(), mode, info.getLaunch()
109 public synchronized void launch(ILaunchConfiguration configuration, String mode, method in class:AndroidJUnitLaunchAction.JUnitLaunchDelegate
    [all...]
AndroidJUnitLaunchConfigDelegate.java 17 package com.android.ide.eclipse.adt.internal.launch.junit;
21 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunch;
22 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration;
23 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
24 import com.android.ide.eclipse.adt.internal.launch.IAndroidLaunchAction;
25 import com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate;
26 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
27 import com.android.ide.eclipse.adt.internal.launch.junit.runtime.AndroidJUnitLaunchInfo;
55 /** Launch config attribute that stores instrumentation runner. */
92 controller.launch(project, mode, applicationPackage, testAppPackage, targetAppPackage
    [all...]
AndroidJUnitTabGroup.java 17 package com.android.ide.eclipse.adt.internal.launch.junit;
24 import com.android.ide.eclipse.adt.internal.launch.EmulatorConfigTab;
27 * Tab group object for Android JUnit launch configuration type.
  /external/dbus/test/
spawn-test.c 24 fprintf (stderr, "You need to specify a program to launch.\n");
36 fprintf (stderr, "Could not launch application: \"%s\"\n",
  /development/simulator/app/
ExternalRuntime.h 10 * Define a thread that listens for the launch of an external runtime.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
messages.properties 9 LaunchPreferencePage_Title=Launch Settings:
  /development/apps/launchperf/
AndroidManifest.xml 18 <application android:label="Launch Performance">
46 android:label="Simple Activity Launch Performance">
51 android:label="Complex Activity Launch Performance">
56 android:label="Empty Activity Launch Performance">
61 android:label="Hello World Launch Performance">
  /external/expat/amiga/
Makefile 82 LAUNCH =
95 LAUNCH = $(DESTDIR)/launch.o
133 $(LAUNCH): launch.c
137 $(XMLWF): $(DESTDIR)/xmlwf.o $(DESTDIR)/xmlfile.o $(DESTDIR)/codepage.o $(DESTDIR)/readfilemap.o $(LAUNCH)
154 $(ELEMENTS): $(DESTDIR)/elements.o $(LAUNCH)
162 $(OUTLINE): $(DESTDIR)/outline.o $(LAUNCH)
170 $(RUNTESTS): $(DESTDIR)/runtests.o $(DESTDIR)/chardata.o $(DESTDIR)/minicheck.o $(LAUNCH)
183 $(BENCHMARK): $(DESTDIR)/benchmark.o $(LAUNCH)
    [all...]

Completed in 393 milliseconds

1 2 3 4 5 6 7 8 91011>>