Searched defs:apply_settings (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/cros/ap_configurators/
H A Dap_configurator.py192 def apply_settings(self): member in class:APConfiguratorAbstract
200 self.apply_settings.__name__)
H A Dstatic_ap_configurator.py131 def apply_settings(self): member in class:StaticAPConfigurator
H A Ddynamic_ap_configurator.py303 Note: This is used internally by apply_settings, and this method must be
467 load. This is used internally by apply_settings.
752 def apply_settings(self): member in class:DynamicAPConfigurator
/external/syslinux/gpxe/src/core/
H A Dsettings.c368 static int apply_settings ( void ) { function
451 apply_settings();
473 apply_settings();
518 if ( ( rc = apply_settings() ) != 0 )

Completed in 256 milliseconds