Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 9 of 9) sorted by relevance

/ndk/build/tools/
Dcleanup-headers.sh71 remove() { function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_slist.c119 void slist<_Tp,_Alloc>::remove(const _Tp& __val) { in remove() function
D_algo.h265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in remove() function
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h301 void remove(const_reference __val) in remove() function
D_slist.h383 void remove(const value_type& __val) { _M_impl.remove(cast_traits::to_storage_type_cref(__val)); } in remove() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h339 void remove(const _Tp& __x) { in remove() function
D_slist.h502 void remove(const value_type& __val) { in remove() function
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-filepath_test.cc68 int remove(const char* path) { in remove() function
/ndk/docs/renderscript/
Djquery.js13 …function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleCla… method
32 jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);… method