Home
last modified time | relevance | path

Searched defs:optionSource (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DOptionSetterTest.java562 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_string() local
572 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_collection() local
583 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_map() local
600 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_multimap() local
623 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_boolean() local
633 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanInvalid() local
641 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanObj() local
650 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byte() local
659 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteInvalid() local
667 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteObj() local
[all …]
/tools/loganalysis/tests/src/com/android/loganalysis/util/config/
DOptionSetterTest.java468 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_string() local
478 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_collection() local
489 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_map() local
506 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_boolean() local
516 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanInvalid() local
524 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanObj() local
533 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byte() local
542 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteInvalid() local
550 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteObj() local
559 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_short() local
[all …]
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java204 private Handler getHandlerOrTimeVal(Field field, Object optionSource) in getHandlerOrTimeVal()
380 final Object optionSource = fieldEntry.getKey(); in setOptionValue() local
435 static boolean setFieldValue(String optionName, Object optionSource, Field field, Object key, in setFieldValue()
550 static void setFieldValue(String optionName, Object optionSource, Field field, Object value) in setFieldValue()
615 private void addOptionsForObject(Object optionSource, in addOptionsForObject()
899 private void addNameToMap(Map<String, OptionFieldsForName> optionMap, Object optionSource, in addNameToMap()
921 Object optionSource, String name, Field field, int index, String deviceName) in addNamespacedOptionToMap()
964 Object optionSource, String name, Field field, int index, String deviceName, in addNamespacedAliasOptionToMap()
DOptionUpdateRule.java86 public boolean shouldUpdate(String optionName, Object optionSource, Field field, Object update) in shouldUpdate()
DConfigurationDef.java165 String optionSource, in addOptionDef()
171 String optionSource) { in addOptionDef()
DIConfiguration.java243 String optionSource) throws ConfigurationException; in injectOptionValueWithSource()
/tools/loganalysis/src/com/android/loganalysis/util/config/
DOptionSetter.java249 Object optionSource = fieldEntry.getKey(); in setOptionValue() local
273 static void setFieldValue(String optionName, Object optionSource, Field field, Object value) in setFieldValue()
342 Object optionSource = fieldEntry.getKey(); in setOptionMapValue() local
437 private void addOptionsForObject(Object optionSource, in addOptionsForObject()
676 private void addNameToMap(Map<String, OptionFieldsForName> optionMap, Object optionSource, in addNameToMap()
698 Object optionSource, String name, Field field, int index) in addNamespacedOptionToMap()
DOptionUpdateRule.java99 public Object update(String optionName, Object optionSource, Field field, Object update) in update()