Searched defs:remove_all (Results 1 - 9 of 9) 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
174 void remove_all() function in class:agg::pod_deque
415 void remove_all() function in class:agg::pod_allocator
433 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/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h346 bool remove_all) {
354 // Remove all resources, or the non persistent ones only if |remove_all|
360 if (remove_all) {
345 CleanupResourcesFromExtension(const std::string& extension_id, bool remove_all) argument
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc648 bool remove_all,
664 original_state, installer_state, setup_exe, product, remove_all,
706 const bool remove_all = !cmd_line.HasSwitch( local
713 cmd_line, remove_all, force, **it);
1360 const bool remove_all = true; local
1366 *chrome_frame_product, remove_all,
643 UninstallProduct( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, bool remove_all, bool force_uninstall, const Product& product) argument
H A Duninstall.cc1095 bool remove_all,
1129 if (remove_all &&
1258 // !|remove_all| for now).
1260 (remove_all &&
1307 // remove_all option is specified.
1308 if (remove_all) {
1091 UninstallProduct(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, const Product& product, bool remove_all, bool force_uninstall, const CommandLine& cmd_line) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c3377 * @remove_all: 1 to remove all the works on this radio, 0 to remove only
3381 const char *type, int remove_all)
3392 if (!remove_all && work->wpa_s != wpa_s)
3380 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) argument

Completed in 6169 milliseconds