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

1 2 3

  /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
messages.properties 18 LaunchDialogTitle=Android Launch
23 AndroidJUnitLaunchAction_LaunchDesc_s=%1$s JUnit launch
24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
26 AndroidJUnitDelegate_NoRunnerConfigMsg_s=Warning: No instrumentation runner found for the launch, using %1$s
  /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
thread.c 263 static void Launch(WebPWorker* const worker) {
291 Init, Reset, Sync, Launch, Execute, End
297 winterface->Sync == NULL || winterface->Launch == NULL ||
  /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 = {});
  /art/compiler/dex/
pass_driver.h 88 void Launch() {
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
ssvnc 38 Launch the ssvnc_cmd utility command directly (no GUI) with the
40 If neither ssvnc_cmd nor ssvncviewer is in PATH, one can launch
  /external/lldb/test/python_api/default-constructor/
sb_target.py 12 obj.Launch(listener, None, None, None, None, None, None, 0, True, error)
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 43 vp9_get_worker_interface()->launch(worker);
96 vp9_get_worker_interface()->launch(&worker_);
144 case 3: winterface.launch = NULL; break;
213 void Launch(VP9Worker *const worker) { Execute(worker); }
220 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
  /external/lldb/examples/python/
performance.py 147 def Launch(self):
150 self.process = self.target.Launch (self.launch_info, error)
316 if self.Launch():
320 print "error: failed to launch process"
process_events.py 84 parser.add_option('-l', '--launch-command', action='append', type='string', metavar='CMD', dest='launch_commands', help='LLDB command interpreter commands to run once after the process has launched. This option can be specified more than once.', default=[])
89 parser.add_option('--ignore-errors', action='store_false', dest='stop_on_error', help="Don't stop executing LLDB commands if the command returns an error. This applies to all of the LLDB command interpreter commands that get run for launch, stop, crash and exit.", default=True)
96 parser.add_option('-w', '--attach-wait', action='store_true', dest='attach_wait', help='Wait for the next process to launch when attaching to a process by name.', default=False)
151 # Launch the process. Since we specified synchronous mode, we won't return
159 print 'Launching "%s"... (launch %u of %u)' % (exe, run_idx + 1, options.run_count)
161 process = target.Launch (launch_info, error)
167 print 'Waiting for next to process named "%s" to launch...' % (options.attach_name)
172 # Make sure the launch went ok
265 print 'error: launch failed'
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 79 /// redirected on launch it may still happen that data is available on this
237 lldb_private::Module *m_module; // The executable image to launch.
253 Launch(LaunchArgs *args);
314 /// Stops the operation thread used to attach/launch a process.
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 84 /// redirected on launch it may still happen that data is available on this
229 lldb_private::Module *m_module; // The executable image to launch.
245 Launch(LaunchArgs *args);
309 /// Stops the operation thread used to attach/launch a process.
  /external/lldb/include/lldb/API/
SBTarget.h 271 /// Launch a new process.
273 /// Launch a new process by spawning a new process using the
274 /// target object's executable module's file as the file to launch.
293 /// Flags to modify the launch (@see lldb::LaunchFlags)
314 /// Some launch options specified by logical OR'ing
327 Launch (SBListener &listener,
340 /// Launch a new process with sensible defaults.
355 /// Empty launch flags
371 Launch (SBLaunchInfo &launch_info, SBError& error);
  /external/lldb/scripts/Python/interface/
SBTarget.i 269 /// Launch a new process.
271 /// Launch a new process by spawning a new process using the
272 /// target object's executable module's file as the file to launch.
291 /// Flags to modify the launch (@see lldb::LaunchFlags)
312 /// Some launch options specified by logical OR'ing
327 process = target.Launch(self.dbg.GetListener(), None, None,
338 ") Launch;
340 Launch (SBListener &listener,
353 /// Launch a new process with sensible defaults.
368 /// Empty launch flag
    [all...]
  /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!
  /external/lldb/test/python_api/event/
TestEvents.py 77 # Now launch the process, and do not stop at the entry point.
156 # Now launch the process, and do not stop at entry point.
158 process = target.Launch (listener, None, None, None, None, None, None, 0, False, error)
215 # Now launch the process, and do not stop at the entry point.
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 143 Launch (launch_info);
207 results_dict.AddDouble("time-launch-stop-main",
208 "The time it takes to launch the process and stop at main.",
212 "The time it takes to create the target, set breakpoint at main, launch clang and hit the breakpoint at main.",
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 64 return Launch (launch_info);
  /external/lldb/tools/lldb-perf/darwin/formatters/
formatters.cpp 81 return Launch (launch_info);
  /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/lldb/test/python_api/target/
TestTargetAPI.py 79 """Exercise SBTaget.Launch() API."""
86 """Exercise SBTarget.Launch() API."""
130 # Now launch the process, and do not stop at entry point.
200 """Exercise SBTaget.Launch() API with redirected stdout."""
212 # Now launch the process, do not stop at entry point, and redirect stdout to "stdout.txt" file.
215 process = target.Launch (self.dbg.GetListener(), None, None, None, "stdout.txt", None, None, 0, False, error)
221 "'stdout.txt' exists due to redirected stdout via SBTarget.Launch() API.")
258 # Now launch the process, and do not stop at entry point.
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 116 case CPDF_Action::Launch:

Completed in 952 milliseconds

1 2 3