Home
last modified time | relevance | path

Searched defs:settings (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dformatter.py22 def format_ssh_executable(self, settings): argument
35 def format_host_name(self, settings): argument
103 settings, argument
141 settings, argument
192 settings, argument
Dconnection.py69 def __init__(self, settings): argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DSoftApTest.py57 def generate_test_name(settings): argument
148 def start_soft_ap(self, settings): argument
179 def associate_with_soft_ap(self, w_device, settings): argument
411 def run_config_stress_test(self, settings): argument
466 def verify_soft_ap_associate_only(self, client, settings): argument
470 def verify_soft_ap_associate_and_ping(self, client, settings): argument
479 def verify_soft_ap_associate_and_pass_traffic(self, client, settings): argument
DChannelSweepTest.py70 def get_test_name(settings): argument
460 def run_channel_performance_tests(self, settings): argument
559 def get_channel_performance(self, settings): argument
635 def verify_regulatory_compliance(self, settings): argument
695 def verify_channel_compliance(self, settings): argument
DWlanRebootTest.py64 def get_test_name(settings): argument
516 def run_reboot_test(self, settings): argument
DWlanPhyCompliance11ACTest.py90 def generate_test_name(settings): argument
DWlanPhyCompliance11NTest.py48 def generate_test_name(settings): argument
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py629 settings, argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt1350 val settings = LanguageVersionSettingsImpl(languageLevel, apiVersion) in <lambda>() constant in com.android.tools.metalava.Options