Searched defs:unlock (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp38 void SkCondVar::unlock() { function in class:SkCondVar
/external/chromium_org/webkit/child/
H A Dweb_discardable_memory_impl.cc37 void WebDiscardableMemoryImpl::unlock() { function in class:webkit_glue::WebDiscardableMemoryImpl
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DMutex.cpp90 ** Function: unlock
97 void Mutex::unlock () function in class:Mutex
102 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
/external/skia/src/utils/
H A DSkCondVar.cpp38 void SkCondVar::unlock() { function in class:SkCondVar
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPurgeableBuffer.cpp56 m_memory->unlock();
82 void PurgeableBuffer::unlock() function in class:WebCore::PurgeableBuffer
85 m_memory->unlock();
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp41 void GrGLIndexBuffer::unlock() { function in class:GrGLIndexBuffer
43 fImpl.unlock(this->getGpuGL());
H A DGrGLVertexBuffer.cpp42 void GrGLVertexBuffer::unlock() { function in class:GrGLVertexBuffer
44 fImpl.unlock(this->getGpuGL());
H A DGrGLBufferImpl.cpp91 void GrGLBufferImpl::unlock(GrGpuGL* gpu) { function in class:GrGLBufferImpl
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp41 void GrGLIndexBuffer::unlock() { function in class:GrGLIndexBuffer
43 fImpl.unlock(this->getGpuGL());
H A DGrGLVertexBuffer.cpp42 void GrGLVertexBuffer::unlock() { function in class:GrGLVertexBuffer
44 fImpl.unlock(this->getGpuGL());
H A DGrGLBufferImpl.cpp91 void GrGLBufferImpl::unlock(GrGpuGL* gpu) { function in class:GrGLBufferImpl
/external/chromium/chrome/browser/chromeos/login/
H A Dauth_attempt_state.h30 // Used to initalize for a screen unlock attempt.
74 const bool unlock; // True if authenticating to unlock the computer. member in class:chromeos::AuthAttemptState
H A Dscreen_locker_browsertest.cc109 // Test the no password mode with different unlock scheme given by
110 // |unlock| function.
111 void TestNoPassword(void (unlock)(views::Widget*)) { argument
128 unlock(tester->GetWidget());
212 // Successful authentication simply send a unlock request to PowerManager.
/external/chromium_org/chrome/browser/chromeos/login/
H A Dauth_attempt_state.h36 // Used to initialize for a screen unlock attempt.
92 const bool unlock; // True if authenticating to unlock the computer. member in class:chromeos::AuthAttemptState
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DMediaElementAudioSourceNode.cpp148 void MediaElementAudioSourceNode::unlock() function in class:WebCore::MediaElementAudioSourceNode
150 m_processLock.unlock();
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-mutex-private.hh125 inline void unlock (void) { hb_mutex_impl_unlock (&m); } function in struct:hb_mutex_t
/external/harfbuzz_ng/src/
H A Dhb-mutex-private.hh125 inline void unlock (void) { hb_mutex_impl_unlock (&m); } function in struct:hb_mutex_t
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error.cc14 const std::string& t, const GURL& img, const GURL& unlock)
15 : token(t), image_url(img), unlock_url(unlock) {}
13 Captcha( const std::string& t, const GURL& img, const GURL& unlock) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.h54 void unlock() { function in class:LauncherItemController
/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock.h63 // The inverse of the above; unlock on construction, lock on destruction. This
64 // is useful for calling out to the plugin, when we need to unlock but ensure
92 ProxyAutoUnlock unlock; local
97 ProxyAutoUnlock unlock; local
104 ProxyAutoUnlock unlock; local
112 ProxyAutoUnlock unlock; local
121 ProxyAutoUnlock unlock; local
131 ProxyAutoUnlock unlock; local
/external/chromium_org/tools/telemetry/third_party/davclient/
H A Ddavclient.py300 def unlock(self, path, token, headers=None): member in class:DAVClient
/external/compiler-rt/lib/
H A Datomic.c57 // lock() and unlock() functions.
65 inline static void unlock(Lock *l) { function
85 inline static void unlock(Lock *l) { function
98 inline static void unlock(Lock *l) { function
177 unlock(l);
191 unlock(l);
210 unlock(l);
214 unlock(l);
231 unlock(l);
253 unlock(
[all...]
/external/valgrind/main/drd/tests/
H A Dmonitor_example.cpp110 void unlock() function in class:Monitor
163 { if (m_locked) unlock(); }
166 void unlock() function in class:ScopedLock
167 { assert(m_locked); m_locked = false; m_monitor.unlock(); }
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.cc21 const GURL& unlock, int width, int height)
22 : token(token), audio_url(audio), image_url(img), unlock_url(unlock),
19 Captcha( const std::string& token, const GURL& audio, const GURL& img, const GURL& unlock, int width, int height) argument
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.cc212 ProxyAutoUnlock unlock; local

Completed in 953 milliseconds

123