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

1 23 4 5 6 7

  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HelpActivity.java 61 // Verify that the device can launch an application for this intent, otherwise
99 public static void launch(Activity activity, String helpUrl) { method in class:HelpActivity
130 // This line ensures the WebView remains embedded in this activity and doesn't launch an
Desktop.java 213 HelpActivity.launch(this, HELP_URL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 64 _cl_kernel::launch(clover::command_queue &q, function in class:_cl_kernel
  /external/lldb/tools/lldb-perf/darwin/sketch/
sketch.cpp 179 return Launch (launch_info);
204 static int launch = 1; local
285 if (++launch < 10)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 64 _cl_kernel::launch(clover::command_queue &q, function in class:_cl_kernel
  /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...]
  /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$
  /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 267 void ExtensionAppItem::Launch(int event_flags) {
297 // Automatically launch app after enabling.
298 Launch(ui::EF_NONE);
350 Launch(event_flags);
356 const syncer::StringOrdinal& launch = local
359 page.ToInternalValue() + launch.ToInternalValue()));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.h 168 // Synchronization object used to launch job in the worker thread
184 // Will potentially launch the thread. Returns false in case of error.
192 void (*launch)(VP9Worker *const worker); member in struct:__anon17764
193 // This function is similar to launch() except that it calls the
  /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)

Completed in 601 milliseconds

1 23 4 5 6 7