/ndk/docs/Programmers_Guide/html/ |
D | resize.js | 69 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); method
|
D | jquery.js | 62 …el:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedo… 63 …0]).css({width:o.width,height:o.height})}p._updateCache(o);p._propagate("resize",i)}})}});c.ui.plu… method
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _slist.c | 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { in resize() function
|
D | _list.c | 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { in resize() function
|
D | _string.h | 404 void resize(size_type __n, _CharT __c) { in resize() function 411 void resize(size_type __n) { resize(__n, _M_null()); } in resize() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | nasty_containers.hpp | 121 void resize(size_type sz) { v_.resize(sz); } in resize() function in nasty_vector 122 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } in resize() function in nasty_vector 240 void resize(size_type sz) { l_.resize(); } in resize() function in nasty_list 241 void resize(size_type sz, const value_type& c) { l_.resize(c); } in resize() function in nasty_list
|
/ndk/tests/device/test-stlport/unit/ |
D | list_test.cpp | 195 void ListTest::resize() in resize() function in ListTest
|
D | string_test.cpp | 610 void StringTest::resize() in resize() function in StringTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | list_test.cpp | 195 void ListTest::resize() in resize() function in ListTest
|
D | string_test.cpp | 610 void StringTest::resize() in resize() function in StringTest
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 225 void resize(size_type __new_size) { _M_impl.resize(__new_size); } in resize() function
|
D | _slist.h | 360 void resize(size_type __new_size) { _M_impl.resize(__new_size); } in resize() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } in resize() function
|
D | _hashtable.h | 306 void resize(size_type __num_elements_hint) { _M_non_dbg_impl.resize(__num_elements_hint); } in resize() function
|
D | _string.h | 198 void resize(size_type __n, _CharT __c) { in resize() function 205 void resize(size_type __n) { resize(__n, _STLP_DEFAULT_CONSTRUCTED(_CharT)); } in resize() function
|
D | _list.h | 304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } in resize() function
|
D | _slist.h | 390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } in resize() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
D | basic_cstring.hpp | 266 basic_cstring<CharT>::resize( size_type new_len ) in resize() function in boost::unit_test::basic_cstring
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 43 …ht:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalEle… method 44 …ddClass(typeof h.ghost=="string"?h.ghost:"");d.ghost.appendTo(d.helper)},resize:function(e,f){var … method
|