Home
last modified time | relevance | path

Searched refs:isLocked (Results 1 – 25 of 79) sorted by relevance

1234

/external/swiftshader/src/Reactor/
DMutexLock.hpp76 if(!isLocked()) in attemptLock()
156 bool isLocked() in isLocked() function in rr::BackoffLock
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_terminates.sh.cpp98 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/
DMutexLock.hpp76 if(!isLocked()) in attemptLock()
156 bool isLocked() in isLocked() function in sw::BackoffLock
/external/swiftshader/src/System/
DMutexLock.hpp76 if(!isLocked()) in attemptLock()
156 bool isLocked() in isLocked() function in sw::BackoffLock
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp43 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/skqp/tests/
DYUVCacheTest.cpp27 bool isLocked = (data->data() != nullptr); in check_data() local
28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
DMaskCacheTest.cpp27 bool isLocked = (data->data() != nullptr); in check_data() local
28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
/external/skia/tests/
DYUVCacheTest.cpp27 bool isLocked = (data->data() != nullptr); in check_data() local
28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
DMaskCacheTest.cpp27 bool isLocked = (data->data() != nullptr); in check_data() local
28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowKeyguardManager.java208 public void setIsDeviceLocked(int userId, boolean isLocked) { in setIsDeviceLocked() argument
209 if (isLocked) { in setIsDeviceLocked()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraTest.java52 assertThat(shadowCamera.isLocked()).isTrue(); in testUnlock()
54 assertThat(shadowCamera.isLocked()).isFalse(); in testUnlock()
60 assertThat(shadowCamera.isLocked()).isFalse(); in testReconnect()
62 assertThat(shadowCamera.isLocked()).isTrue(); in testReconnect()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java192 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/
DInvocationRecordTest.java193 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
196 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java192 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/
DInvocationRecordTest.java193 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
196 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java193 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
196 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java192 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/
DInvocationRecordTest.java192 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/
DInvocationRecordTest.java192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java192 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
195 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java195 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/
DInvocationRecordTest.java195 assertFalse("locked - before", invocationRecord.isLocked()); in testLock()
198 assertTrue("locked - after", invocationRecord.isLocked()); in testLock()

1234