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

/external/pdfium/third_party/agg23/
H A Dagg_vcgen_dash.cpp77 void vcgen_dash::remove_all() function in class:agg::vcgen_dash
80 m_src_vertices.remove_all();
H A Dagg_vcgen_stroke.cpp47 void vcgen_stroke::remove_all() function in class:agg::vcgen_stroke
49 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
409 void remove_all() function in class:agg::pod_allocator
427 remove_all();
/external/libmojo/mojo/edk/system/
H A Dawakable_list_unittest.cc323 AwakableList remove_all; local
324 remove_all.Add(&remove0, MOJO_HANDLE_SIGNAL_WRITABLE, 0);
325 remove_all.Add(&remove1, MOJO_HANDLE_SIGNAL_WRITABLE, 0);
327 remove_all.AwakeForStateChange(hss);
331 remove_all.AwakeForStateChange(hss);
/external/eigen/Eigen/src/Core/util/
H A DMeta.h78 template<typename T> struct remove_all { typedef T type; }; struct in namespace:Eigen::internal
79 template<typename T> struct remove_all<const T> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
80 template<typename T> struct remove_all<T const&> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
81 template<typename T> struct remove_all<T&> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
82 template<typename T> struct remove_all<T const*> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
83 template<typename T> struct remove_all< struct in namespace:Eigen::internal
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c4893 * @remove_all: 1 to remove all the works on this radio, 0 to remove only
4897 const char *type, int remove_all)
4908 if (!remove_all && work->wpa_s != wpa_s)
4896 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) argument

Completed in 274 milliseconds