Searched defs:release (Results 26 - 50 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/include/core/
H A DSkThread.h27 * This must act as a release (SL/S) memory barrier and as a compiler barrier.
33 * This must act as a release (SL/S) memory barrier and as a compiler barrier.
75 /** Write T*, with at least a release barrier.
88 void release(); // Assuming this thread owns the mutex, release it.
117 /** If the mutex has not been released, release it now. */
120 fMutex->release();
124 /** If the mutex has not been released, release it now. */
125 void release() { function in class:SkAutoMutexAcquire
127 fMutex->release();
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkMutex_pthread.h30 void release() { function in struct:SkBaseMutex
H A DSkMutex_win.h54 void release() { function in struct:SkBaseMutex
/external/conscrypt/src/compat/native/
H A DScopedLocalRef.h44 T release() __attribute__((warn_unused_result)) { function in class:ScopedLocalRef
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java38 public synchronized void release() { method in class:OpenSSLBIOSource
48 release();
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DThreadLocalOutputBufferProvider.java52 public void release(Appendable buffer) { method in class:ThreadLocalOutputBufferProvider
54 throw new IllegalArgumentException("Can't release buffer that does not "
/external/kernel-headers/original/uapi/linux/
H A Dutsname.h9 char release[9]; member in struct:oldold_utsname
19 char release[65]; member in struct:old_utsname
27 char release[__NEW_UTS_LEN + 1]; member in struct:new_utsname
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h22 // explicitly released using the release() member function. This class
25 // CFCReleaser<T>::release() function won't actually CFRelease any owned
27 // like std:auto_ptr<T>::release() does.
59 // The destructor will release the pointer that it contains
140 // is designed to mimic std::auto_ptr<T>, so the release
145 release() function in class:CFCReleaser
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h24 // explicitly released using the release() member function.
74 T release() { T tmp = _ptr; _ptr = NULL; return tmp; } function in class:CFReleaser
/external/lzma/CPP/Common/
H A DAutoPtr.h11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {}
14 reset(p.release());
21 T* release() function in class:CMyAutoPtr
/external/qemu/android/base/files/
H A DScopedFd.h24 // function called automatically on scope exit, unless the 'release'
41 int release() { function in class:android::base::ScopedFd
H A DScopedStdioFile.h22 // the release() method is called. It is also possible to close
40 FILE* release() { function in class:android::base::ScopedStdioFile
/external/qemu/android/base/memory/
H A DScopedPtr.h23 // deleted at scope exit, unless its release() method has been called.
32 // pass ownership from one instance to the other with the release()
36 // ScopedPtr<Foo> ptr2(ptr.release()); // object owned by |ptr2|
52 T* release() { function in class:android::base::ScopedPtr
/external/replicaisland/src/com/replica/replicaisland/
H A DInputKeyboard.java41 public void release(int keycode) { method in class:InputKeyboard
44 mKeys[keycode].release();
51 mKeys[x].release();
/external/skia/include/core/
H A DSkThread.h26 * This must act as a release (SL/S) memory barrier and as a compiler barrier.
32 * This must act as a release (SL/S) memory barrier and as a compiler barrier.
74 /** Write T*, with at least a release barrier.
87 void release(); // Assuming this thread owns the mutex, release it.
117 /** If the mutex has not been released, release it now. */
120 fMutex->release();
124 /** If the mutex has not been released, release it now. */
125 void release() { function in class:SkAutoMutexAcquire
127 fMutex->release();
[all...]
/external/skia/src/ports/
H A DSkMutex_pthread.h26 void release() { function in struct:SkBaseMutex
H A DSkMutex_win.h52 void release() { function in class:SkMutex
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as41 * This stream knows how to mark/release for backtracking.
284 public function release(marker:int):void { function
285 // no resources to release
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRStringStream.pm179 $self->release($m);
183 sub release { subroutine
186 # unwind any other markers made after m and release m
188 # release this marker
/external/chromium_org/base/
H A Dsupports_user_data.h71 T* release() { return object_.release(); } function in class:base::UserDataAdapter
/external/chromium_org/base/win/
H A Dscoped_gdi_object.h42 T release() { function in class:base::win::ScopedGDIObject
/external/chromium_org/mojo/bindings/js/
H A Dhandle.h29 mojo::Handle release() { return handle_.release(); } function in class:gin::HandleWrapper
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DLock.js36 release: function()
40 console.error("WebInspector.Lock acquire/release calls are unbalanced " + new Error().stack);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.h57 AudioParam* release() { return m_release.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DHLSLCompiler.cpp26 release();
63 void HLSLCompiler::release() function in class:rx::HLSLCompiler

Completed in 357 milliseconds

1234567891011>>