HomeSort by relevance Sort by last modified time
    Searched refs:Launch (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /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
  /external/chromium_org/chrome/installer/util/
wmi.h 12 // functionality that is needed right now which is to use WMI to launch a
73 static bool Launch(const std::wstring& command_line, int* process_id);
wmi_unittest.cc 46 bool result = WMIProcess::Launch(L"cmd.exe /c echo excelent!", &pid);
  /external/chromium_org/chrome/app/
client_util.h 39 int Launch(HINSTANCE instance);
chrome_exe_main_win.cc 112 // Load and launch the chrome dll. *Everything* happens inside.
114 int rc = loader->Launch(instance);
  /external/chromium_org/content/public/browser/
browser_child_process_host.h 43 // Derived classes call this to launch the child process asynchronously.
45 virtual void Launch(
68 // the Launch method is used to start the process. However if the owner
69 // of this object doesn't call Launch and starts the process in another way,
  /external/chromium_org/third_party/libwebp/utils/
thread.h 41 // Synchronization object used to launch job in the worker thread
57 // Will potentially launch the thread. Returns false in case of error.
65 void (*Launch)(WebPWorker* const worker);
66 // This function is similar to Launch() except that it calls the
  /external/webp/src/utils/
thread.h 41 // Synchronization object used to launch job in the worker thread
57 // Will potentially launch the thread. Returns false in case of error.
65 void (*Launch)(WebPWorker* const worker);
66 // This function is similar to Launch() except that it calls the
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.h 54 virtual void Launch(const GURL& origin,
native_process_launcher.cc 44 virtual void Launch(const GURL& origin,
52 void Launch(const GURL& origin,
106 void NativeProcessLauncherImpl::Core::Launch(
252 void NativeProcessLauncherImpl::Launch(const GURL& origin,
255 core_->Launch(origin, native_host_name, callback);
  /external/lldb/test/api/multithreaded/
listener_test.cpp 42 SBProcess process = target.Launch(g_listener,
58 // FIXME: because a listener is attached to the process at launch-time,
  /external/lldb/tools/lldb-perf/lib/
TestCase.cpp 106 TestCase::Launch (lldb::SBLaunchInfo &launch_info)
109 m_process = m_target.Launch (launch_info, error);
121 TestCase::Launch (std::initializer_list<const char*> args)
126 return Launch(launch_info);
302 Launch(action.launch_info);
TestCase.h 103 Launch (lldb::SBLaunchInfo &launch_info);
106 Launch (std::initializer_list<const char*> args = {});
  /external/chromium_org/chrome/browser/chromeos/login/managed/
supervised_user_login_flow.h 42 void Launch();
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 76 void Launch(int event_flags);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h 42 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
91 // keeping track of the last launch attempt.
browser_shortcut_launcher_item_controller.h 39 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
launcher_item_controller.h 74 virtual void Launch(ash::LaunchSource source, int event_flags) = 0;
app_window_launcher_item_controller.h 57 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb.h 31 virtual Status Launch(const std::string& device_serial,
adb_impl.h 43 virtual Status Launch(const std::string& device_serial,
  /external/chromium_org/mojo/services/launcher/
launcher.cc 27 virtual void Launch(const String& url) OVERRIDE;
121 void LauncherConnection::Launch(const String& url_string) {
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 55 // already running and the user wants to launch another instance.
56 bool Launch(Profile* profile,
98 // Invoked from Launch to handle processing of urls. This may do any of the
120 // and launch via an existing process (i.e. those explicitly specified by
124 // . If the user's startup pref is to launch a specific set of URLs they
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 70 process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate,
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 49 virtual void Launch(

Completed in 612 milliseconds

1 2 3 4 5