Home
last modified time | relevance | path

Searched refs:addOptionDef (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionMap()
77 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY2, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionMap()
89 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionCollection()
90 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionCollection()
100 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration()
115 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_withDeviceHolder()
/tools/tradefederation/core/src/com/android/tradefed/config/yaml/
DConfigurationYamlParser.java70 configDef.addOptionDef( in parse()
150 def.addOptionDef( in convertDependenciesToObjects()
174 def.addOptionDef( in convertDependenciesToObjects()
203 def.addOptionDef( in convertTestsToObjects()
DOpenObjectLoader.java63 .addOptionDef( in addDefaultObjects()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java128 public void addOptionDef( in addOptionDef() method in ConfigurationDef
137 void addOptionDef(String optionName, String optionKey, String optionValue, in addOptionDef() method in ConfigurationDef
DConfigurationXmlParser.java214 mConfigDef.addOptionDef( in startElement()