Home
last modified time | relevance | path

Searched defs:IsLocked (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/install_attributes/
Dlibinstallattributes.cc52 bool InstallAttributesReader::IsLocked() { in IsLocked() function in InstallAttributesReader
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h46 bool IsLocked() const { return !!m_LockCount; } in IsLocked() function
Dcpdf_array.h113 bool IsLocked() const { return !!m_LockCount; } in IsLocked() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.h92 bool IsLocked() const { return m_bLocked; } in IsLocked() function
/external/llvm-project/lldb/source/Host/common/
DLockFileBase.cpp24 bool LockFileBase::IsLocked() const { return m_locked; } in IsLocked() function in LockFileBase
/external/pdfium/xfa/fwl/
Dcfwl_widget.h140 bool IsLocked() const { return m_iLock > 0; } in IsLocked() function
/external/toolchain-utils/
Dfile_lock_machine.py83 def IsLocked(self): member in LockDescription
/external/webrtc/rtc_base/
Dthread_unittest.cc516 bool IsLocked() { in IsLocked() function in rtc::__anonec2f23eb0111::ThreadQueueTest