Searched refs:KeyValueMap (Results 1 – 9 of 9) sorted by relevance
22 import android.filterfw.core.KeyValueMap;35 protected KeyValueMap mReferences = new KeyValueMap();39 public abstract KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException; in readKeyValueAssignments()61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
30 import android.filterfw.core.KeyValueMap;44 private KeyValueMap mBoundReferences;45 private KeyValueMap mSettings;106 private KeyValueMap mParams;108 public InitFilterCommand(KeyValueMap params) { in InitFilterCommand()164 mBoundReferences = new KeyValueMap(); in reset()165 mSettings = new KeyValueMap(); in reset()265 KeyValueMap params = readKeyValueAssignments(scanner, curlyClosePattern); in parseString()310 KeyValueMap assignment = readKeyValueAssignments(scanner, semicolonPattern); in parseString()324 KeyValueMap setting = readKeyValueAssignments(scanner, semicolonPattern); in parseString()[all …]
27 public class KeyValueMap extends HashMap<String, Object> { class45 public static KeyValueMap fromKeyValues(Object... keyValues) { in fromKeyValues()46 KeyValueMap result = new KeyValueMap(); in fromKeyValues()
99 public final void initWithValueMap(KeyValueMap valueMap) { in initWithValueMap()112 KeyValueMap valueMap = new TextGraphReader().readKeyValueAssignments(assignments); in initWithAssignmentString()120 KeyValueMap valueMap = new KeyValueMap(); in initWithAssignmentList()126 KeyValueMap valueMap = new KeyValueMap(); in init()545 private final void initFinalPorts(KeyValueMap values) { in initFinalPorts()551 private final void initRemainingPorts(KeyValueMap values) { in initRemainingPorts()557 private final void addAndSetFinalPorts(KeyValueMap values) { in addAndSetFinalPorts()611 private final void setInitialInputValues(KeyValueMap values) { in setInitialInputValues()
43 public Frame execute(KeyValueMap inputMap) { in execute()97 return execute(KeyValueMap.fromKeyValues(inputs)); in executeWithArgList()
60 protected KeyValueMap mMetaData;169 result.mMetaData = mMetaData == null ? null : (KeyValueMap)mMetaData.clone(); in mutableCopy()373 public static String metaDataToString(KeyValueMap metaData) { in metaDataToString()
93 mMetaData = new KeyValueMap(); in setMetaValue()
330 KeyValueMap branchParams = new KeyValueMap(); in connectPorts()
15101 Landroid/filterfw/core/Filter;->addAndSetFinalPorts(Landroid/filterfw/core/KeyValueMap;)V15135 Landroid/filterfw/core/Filter;->initFinalPorts(Landroid/filterfw/core/KeyValueMap;)V15137 Landroid/filterfw/core/Filter;->initRemainingPorts(Landroid/filterfw/core/KeyValueMap;)V15139 Landroid/filterfw/core/Filter;->initWithValueMap(Landroid/filterfw/core/KeyValueMap;)V15171 Landroid/filterfw/core/Filter;->setInitialInputValues(Landroid/filterfw/core/KeyValueMap;)V15219 Landroid/filterfw/core/FilterFunction;->execute(Landroid/filterfw/core/KeyValueMap;)Landroid/filter…15393 Landroid/filterfw/core/FrameFormat;->metaDataToString(Landroid/filterfw/core/KeyValueMap;)Ljava/lan…15394 Landroid/filterfw/core/FrameFormat;->mMetaData:Landroid/filterfw/core/KeyValueMap;15543 Landroid/filterfw/core/KeyValueMap;-><init>()V15544 Landroid/filterfw/core/KeyValueMap;->getFloat(Ljava/lang/String;)F[all …]