/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | wait_terminates.sh.cpp | 98 bool isLocked() const { return locked == true; } in isLocked() function in ThrowingMutex 105 while (mut.isLocked()) {} // wait until T1 releases mut inside the cv.wait call. in signal_me()
|
/external/swiftshader/src/Common/ |
D | MutexLock.hpp | 76 if(!isLocked()) in attemptLock() 156 bool isLocked() in isLocked() function in sw::BackoffLock
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CameraTest.java | 49 assertThat(shadowCamera.isLocked(), equalTo(true)); in testUnlock() 51 assertThat(shadowCamera.isLocked(), equalTo(false)); in testUnlock() 57 assertThat(shadowCamera.isLocked(), equalTo(false)); in testReconnect() 59 assertThat(shadowCamera.isLocked(), equalTo(true)); in testReconnect()
|
/external/skia/tests/ |
D | YUVCacheTest.cpp | 27 bool isLocked = (data->data() != nullptr); in check_data() local 28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
|
D | MaskCacheTest.cpp | 27 bool isLocked = (data->data() != nullptr); in check_data() local 28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PthreadLockChecker.cpp | 43 bool isLocked() const { return K == Locked; } in isLocked() function 141 if (LState->isLocked()) { in AcquireLock() 266 if (LState->isLocked()) { in DestroyLock() 301 if (LState->isLocked()) { in InitLock()
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 193 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 196 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 193 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 196 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 193 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 196 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/ |
D | InvocationRecordTest.java | 195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock() 198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
|