Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 85) sorted by relevance

1234

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_auto_ptr.h39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } in release() function
53 _Tp* release() _STLP_NOTHROW { in release() function
89 _Tp* __conversionCheck = __r.release(); in auto_ptr()
94 _Tp* __conversionCheck = __r.release();
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr()
103 reset(__r.release());
110 { this->__set(__r.release()); } in auto_ptr()
113 reset(__r.release());
121 { return auto_ptr<_Tp1>(release()); }
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp173 return result.release(); in _Stl_create_filebuf()
185 return result.release(); in _Stl_create_wfilebuf()
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release(); in _S_initialize()
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release(); in _S_initialize()
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release(); in _S_initialize()
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release(); in _S_initialize()
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release(); in _S_initialize()
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release(); in _S_initialize()
240 wostream* ptr_wcerr = new(&wcerr) wostream(werr.get()); werr.release(); in _S_initialize()
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release(); in _S_initialize()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_vector.cpp49 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anon70efdc130111::st_heap_block2
64 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anon70efdc130111::st_heap_block3
85 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anon70efdc130111::st_cxa_cleanup
99 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anon70efdc130111::st_terminate
159 heap.release (); // We're good! in __cxa_vec_new2()
188 heap.release (); // We're good! in __cxa_vec_new3()
218 cleanup.release (); // We're good! in __cxa_vec_cctor()
242 cleanup.release (); // We're good! in __cxa_vec_ctor()
268 exception_guard.release (); // We're good ! in __cxa_vec_dtor()
270 cleanup.release (); // We're still good! in __cxa_vec_dtor()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
Drelease.pass.cpp44 assert(lk.release() == &m); in main()
49 static_assert(noexcept(lk.release()), "release must be noexcept"); in main()
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc58 void release() { in release() function in __anon439609a40111::scoped_block
85 void release() { in release() function in __anon439609a40111::scoped_cleanup
106 void release() { in release() function in __anon439609a40111::scoped_catcher
187 block.release(); in __cxa_vec_new3()
214 cleanup.release(); in __cxa_vec_ctor()
242 cleanup.release(); in __cxa_vec_dtor()
266 catcher.release(); in __cxa_vec_cleanup()
356 cleanup.release(); in __cxa_vec_cctor()
/ndk/tests/build/build-mode/jni/
DApplication.mk2 APP_OPTIM := release
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp34 release(); in ~refcount_ptr()
53 release(); in adopt()
76 release() in release() function in boost::exception_detail::refcount_ptr
78 if( px_ && px_->release() ) in release()
163 virtual bool release() const = 0;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
Drelease.pass.cpp23 int* j = p.release(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
Drelease.pass.cpp23 int* j = p.release(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
Drelease.pass.cpp27 A* p2 = ap.release(); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dunlock.pass.cpp44 lk.release(); in main()
Dtry_lock.pass.cpp52 lk.release(); in main()
Dtry_lock_for.pass.cpp57 lk.release(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Dunlock.pass.cpp49 lk.release(); in main()
Dtry_lock.pass.cpp57 lk.release(); in main()
Dtry_lock_for.pass.cpp62 lk.release(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
Drelease.pass.cpp39 assert(lk.release() == &m); in main()
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DChangeLog12 * Initial release.
/ndk/
Dcheckbuild.py133 if args.release is not None:
134 package_args.append('--release={}'.format(args.release))
143 release = args.release
144 if args.release is None:
145 release = datetime.date.today().strftime('%Y%m%d')
150 test_dir = os.path.join(out_dir, 'android-ndk-{}'.format(release))
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_x86.hpp141 void release() // nothrow in release() function in boost::detail::sp_counted_base
Dsp_counted_base_gcc_mips.hpp149 void release() // nothrow in release() function in boost::detail::sp_counted_base
Dsp_counted_base_spin.hpp98 void release() // nothrow in release() function in boost::detail::sp_counted_base
/ndk/sources/cpufeatures/
DREADME.TXT6 but it is DEPRECATED and will be removed in a future NDK release.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmutex145 mutex_type* release() noexcept;
317 __u0.release();
338 __u0.release();
357 __u0.release();
366 __u1.release();
390 __u0.release();
403 __u1.release();
/ndk/sources/host-tools/make-3.81/w32/
DMakefile91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9
95 AMTAR = ${SHELL} /opt/src/make/make-release/config/missing --run tar
97 AUTOCONF = ${SHELL} /opt/src/make/make-release/config/missing --run autoconf
98 AUTOHEADER = ${SHELL} /opt/src/make/make-release/config/missing --run autoheader
99 AUTOMAKE = ${SHELL} /opt/src/make/make-release/config/missing --run automake-1.9
132 MAKEINFO = ${SHELL} /opt/src/make/make-release/config/missing --run makeinfo
188 install_sh = /opt/src/make/make-release/config/install-sh

1234