/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/ |
D | ClassCacheTest.java | 15 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/ |
D | control | 7 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/ |
D | public_methods_embeddertest.cpp | 25 v8::Locker locker(isolate()); in TEST_F() local 108 v8::Locker locker(isolate()); in TEST_F() local
|
D | JS_Runtime.cpp | 90 v8::Locker locker(isolate); local 139 v8::Locker locker(GetIsolate()); local 214 v8::Locker locker(m_isolate); local
|
D | JS_Context.cpp | 37 v8::Locker locker(m_pRuntime->GetIsolate()); in RunScript() local
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8_embeddertest.cpp | 19 v8::Locker locker(isolate()); in TEST_F() local
|
D | fxjs_v8.cpp | 285 v8::Locker locker(pIsolate); in FXJS_InitializeRuntime() local 331 v8::Locker locker(pIsolate); in FXJS_ReleaseRuntime() local
|
/external/pdfium/testing/ |
D | js_embedder_test.cpp | 24 v8::Locker locker(m_pIsolate); in SetUp() local
|
/external/autotest/cli/contrib/ |
D | why_isnt_my_job_running.py | 153 locker = host.get('locked_by') or 'UNKNOWN' variable 155 locker, host.get('lock_time'))
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 67 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
|
D | test-log.cc | 178 v8::Locker locker; 204 v8::Locker locker; 252 v8::Locker locker;
|
D | cctest.cc | 97 v8::Locker locker(isolate_); in Run() local
|
D | test-serialize.cc | 786 v8::Locker locker(isolate0); in TEST() local 806 v8::Locker locker(isolate1); in TEST() local
|
D | test-api.cc | 7742 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/ |
D | runtime.cpp | 37 v8::Locker locker(pIsolate); in FXJSE_Runtime_DisposeCallback() local
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 898 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/ |
D | Breakpad.mm | 717 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/ |
D | ocl.cpp | 3894 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
|