HomeSort by relevance Sort by last modified time
    Searched refs:Release (Results 1 - 25 of 550) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
setup-mingw-cross-compiling 5 # directories in the Makefile.Release file after qmake run.
8 cat Makefile.Release |
10 sed s%qt4/include%qt4-win/4.0.0/include%g > tmp.Makefile.Release &&
11 mv -f tmp.Makefile.Release Makefile.Release
  /external/webkit/Source/WebKit/android/jni/
WebCoreRefObject.h 40 static inline void Release(WebCoreRefObject* obj)
  /external/chromium/base/
bind_helpers.h 29 // to compile because Foo does not support the AddRef() and Release() methods.
61 // for the existence of AddRef() and Release() functions of the correct
133 void Release();
151 static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*);
222 static void Release(const T&) {}
228 static void Release(const T*) {}
234 static void Release(const UnretainedWrapper<T>&) {}
240 static void Release(T* o) { o->Release(); }
246 static void Release(const T* o) { o->Release();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sec_buffer.h 84 Release();
88 void Release() {
130 Release();
157 void Release() {
159 buffers_[i].Release();
  /external/webkit/Tools/DumpRenderTree/win/
DraggingInfo.h 48 m_object->Release();
51 m_source->Release();
  /external/chromium/base/synchronization/
lock_unittest.cc 13 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
23 lock_->Release();
29 lock_->Release();
35 lock_->Release();
60 lock.Release();
66 lock.Release();
72 lock.Release();
79 lock.Release();
97 lock_->Release();
127 lock.Release();
    [all...]
lock.h 24 void Release() { lock_.Unlock(); }
45 void Release() {
103 lock_.Release();
111 // AutoUnlock is a helper that will Release() the |lock| argument in the
118 lock_.Release();
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.h 66 If refcount drops to zero as the result of this release, the object is
75 this class are deleted in the Release method only, by overriding it we make
81 virtual LONG Release();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
112 /// you have to release resources for depths 2..5.
114 void Release(int marker);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 80 * essentially calling release() and seek(). If there are markers
107 * argument. So if you're nested 5 levels of mark(), and then release(2)
108 * you have to release resources for depths 2..5.
111 void Release( int marker );
  /external/chromium/base/memory/
scoped_native_library.h 43 NativeLibrary Release();
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
30 // Current thread books the critical section "AddRelease" without release it.
38 bool RefCountedBase::Release() const {
40 // Current thread books the critical section "AddRelease" without release it.
68 "calling Release()";
79 bool RefCountedThreadSafeBase::Release() const {
ref_counted.h 30 bool Release() const;
56 bool Release() const;
93 void Release() const {
94 if (subtle::RefCountedBase::Release()) {
141 void Release() const {
142 if (subtle::RefCountedThreadSafeBase::Release()) {
171 // of calling AddRef and Release manually on a reference counted object to
172 // avoid common memory leaks caused by forgetting to Release an object
241 ptr_->Release();
248 // Release a pointer
253 T* release() { function in class:scoped_refptr
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa_wrapper.cc 37 dtoa_locks[n].Release();
  /external/webkit/Source/JavaScriptGlue/
JSBase.h 40 void Release();
  /external/webkit/Source/WebKit/win/
WebTextRenderer.h 44 virtual ULONG STDMETHODCALLTYPE Release();
WebWorkersPrivate.h 47 virtual ULONG STDMETHODCALLTYPE Release(void);
WebDocumentLoader.cpp 53 m_dataSource->Release();
94 // It's important to null out m_dataSource before calling release on the data source. That release can cause the data
98 dataSourceToBeReleased->Release();
  /external/webrtc/src/modules/interface/
module.h 54 virtual int32_t Release() {
  /development/host/windows/usb/api/
adb_api.cpp 64 enum_obj->Release();
86 adb_ienum_object->Release();
101 adb_ienum_object->Release();
137 obj->Release();
210 adb_object->Release();
229 adb_object->Release();
246 adb_object->Release();
263 adb_object->Release();
280 adb_object->Release();
298 adb_object->Release();
    [all...]
adb_object_handle.h 102 If refcount drops to zero as the result of this release, the object is
108 virtual LONG Release();
201 adb_object->Release();
  /external/llvm/utils/release/
test-release.sh 2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
11 # Download, build, and test the release candidate for an LLVM release.
26 Release=""
42 echo "usage: `basename $0` -release X.Y -rc NUM [OPTIONS]"
44 echo " -release X.Y The release number to test."
45 echo " -rc NUM The pre-release candidate number."
46 echo " -final The final release candidate.
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 70 virtual ULONG STDMETHODCALLTYPE Release(void);
105 ULONG STDMETHODCALLTYPE WebEditorUndoTarget::Release(void)
121 undoCommand->Release();
138 m_undoTarget->Release();
246 // editingDelegate->Release();
270 // editingDelegate->Release();
322 domInputElement->Release();
324 domElement->Release();
326 formDelegate->Release();
339 domInputElement->Release();
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_list.cc 20 (*iter)->Release();
36 (*remove_provider)->Release();
  /external/skia/include/utils/win/
SkTScopedComPtr.h 19 virtual ULONG STDMETHODCALLTYPE Release(void) = 0;
46 this->fPtr->Release();
57 T* release() { function in class:SkTScopedComPtr

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>