Home
last modified time | relevance | path

Searched refs:locker (Results 1 – 18 of 18) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DClassCacheTest.java15 Thread locker = new Thread() { in fixForCorberturaAndSonarCodeCoverage() local
28 locker.start(); in fixForCorberturaAndSonarCodeCoverage()
34 locker.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverage()
42 locker.interrupt(); in fixForCorberturaAndSonarCodeCoverage()
54 Thread locker = new Thread() { in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() local
67 locker.start(); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
73 locker.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
81 locker.interrupt(); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
/external/autotest/client/site_tests/desktopui_ScreenLocker/
Dcontrol7 PURPOSE = "Verify screen locker is functional."
24 This test checks if the screen locker can lock and unlock the screen.
/external/pdfium/fpdfsdk/src/javascript/
Dpublic_methods_embeddertest.cpp25 v8::Locker locker(isolate()); in TEST_F() local
108 v8::Locker locker(isolate()); in TEST_F() local
DJS_Runtime.cpp90 v8::Locker locker(isolate); local
139 v8::Locker locker(GetIsolate()); local
214 v8::Locker locker(m_isolate); local
DJS_Context.cpp37 v8::Locker locker(m_pRuntime->GetIsolate()); in RunScript() local
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8_embeddertest.cpp19 v8::Locker locker(isolate()); in TEST_F() local
Dfxjs_v8.cpp285 v8::Locker locker(pIsolate); in FXJS_InitializeRuntime() local
331 v8::Locker locker(pIsolate); in FXJS_ReleaseRuntime() local
/external/pdfium/testing/
Djs_embedder_test.cpp24 v8::Locker locker(m_pIsolate); in SetUp() local
/external/autotest/cli/contrib/
Dwhy_isnt_my_job_running.py153 locker = host.get('locked_by') or 'UNKNOWN' variable
155 locker, host.get('lock_time'))
/external/v8/test/cctest/
Dtest-lockers.cc67 v8::Locker locker(isolate_); in Run() local
79 v8::Locker locker(isolate_); in Run() local
105 v8::Locker locker(isolate); in TEST() local
184 v8::Locker locker(isolate_); in Run() local
Dtest-log.cc178 v8::Locker locker;
204 v8::Locker locker;
252 v8::Locker locker;
Dcctest.cc97 v8::Locker locker(isolate_); in Run() local
Dtest-serialize.cc786 v8::Locker locker(isolate0); in TEST() local
806 v8::Locker locker(isolate1); in TEST() local
Dtest-api.cc7742 v8::Locker locker(CcTest::isolate()); in THREADED_TEST() local
13191 v8::Locker locker(CcTest::isolate()); in Run() local
13355 v8::Locker locker(isolate); in TEST() local
13381 v8::Locker locker(CcTest::isolate()); in TEST() local
13404 v8::Locker locker(CcTest::isolate()); in THREADED_TEST() local
13420 v8::Locker locker(CcTest::isolate()); in THREADED_TEST() local
13439 v8::Locker locker(CcTest::isolate()); in THREADED_TEST() local
13682 v8::Locker locker(CcTest::isolate()); in THREADED_TEST() local
17364 v8::Locker locker(CcTest::isolate()); in TEST() local
17384 v8::Locker locker(CcTest::isolate()); in TEST() local
/external/pdfium/xfa/src/fxjse/src/
Druntime.cpp37 v8::Locker locker(pIsolate); in FXJSE_Runtime_DisposeCallback() local
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm898 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
919 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
937 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
958 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
975 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
990 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
1011 ProtectedMemoryLocker locker(&gDictionaryMutex, gBreakpadAllocator);
/external/google-breakpad/src/client/ios/
DBreakpad.mm717 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
738 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
756 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
777 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
794 ProtectedMemoryLocker locker(&gDictionaryMutex, gKeyValueAllocator);
/external/opencv3/modules/core/src/
Docl.cpp3894 AutoLock locker(mutex_); in allocate() local
3909 AutoLock locker(mutex_); in release() local
3928 AutoLock locker(mutex_); in setMaxReservedSize() local
3952 AutoLock locker(mutex_); in freeAllReservedBuffers() local