/external/stressapptest/src/ |
worker.h | 204 class WorkerThread { 212 WorkerThread(); 213 virtual ~WorkerThread(); 239 // Starts per-WorkerThread timer. 248 // Stops per-WorkerThread timer and records thread run duration. 405 DISALLOW_COPY_AND_ASSIGN(WorkerThread); 409 class FileThread : public WorkerThread { 492 class NetworkThread : public WorkerThread { 558 class CopyThread : public WorkerThread { 571 class InvertThread : public WorkerThread { [all...] |
worker.cc | 139 WorkerThread *worker = static_cast<WorkerThread*>(ptr); 236 WorkerThread::WorkerThread() { 247 WorkerThread::~WorkerThread() {} 288 void WorkerThread::InitThread(int thread_num_init, 310 bool WorkerThread::InitPriority() { 342 int WorkerThread::SpawnThread() { 360 bool WorkerThread::KillThread() [all...] |
sat.h | 259 typedef vector<WorkerThread*> WorkerVector;
|
sat.cc | [all...] |
/external/chromium_org/content/worker/ |
worker_main.cc | 58 worker_process.set_main_thread(new WorkerThread());
|
shared_worker_devtools_agent.cc | 85 return WorkerThread::current()->Send(message);
|
websharedworkerclient_proxy.cc | 118 return WorkerThread::current()->Send(message);
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerGlobalScope.h | 59 class WorkerThread; 84 WorkerThread* thread() const { return m_thread; } 144 WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>); 171 WorkerThread* m_thread;
|
WorkerGlobalScope.cpp | 53 #include "core/workers/WorkerThread.h" 69 // Notify parent that this context is closed. Parent is responsible for calling WorkerThread::stop(). 76 WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) 103 // Notify proxy that we are going away. This can free the WorkerThread object, so do not access it after this.
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.cpp | 74 mWorkerThread = new WorkerThread(this); 286 status_t EmulatedCameraDevice::WorkerThread::readyToRun() 306 status_t EmulatedCameraDevice::WorkerThread::stopThread() 346 EmulatedCameraDevice::WorkerThread::SelectRes 347 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout)
|
EmulatedQemuCameraDevice.cpp | 237 WorkerThread::SelectRes res = 239 if (res == WorkerThread::EXIT_THREAD) {
|
EmulatedFakeCameraDevice.cpp | 195 WorkerThread::SelectRes res = 197 if (res == WorkerThread::EXIT_THREAD) {
|
/external/chromium_org/chrome/test/functional/media/ |
worker_thread.py | 33 test_worker_class: WorkerThread class reference. 56 class WorkerThread(threading.Thread): 63 """Sets up WorkerThread class variables. 104 unique_url = '%s?%d' % (self.__url, WorkerThread._task_id.next())
|
media_constrained_network_perf.py | 74 class CNSWorkerThread(worker_thread.WorkerThread): 79 # Allocate local vars before WorkerThread.__init__ runs the thread. 82 worker_thread.WorkerThread.__init__(self, *args, **kwargs)
|
media_seek_perf.py | 43 class SeekWorkerThread(worker_thread.WorkerThread):
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 113 private class WorkerThread implements Runnable { 152 Thread t = new Thread(new WorkerThread());
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_common_test.cc | 144 static void *WorkerThread(void *arg) { 157 pthread_create(&t, 0, WorkerThread, 0);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 51 import com.android.hierarchyviewer.util.WorkerThread; [all...] |
ScreenViewer.java | 8 import com.android.hierarchyviewer.util.WorkerThread; 670 @WorkerThread 807 @WorkerThread
|
/external/chromium_org/chrome/browser/resources/profiler/ |
profiler.js | 884 * considered equivalent. For instance, "WorkerThread-1" and "WorkerThread-2" 885 * will be remapped to "WorkerThread-*". [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 113 #include "core/workers/WorkerThread.h" 258 return WorkerThread::workerThreadCount(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 503 third_party/WebKit/Source/core/workers/WorkerThread.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 503 third_party/WebKit/Source/core/workers/WorkerThread.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 503 third_party/WebKit/Source/core/workers/WorkerThread.cpp \ [all...] |