HomeSort by relevance Sort by last modified time
    Searched refs:valueToSet (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/test/test-fixed-point-parameter/
Main.py 131 def checkBounds(self, valueToSet):
132 """ Checks if we are able to set valueToSet via the parameter-framework
134 valueToSet -- the value we are trying to set
139 (success, errorMsg) = self._pfwClient.set(self._paramPath, str(valueToSet))
141 return valueToSet, success
178 valueToSet -- the value we are trying to set
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 822 final V valueToSet;
825 valueToSet = getValueNotInPopulatedMap();
833 final V returnedValue = entry.setValue(valueToSet);
836 mapEntry(entry.getKey(), valueToSet)));
837 assertEquals(valueToSet, map.get(entry.getKey()));
    [all...]

Completed in 210 milliseconds