Home
last modified time | relevance | path

Searched refs:RemoveProfile (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/
Dshill_temporary_profile.py18 self._manager.RemoveProfile(self._profile_name)
29 self._manager.RemoveProfile(self._profile_name)
/external/autotest/client/cros/scripts/
Dprofile52 shill.manager.RemoveProfile(active_name)
162 shill.manager.RemoveProfile(name)
/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py40 def RemoveProfile(self, profile): member in FlimflamManager
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py102 self._wifi_proxy.manager.RemoveProfile(profile_name)
120 self._wifi_proxy.manager.RemoveProfile(profile_name)
/external/v8/src/profiler/
Dprofile-generator.h346 void RemoveProfile(CpuProfile* profile);
Dcpu-profiler.cc216 profiles_->RemoveProfile(profile); in DeleteProfile()
Dprofile-generator.cc615 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection