Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 25 of 143) sorted by relevance

123456

/external/chromium_org/ipc/
Dipc_sync_channel_unittest.cc239 void RunTest(std::vector<Worker*> workers) { in RunTest() argument
242 for (size_t i = 0; i < workers.size(); ++i) { in RunTest()
243 if (workers[i]->mode() & Channel::MODE_SERVER_FLAG) { in RunTest()
244 workers[i]->Start(); in RunTest()
245 workers[i]->WaitForChannelCreation(); in RunTest()
250 for (size_t i = 0; i < workers.size(); ++i) { in RunTest()
251 if (workers[i]->mode() & Channel::MODE_CLIENT_FLAG) in RunTest()
252 workers[i]->Start(); in RunTest()
256 for (size_t i = 0; i < workers.size(); ++i) in RunTest()
257 workers[i]->done_event()->Wait(); in RunTest()
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DPolicyQualifierInfoTest.java152 Thread[] workers = new Thread[workersNumber]; in testMtByteArray() local
154 workers[i] = new TestWorker1(i); in testMtByteArray()
157 workers[i].start(); in testMtByteArray()
160 workers[i].join(); in testMtByteArray()
171 Thread[] workers = new Thread[workersNumber]; in testMtInputStream() local
173 workers[i] = new TestWorker2(i); in testMtInputStream()
176 workers[i].start(); in testMtInputStream()
179 workers[i].join(); in testMtInputStream()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventTargetFactory.in20 core/workers/DedicatedWorkerGlobalScope
21 core/workers/SharedWorker
22 core/workers/SharedWorkerGlobalScope
23 core/workers/Worker
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dvp9_thread_test.cc106 VP9Worker workers[kNumWorkers]; in TEST_P() local
111 vp9_get_worker_interface()->init(&workers[n]); in TEST_P()
113 workers[n].hook = ThreadHook; in TEST_P()
114 workers[n].data1 = &hook_data[n]; in TEST_P()
115 workers[n].data2 = &return_value[n]; in TEST_P()
120 EXPECT_NE(vp9_get_worker_interface()->reset(&workers[n]), 0); in TEST_P()
125 Run(&workers[n]); in TEST_P()
129 vp9_get_worker_interface()->end(&workers[n]); in TEST_P()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DDerUTCTimeEDTest.java124 Thread[] workers = new Thread[workersNumber]; in testMt() local
126 workers[i] = new TestWorker(); in testMt()
129 workers[i].start(); in testMt()
132 workers[i].join(); in testMt()
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_registrar_unittest.cc116 std::vector<scoped_refptr<syncer::ModelSafeWorker> > workers; in TEST_F() local
117 registrar_->GetWorkers(&workers); in TEST_F()
118 EXPECT_EQ(4u, workers.size()); in TEST_F()
129 std::vector<scoped_refptr<syncer::ModelSafeWorker> > workers; in TEST_F() local
130 registrar_->GetWorkers(&workers); in TEST_F()
131 EXPECT_EQ(4u, workers.size()); in TEST_F()
/external/chromium_org/native_client_sdk/src/doc/
Dglossary.rst49 web workers
50 `Web workers <http://en.wikipedia.org/wiki/Web_Workers>`_ provide a
53 Web pages interact with web workers by using ``postMessage()`` to send
55 is analogous to the way it interacts with web workers.
/external/chromium_org/sync/internal_api/
Dsync_rollback_manager.cc34 for (size_t i = 0; i < args->workers.size(); ++i) { in Init()
35 ModelSafeGroup group = args->workers[i]->GetModelSafeGroup(); in Init()
37 workers_[group] = args->workers[i]; in Init()
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc176 pthread_t workers[kNumWorkers], forker; in TEST() local
178 PTHREAD_CREATE(&workers[i], 0, MallocIntrospectionLockWorker, 0); in TEST()
182 PTHREAD_JOIN(workers[i], 0); in TEST()
/external/chromium_org/sync/sessions/
Dmodel_type_registry.cc110 const std::vector<scoped_refptr<ModelSafeWorker> >& workers, in ModelTypeRegistry()
116 for (size_t i = 0u; i < workers.size(); ++i) { in ModelTypeRegistry()
118 std::make_pair(workers[i]->GetModelSafeGroup(), workers[i])); in ModelTypeRegistry()
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi443 'workers/DedicatedWorkerGlobalScope.idl',
444 'workers/SharedWorker.idl',
445 'workers/SharedWorkerGlobalScope.idl',
446 'workers/Worker.idl',
447 'workers/WorkerConsole.idl',
448 'workers/WorkerGlobalScope.idl',
449 'workers/WorkerLocation.idl',
450 'workers/WorkerNavigator.idl',
497 'workers/AbstractWorker.idl',
1879 'workers/AbstractWorker.cpp',
[all …]
/external/chromium_org/sync/tools/
Dsync_client.cc401 std::vector<scoped_refptr<ModelSafeWorker> > workers; in SyncClientMain() local
402 workers.push_back(passive_model_safe_worker); in SyncClientMain()
438 args.workers = workers; in SyncClientMain()
/external/chromium_org/build/android/pylib/base/
Dtest_dispatcher.py264 workers = reraiser_thread.ReraiserThreadGroup(threads)
265 workers.StartAll()
269 workers.JoinAll(watcher)
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp436 ../../core/workers/DedicatedWorkerGlobalScope.idl
437 ../../core/workers/SharedWorker.idl
438 ../../core/workers/SharedWorkerGlobalScope.idl
439 ../../core/workers/Worker.idl
440 ../../core/workers/WorkerConsole.idl
441 ../../core/workers/WorkerGlobalScope.idl
442 ../../core/workers/WorkerLocation.idl
443 ../../core/workers/WorkerNavigator.idl
Dcore_idl_files_list.tmp442 ../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../core/workers/SharedWorker.idl
444 ../../core/workers/SharedWorkerGlobalScope.idl
445 ../../core/workers/Worker.idl
446 ../../core/workers/WorkerConsole.idl
447 ../../core/workers/WorkerGlobalScope.idl
448 ../../core/workers/WorkerLocation.idl
449 ../../core/workers/WorkerNavigator.idl
Dcore_global_objects_idl_files_list.tmp436 ../../core/workers/DedicatedWorkerGlobalScope.idl
437 ../../core/workers/SharedWorker.idl
438 ../../core/workers/SharedWorkerGlobalScope.idl
439 ../../core/workers/Worker.idl
440 ../../core/workers/WorkerConsole.idl
441 ../../core/workers/WorkerGlobalScope.idl
442 ../../core/workers/WorkerLocation.idl
443 ../../core/workers/WorkerNavigator.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp442 ../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../core/workers/SharedWorker.idl
444 ../../core/workers/SharedWorkerGlobalScope.idl
445 ../../core/workers/Worker.idl
446 ../../core/workers/WorkerConsole.idl
447 ../../core/workers/WorkerGlobalScope.idl
448 ../../core/workers/WorkerLocation.idl
449 ../../core/workers/WorkerNavigator.idl
504 ../../core/workers/AbstractWorker.idl
Dcore_static_idl_files_list.tmp442 ../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../core/workers/SharedWorker.idl
444 ../../core/workers/SharedWorkerGlobalScope.idl
445 ../../core/workers/Worker.idl
446 ../../core/workers/WorkerConsole.idl
447 ../../core/workers/WorkerGlobalScope.idl
448 ../../core/workers/WorkerLocation.idl
449 ../../core/workers/WorkerNavigator.idl
504 ../../core/workers/AbstractWorker.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp442 ../../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../../core/workers/SharedWorker.idl
444 ../../../core/workers/SharedWorkerGlobalScope.idl
445 ../../../core/workers/Worker.idl
446 ../../../core/workers/WorkerConsole.idl
447 ../../../core/workers/WorkerGlobalScope.idl
448 ../../../core/workers/WorkerLocation.idl
449 ../../../core/workers/WorkerNavigator.idl
Dcore_static_idl_files_list.tmp442 ../../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../../core/workers/SharedWorker.idl
444 ../../../core/workers/SharedWorkerGlobalScope.idl
445 ../../../core/workers/Worker.idl
446 ../../../core/workers/WorkerConsole.idl
447 ../../../core/workers/WorkerGlobalScope.idl
448 ../../../core/workers/WorkerLocation.idl
449 ../../../core/workers/WorkerNavigator.idl
504 ../../../core/workers/AbstractWorker.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp436 ../../core/workers/DedicatedWorkerGlobalScope.idl
437 ../../core/workers/SharedWorker.idl
438 ../../core/workers/SharedWorkerGlobalScope.idl
439 ../../core/workers/Worker.idl
440 ../../core/workers/WorkerConsole.idl
441 ../../core/workers/WorkerGlobalScope.idl
442 ../../core/workers/WorkerLocation.idl
443 ../../core/workers/WorkerNavigator.idl
Dcore_idl_files_list.tmp442 ../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../core/workers/SharedWorker.idl
444 ../../core/workers/SharedWorkerGlobalScope.idl
445 ../../core/workers/Worker.idl
446 ../../core/workers/WorkerConsole.idl
447 ../../core/workers/WorkerGlobalScope.idl
448 ../../core/workers/WorkerLocation.idl
449 ../../core/workers/WorkerNavigator.idl
Dcore_static_idl_files_list.tmp442 ../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../core/workers/SharedWorker.idl
444 ../../core/workers/SharedWorkerGlobalScope.idl
445 ../../core/workers/Worker.idl
446 ../../core/workers/WorkerConsole.idl
447 ../../core/workers/WorkerGlobalScope.idl
448 ../../core/workers/WorkerLocation.idl
449 ../../core/workers/WorkerNavigator.idl
504 ../../core/workers/AbstractWorker.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp442 ../../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../../core/workers/SharedWorker.idl
444 ../../../core/workers/SharedWorkerGlobalScope.idl
445 ../../../core/workers/Worker.idl
446 ../../../core/workers/WorkerConsole.idl
447 ../../../core/workers/WorkerGlobalScope.idl
448 ../../../core/workers/WorkerLocation.idl
449 ../../../core/workers/WorkerNavigator.idl
Dcore_static_idl_files_list.tmp442 ../../../core/workers/DedicatedWorkerGlobalScope.idl
443 ../../../core/workers/SharedWorker.idl
444 ../../../core/workers/SharedWorkerGlobalScope.idl
445 ../../../core/workers/Worker.idl
446 ../../../core/workers/WorkerConsole.idl
447 ../../../core/workers/WorkerGlobalScope.idl
448 ../../../core/workers/WorkerLocation.idl
449 ../../../core/workers/WorkerNavigator.idl
504 ../../../core/workers/AbstractWorker.idl

123456