Searched defs:optionSource (Results 1 – 3 of 3) sorted by relevance
/tools/loganalysis/javatests/com/android/loganalysis/util/config/ |
D | OptionSetterTest.java | 468 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/loganalysis/src/com/android/loganalysis/util/config/ |
D | OptionSetter.java | 249 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()
|
D | OptionUpdateRule.java | 99 public Object update(String optionName, Object optionSource, Field field, Object update) in update()
|