Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/config/
DOptionSetterTest.java560 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_string() local
569 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_collection() local
579 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_map() local
595 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_multimap() local
617 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_boolean() local
628 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanInvalid() local
635 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_booleanObj() local
643 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byte() local
651 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteInvalid() local
658 AllTypesOptionSource optionSource = new AllTypesOptionSource(); in testSetOptionValue_byteObj() local
[all …]
/tools/loganalysis/javatests/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.java207 private Handler getHandlerOrTimeVal(Field field, Object optionSource) in getHandlerOrTimeVal()
392 final Object optionSource = fieldEntry.getKey(); in setOptionValue() local
451 static boolean setFieldValue(String optionName, Object optionSource, Field field, Object key, in setFieldValue()
471 Object optionSource, in setFieldValue()
608 static void setFieldValue(String optionName, Object optionSource, Field field, Object value) in setFieldValue()
678Object optionSource, Map<String, OptionFieldsForName> optionMap, int index, String deviceName) in addOptionsForObject()
954 private void addNameToMap(Map<String, OptionFieldsForName> optionMap, Object optionSource, in addNameToMap()
976 Object optionSource, String name, Field field, int index, String deviceName) in addNamespacedOptionToMap()
1019 Object optionSource, String name, Field field, int index, String deviceName, in addNamespacedAliasOptionToMap()
DConfigurationDef.java136 String optionSource, in addOptionDef()
142 String optionSource) { in addOptionDef()
DIConfiguration.java262 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.java88 public boolean shouldUpdate(String optionName, Object optionSource, Field field, Object update) in shouldUpdate()