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

1 2

  /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_utils.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_utils.c 310 static void Launch(WebPWorker* const worker) {
338 Init, Reset, Sync, Launch, Execute, End
344 winterface->Sync == NULL || winterface->Launch == NULL ||
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 23 Launch,
  /prebuilts/go/darwin-x86/doc/play/
sieve.go 28 go Generate(ch) // Launch Generate goroutine.
  /prebuilts/go/linux-x86/doc/play/
sieve.go 28 go Generate(ch) // Launch Generate goroutine.
  /prebuilts/go/darwin-x86/src/sync/
example_test.go 30 // Launch a goroutine to fetch the URL.
  /prebuilts/go/linux-x86/src/sync/
example_test.go 30 // Launch a goroutine to fetch the URL.
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 14 numPollers = 2 // number of Poller goroutines to launch
98 // Launch the StateMonitor.
101 // Launch some Poller goroutines.
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 14 numPollers = 2 // number of Poller goroutines to launch
98 // Launch the StateMonitor.
101 // Launch some Poller goroutines.
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 39 vpx_get_worker_interface()->launch(worker);
92 vpx_get_worker_interface()->launch(&worker_);
140 case 3: winterface.launch = NULL; break;
209 void Launch(VPxWorker *const worker) { Execute(worker); }
216 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
  /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!
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 473 '''Launch a binary (compiled with the NDK).
518 '''Launch a Renderscript application.
544 '''Launch lldb server and attach to target app.
  /external/autotest/site_utils/suite_scheduler/
suite_scheduler.py 182 'know if it\'s testing ChromeOS or Launch Control '
  /external/pdfium/fpdfsdk/
fpdfdoc.cpp 162 case CPDF_Action::Launch:
fsdk_actionhandler.cpp 361 case CPDF_Action::Launch:
  /external/webp/src/enc/
alpha_enc.c 400 WebPGetWorkerInterface()->Launch(worker);
analysis_enc.c 507 // launch the two jobs in parallel
509 worker_interface->Launch(&side_job.worker);
  /frameworks/rs/script_api/
rs_for_each.spec 92 of this type can be used in a @rsForEach call to launch a kernel.
194 arg: rs_script_call_t* options, "Launch options"
201 by options, no input or output allocation is required for a kernel launch using
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)
228 Internal API to launch a kernel.
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 230 // Launch findPackage as a goroutine so it can return multiple paths if required.
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 230 // Launch findPackage as a goroutine so it can return multiple paths if required.
  /external/webp/src/dec/
frame_dec.c 537 WebPGetWorkerInterface()->Launch(worker);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 242 ## Launch an external program
268 # launch the command
271 # launch two threads to read the STDOUT and STDERR
494 # launch build thread until the maximum number of threads is reached
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 724 milliseconds

1 2