Searched refs:del (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dctor.pass.cpp14 // explicit ctype(const mask* tbl = 0, bool del = false, size_t refs = 0);
25 explicit my_facet(const mask* tbl = 0, bool del = false, std::size_t refs = 0)
26 : std::ctype<char>(tbl, del, refs) {++count;}
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
H A Dsp_counted_impl.hpp127 D del; // copy constructor must not throw member in class:boost::detail::sp_counted_impl_pd
138 sp_counted_impl_pd( P p, D & d ): ptr( p ), del( d )
142 sp_counted_impl_pd( P p ): ptr( p ), del()
148 del( ptr );
153 return ti == BOOST_SP_TYPEID(D)? &reinterpret_cast<char&>( del ): 0;
/ndk/sources/host-tools/make-3.81/
H A Dconfigure.bat45 if exist junk.$$$ del junk.$$$
52 del junk.$$$
H A Dmakefile.com95 $ if f$search("make.opt").nes."" then $ del make.opt;*
H A Dbuild_w32.bat24 if exist link.dbg del link.dbg
25 if exist link.rel del link.rel
/ndk/build/core/
H A Ddefinitions-host.mk46 $(if $(__host_rm_files),del /f/q $(__host_rm_files) >NUL 2>NUL)
61 $(if $(__host_rmdir_files),del /f/s/q $(__host_rmdir_files) >NUL 2>NUL)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp937 ctype<char>::ctype(const mask* tab, bool del, size_t refs) argument
940 __del_(del)

Completed in 1210 milliseconds