Searched refs:setting (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/tests/ |
D | acts_base_class_test.py | 959 def name_gen(self, setting, arg, special_arg=None): argument 960 return "test_%s_%s" % (setting, arg) 962 def logic(self, setting, arg, special_arg=None): argument 964 setting in itrs, 965 ("%s is not in acceptable settings range %s") % (setting, 971 if setting == "pass": 974 elif setting == "fail": 976 elif setting == "skip":
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 955 MultiMap<String, String> settingsMap, String setting, String onValue, String offValue) { in setSettingForBinaryState() argument 958 settingsMap.put(setting, onValue); in setSettingForBinaryState() 961 settingsMap.put(setting, offValue); in setSettingForBinaryState()
|
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 106 [TradeFed README](../../README.md) for information about setting up
|
/tools/repohooks/ |
D | README.md | 115 This section allows for setting options that affect the overall behavior of the
|