Searched defs:IsLocked (Results 1 – 9 of 9) sorted by relevance
| /external/libbrillo/install_attributes/ | ||
| D | libinstallattributes.cc | 52 bool InstallAttributesReader::IsLocked() { in IsLocked() function in InstallAttributesReader |
| /external/webrtc/webrtc/base/ | ||
| D | criticalsection.cc | 106 bool CriticalSection::IsLocked() const { in IsLocked() function in rtc::CriticalSection |
| D | diskcache.h | 112 bool IsLocked() const { return locked_; } in IsLocked() function |
| D | messagequeue_unittest.cc | 31 bool IsLocked() { in IsLocked() function in MessageQueueTest |
| D | criticalsection_unittest.cc | 307 TEST(CriticalSectionTest, IsLocked) { in TEST() argument |
| /external/pdfium/fpdfsdk/ | ||
| D | cpdfsdk_pageview.h | 93 bool IsLocked() { return m_bLocked; } in IsLocked() function |
| /external/pdfium/xfa/fwl/ | ||
| D | cfwl_widget.h | 124 bool IsLocked() const { return m_iLock > 0; } in IsLocked() function |
| /external/v8/src/ | ||
| D | v8threads.cc | 55 bool Locker::IsLocked(v8::Isolate* isolate) { in IsLocked() function in v8::Locker |
| /external/toolchain-utils/ | ||
| D | file_lock_machine.py | 78 def IsLocked(self): member in LockDescription |