/packages/apps/Dialer/java/com/android/dialer/location/ |
CountryDetector.java | 37 import com.android.dialer.common.concurrent.DialerExecutor.Worker; 242 /** Worker that given a {@link Location} returns an ISO 3166-1 two letter country code. */ 243 private static class GeocodeCountryWorker implements Worker<Location, String> {
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
RuntimeWorker.java | 17 package com.google.caliper.worker; 39 * A {@link Worker} base class for micro and pico benchmarks. 41 public abstract class RuntimeWorker extends Worker { 101 * A {@link Worker} for micro benchmarks. 127 * A {@link Worker} for pico benchmarks.
|
/external/v8/src/ |
d8.cc | 173 Worker* GetWorkerFromInternalField(Isolate* isolate, Local<Object> object) { 175 Throw(isolate, "this is not a Worker"); 179 Worker* worker = local 180 static_cast<Worker*>(object->GetAlignedPointerFromInternalField(0)); 181 if (worker == NULL) { 182 Throw(isolate, "Worker is defunct because main thread is terminating"); 186 return worker; 354 i::List<Worker*> Shell::workers_; 1106 Worker* worker = GetWorkerFromInternalField(isolate, args.Holder()); local 1149 Worker* worker = GetWorkerFromInternalField(isolate, args.Holder()); local 1169 Worker* worker = GetWorkerFromInternalField(isolate, args.Holder()); local [all...] |
/external/valgrind/drd/tests/ |
tsan_thread_wrappers_pthread.h | 346 MyThread(worker_t worker, void *arg = NULL, const char *name = NULL) 347 :w_(worker), arg_(arg), name_(name) {} 348 MyThread(void (*worker)(void), void *arg = NULL, const char *name = NULL) 349 :w_(reinterpret_cast<worker_t>(worker)), arg_(arg), name_(name) {} 350 MyThread(void (*worker)(void *), void *arg = NULL, const char *name = NULL) 351 :w_(reinterpret_cast<worker_t>(worker)), arg_(arg), name_(name) {} 507 MyThread *thread = new MyThread(&ThreadPool::Worker, this); 540 static void *Worker(void *p) {
|
/external/webrtc/webrtc/sound/ |
alsasoundsystem.cc | 22 #include "webrtc/base/worker.h" 101 // anything else on their worker threads, so snd_pcm_wait() is good enough. 236 private rtc::Worker { 281 // Inherited from Worker. 286 // Inherited from Worker. 322 // Inherited from Worker. 341 private rtc::Worker { 412 // Inherited from Worker. 417 // Inherited from Worker. 427 // Inherited from Worker [all...] |
pulseaudiosoundsystem.cc | 23 #include "webrtc/base/worker.h" 219 private rtc::Worker { 439 // Inherited from Worker. 446 // Inherited from Worker. 488 // Inherited from Worker. 582 private rtc::Worker { 836 // Inherited from Worker. 843 // Inherited from Worker. 855 // Inherited from Worker. [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
DefaultVoicemailNotifier.java | 57 import com.android.dialer.common.concurrent.DialerExecutor.Worker; 70 public class DefaultVoicemailNotifier implements Worker<Void, Void> {
|
MissedCallNotifier.java | 48 import com.android.dialer.common.concurrent.DialerExecutor.Worker; 60 public class MissedCallNotifier implements Worker<Pair<Integer, String>, Void> {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_threading.py | 207 class Worker(threading.Thread):
220 t = Worker()
224 print " started worker thread"
232 # Now raise an exception in the worker thread.
234 print " waiting for worker thread to get started"
238 print " verifying worker hasn't exited"
241 print " attempting to raise asynch exception in worker"
245 print " waiting for worker to say it caught the exception"
249 print " all OK -- joining worker"
470 # Like the test above, but fork() was called from a worker thread [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_threading.py | 209 class Worker(threading.Thread): 222 t = Worker() 226 print " started worker thread" 234 # Now raise an exception in the worker thread. 236 print " waiting for worker thread to get started" 240 print " verifying worker hasn't exited" 243 print " attempting to raise asynch exception in worker" 247 print " waiting for worker to say it caught the exception" 251 print " all OK -- joining worker" 450 # #12316 and #11870), and fork() from a worker thread is known to trigge [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_threading.py | 209 class Worker(threading.Thread): 222 t = Worker() 226 print " started worker thread" 234 # Now raise an exception in the worker thread. 236 print " waiting for worker thread to get started" 240 print " verifying worker hasn't exited" 243 print " attempting to raise asynch exception in worker" 247 print " waiting for worker to say it caught the exception" 251 print " all OK -- joining worker" 450 # #12316 and #11870), and fork() from a worker thread is known to trigge [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 209 class Worker(threading.Thread): 222 t = Worker() 226 print " started worker thread" 234 # Now raise an exception in the worker thread. 236 print " waiting for worker thread to get started" 240 print " verifying worker hasn't exited" 243 print " attempting to raise asynch exception in worker" 247 print " waiting for worker to say it caught the exception" 251 print " all OK -- joining worker" 450 # #12316 and #11870), and fork() from a worker thread is known to trigge [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 209 class Worker(threading.Thread): 222 t = Worker() 226 print " started worker thread" 234 # Now raise an exception in the worker thread. 236 print " waiting for worker thread to get started" 240 print " verifying worker hasn't exited" 243 print " attempting to raise asynch exception in worker" 247 print " waiting for worker to say it caught the exception" 251 print " all OK -- joining worker" 450 # #12316 and #11870), and fork() from a worker thread is known to trigge [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | 83 private Worker mAlbumArtWorker; 97 mAlbumArtWorker = new Worker("album art worker"); [all...] |
/external/v8/tools/profviz/ |
profviz.js | 43 var worker = null; 47 worker = new Worker("worker.js"); 50 worker.postMessage({ "call" : "load scripts", 53 worker.addEventListener("message", function(event) { 76 worker.postMessage({ 'call' : 'run', 'args' : args }); 80 if (worker) worker.terminate(); 230 worker.run(file, kResX, kResY, distortion, range[0], range[1]) 284 var worker; variable [all...] |
/packages/apps/Dialer/java/com/android/incallui/ |
ContactInfoCache.java | 45 import com.android.dialer.common.concurrent.DialerExecutor.Worker; 83 // worker thread. 91 private static class CachedNumberLookupWorker implements Worker<CnapInformationWrapper, Void> { 530 * when image is loaded in worker thread. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/external/guice/extensions/persist/lib/ |
hibernate-search.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ks.h | [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar | |
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
VoicemailPlaybackPresenter.java | 868 implements DialerExecutor.Worker<Pair<Context, Uri>, Pair<Uri, String>> { [all...] |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/ |
rxjava-1.2.3.jar | |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/ |
rxjava-1.1.0.jar | |