Searched refs:worker (Results 51 - 68 of 68) sorted by relevance

123

/external/webkit/Source/WebCore/inspector/front-end/
H A DInjectedFakeWorker.js59 function FakeWorker(worker, url)
63 this._worker = worker;
236 console.error("Failed to load worker: " + url + "[" + xhr.status + "]");
237 text = ""; // We've got error message, not worker code.
H A Dinspector.css4254 a.worker-item {
4422 a.worker-item:hover {
/external/webkit/Source/WebCore/workers/
H A DWorkerMessagingProxy.cpp212 WorkerContextProxy* WorkerContextProxy::create(Worker* worker) argument
214 return new WorkerMessagingProxy(worker);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSocketChannelTest.java2123 Socket worker = server.socket().accept();
2124 SocketChannel workerChannel = worker.getChannel();
2145 worker.close();
2841 SocketChannel worker = server.accept();
2854 while (EOF != worker.read(readBuffer)) {};
2860 worker.close();
2873 SocketChannel worker = server.accept();
2897 while (EOF != worker.read(readBuffer)) {};
2902 worker.close();
2915 SocketChannel worker
[all...]
/external/mesa3d/src/pixelflinger2/
H A Draster.cpp250 GGLContext::Worker & args = ctx->worker;
251 if (!ctx->worker.thread) {
255 int rc = pthread_create(&ctx->worker.thread, &attr, RasterTrapezoidWorker, &args);
257 // wait for worker to start
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py718 # Writing data will block the worker so we need to release
1000 self._logger.debug('Logical channel worker started. (id=%d)' %
1053 def __init__(self, request, worker):
1055 self.worker = worker
1062 threads; the reader thread, the writer thread, and a worker thread.
1072 The worker thread launched at the starting point handles the
1074 an AddChannelRequest and accepts it, the handler will launch a new worker
1169 self._logger.debug('Waiting worker(s) timed out')
1211 worker thread
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWrapper.cpp363 if (Worker* worker = target->toWorker())
364 return toV8(worker);
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.cpp302 WorkerFileSystemCallbacksBridge::WorkerFileSystemCallbacksBridge(WebWorkerBase* worker, ScriptExecutionContext* scriptExecutionContext, WebFileSystemCallbacks* callbacks) argument
304 , m_worker(worker)
H A DPlatformBridge.cpp1047 WorkerContextProxy* WorkerContextProxy::create(Worker* worker) argument
1049 return WebWorkerClientImpl::createWorkerContextProxy(worker);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/truetype/
H A Dttinterp.c6693 _iup_worker_shift( IUP_Worker worker, argument
6702 dx = worker->curs[p].x - worker->orgs[p].x;
6706 worker->curs[i].x += dx;
6709 worker->curs[i].x += dx;
6715 _iup_worker_interpolate( IUP_Worker worker, argument
6728 if ( BOUNDS( ref1, worker->max_points ) ||
6729 BOUNDS( ref2, worker->max_points ) )
6732 orus1 = worker->orus[ref1].x;
6733 orus2 = worker
[all...]
/external/chromium/base/
H A Dmessage_loop_unittest.cc983 Thread worker("RecursiveDenial2_worker");
986 ASSERT_EQ(true, worker.StartWithOptions(options));
989 worker.message_loop()->PostTask(FROM_HERE,
1026 Thread worker("RecursiveSupport2_worker");
1029 ASSERT_EQ(true, worker.StartWithOptions(options));
1032 worker.message_loop()->PostTask(FROM_HERE,
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc99 // Create a worker for the UI thread and route bookmark changes to it.
103 // when a new type is synced as the worker may already exist and you just
962 ModelSafeWorker* worker = worker_it->second;
963 return worker->CurrentThreadIsWorkThread();
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp603 JSValue JSDOMWindow::worker(ExecState* exec) const function in class:WebCore::JSDOMWindow
/external/iproute2/misc/
H A Dss.c1284 int (*worker)(char*, const struct filter *, int),
1301 if (worker(line, f, fam) < 0)
1283 generic_record_read(FILE *fp, int (*worker)(char*, const struct filter *, int), const struct filter *f, int fam) argument
/external/stressapptest/src/
H A Dworker.cc15 // worker.cc : individual tasks that can be run in combination to
64 #include "worker.h" // NOLINT
139 WorkerThread *worker = static_cast<WorkerThread*>(ptr); local
140 worker->StartRoutine();
359 // Kill the worker thread with SIGINT.
427 // Bind worker thread to specified CPU(s)
458 // A worker thread can yield itself to give up CPU until it's scheduled again.
1520 // Copy worker-threads yield themselves at the end of each copy loop,
1522 // copy-loop. Cooperations between Copy worker-threads results in less
1564 // operation to improve cooperation between different worker thread
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1626 milliseconds

123