Searched defs:remove_all (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_vcgen_dash.cpp76 void vcgen_dash::remove_all() function in class:agg::vcgen_dash
79 m_src_vertices.remove_all();
H A Dfx_agg_vcgen_stroke.cpp46 void vcgen_stroke::remove_all() function in class:agg::vcgen_stroke
48 m_src_vertices.remove_all();
H A Dagg_conv_adaptor_vcgen.h22 void remove_all() {} function in struct:agg::null_markers
91 m_markers.remove_all();
98 m_generator.remove_all();
H A Dagg_array.h88 void remove_all() function in class:agg::pod_array
170 void remove_all() function in class:agg::pod_deque
411 void remove_all() function in class:agg::pod_allocator
429 remove_all();
/external/eigen/Eigen/src/Core/util/
H A DMeta.h49 template<typename T> struct remove_all { typedef T type; }; struct in namespace:Eigen::internal
50 template<typename T> struct remove_all<const T> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
51 template<typename T> struct remove_all<T const&> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
52 template<typename T> struct remove_all<T&> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
53 template<typename T> struct remove_all<T const*> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
54 template<typename T> struct remove_all< struct in namespace:Eigen::internal
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c3817 * @remove_all: 1 to remove all the works on this radio, 0 to remove only
3821 const char *type, int remove_all)
3832 if (!remove_all && work->wpa_s != wpa_s)
3820 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) argument

Completed in 219 milliseconds