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.java566 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_string() local
576 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_collection() local
587 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_map() local
604 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_multimap() local
627 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_boolean() local
637 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanInvalid() local
645 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanObj() local
654 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byte() local
663 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteInvalid() local
671 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.java206 private Handler getHandlerOrTimeVal(Field field, Object optionSource) in getHandlerOrTimeVal()
390 final Object optionSource = fieldEntry.getKey(); in setOptionValue() local
445 static boolean setFieldValue(String optionName, Object optionSource, Field field, Object key, in setFieldValue()
558 static void setFieldValue(String optionName, Object optionSource, Field field, Object value) in setFieldValue()
623 private void addOptionsForObject(Object optionSource, in addOptionsForObject()
900 private void addNameToMap(Map<String, OptionFieldsForName> optionMap, Object optionSource, in addNameToMap()
922 Object optionSource, String name, Field field, int index, String deviceName) in addNamespacedOptionToMap()
965 Object optionSource, String name, Field field, int index, String deviceName, in addNamespacedAliasOptionToMap()
DConfigurationDef.java132 String optionSource, in addOptionDef()
138 String optionSource) { in addOptionDef()
DIConfiguration.java247 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()
/tools/tradefederation/core/common_util/com/android/tradefed/config/
DOptionUpdateRule.java86 public boolean shouldUpdate(String optionName, Object optionSource, Field field, Object update) in shouldUpdate()