HomeSort by relevance Sort by last modified time
    Searched defs:launch (Results 51 - 75 of 150) sorted by null

1 23 4 5 6

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 43 public static void launch(Activity activity, CharSequence title) { method in class:ShareMockupAction
72 // launch intent to send the mockup image
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
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...]
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.
LaunchMessages.java 17 package com.android.ide.eclipse.adt.internal.launch;
22 private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.internal.launch.messages"; //$NON-NLS-1$
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...]
AndroidLaunchController.java 17 package com.android.ide.eclipse.adt.internal.launch;
38 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration.TargetMode;
39 import com.android.ide.eclipse.adt.internal.launch.DelayedLaunchInfo.InstallRetryMode;
40 import com.android.ide.eclipse.adt.internal.launch.DeviceChooserDialog.DeviceChooserResponse;
93 * Controls the launch of Android application either on a device or on the
170 // get an existing or new launch configuration
177 // and launch
178 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
185 * @param launchTypeId launch delegate type id
190 // get the launch manage
299 public void launch(final IProject project, String mode, IFile apk, method in class:AndroidLaunchController
    [all...]
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/runtime/
AndroidJUnitLaunchInfo.java 16 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
28 * Contains info about Android JUnit launch
145 public void setLaunch(ILaunch launch) {
146 mLaunch = launch;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
GdbServerTask.java 17 package com.android.ide.eclipse.ndk.internal.launch;
67 // Launch gdbserver on the device.
Messages.java 17 package com.android.ide.eclipse.ndk.internal.launch;
22 private static final String BUNDLE_NAME = "com.android.ide.eclipse.ndk.internal.launch.messages"; //$NON-NLS-1$
NdkDebuggerTab.java 17 package com.android.ide.eclipse.ndk.internal.launch;
73 grpGdb.setText("Launch Options");
  /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);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /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()));
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java 173 HelpActivity.launch(this, HELP_URL);
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/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!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java 77 public void launch(File executable, List<String> arguments, Map<String, String> envVariableMap) method in class:RenderScriptLauncher
  /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
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 131 public void launch(View v) { method in class:NotificationListenerActivity
132 Log.d(TAG, "clicked launch");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 45 def launch(file): function
703 print 'Testing launch...'
704 pathname = EasyDialogs.AskFileForOpen('File to launch:')
706 result = launch(pathname)
  /system/core/logd/tests/
logd_test.cpp 298 // Find launch point
299 unsigned short launch = 0; local
302 total += times[launch];
303 } while (((++launch < number_of_buckets)
304 && ((total / launch) >= (times[launch] / 8ULL)))
305 || (launch == 1)); // too soon
307 bool failure = number_of_buckets <= launch;
309 unsigned short l = launch;
326 if (number_of_buckets <= launch) {
    [all...]

Completed in 1736 milliseconds

1 23 4 5 6