HomeSort by relevance Sort by last modified time
    Searched defs:IsLocked (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 85 bool IsLocked() { return m_bLocked; }
  /external/toolchain-utils/
file_lock_machine.py 78 def IsLocked(self):
140 if lock.IsLocked():
226 if not lock.IsLocked():
  /external/webrtc/webrtc/base/
criticalsection.cc 106 bool CriticalSection::IsLocked() const {
diskcache.h 112 bool IsLocked() const { return locked_; }
messagequeue_unittest.cc 31 bool IsLocked() {
46 *was_locked = test->IsLocked();
  /external/pdfium/xfa/fwl/
cfwl_widget.h 89 if (IsLocked())
122 bool IsLocked() const { return m_iLock > 0; }
  /external/v8/src/
v8threads.cc 54 bool Locker::IsLocked(v8::Isolate* isolate) {
  /art/runtime/
jni_internal_test.cc     [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 185 if (IsLocked()) {
192 if (IsLocked()) {
216 if (IsLocked()) {
314 bool CFDE_TxtEdtEngine::IsLocked() const {
321 if (IsLocked()) {
409 if (IsLocked()) {
458 if (IsLocked())
478 if (IsLocked())
626 if (IsLocked())
632 if (IsLocked())
    [all...]

Completed in 81 milliseconds