HomeSort by relevance Sort by last modified time
    Searched refs:currentValue (Results 1 - 25 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
ExclusiveCriterion.py 46 def currentValue(self):
49 @currentValue.setter
50 def currentValue(self, currentValue):
51 if currentValue in self._allowedValues or currentValue == self.noValue:
52 self.__currentValue = currentValue
56 currentValue, self.__class__.__name__))
InclusiveCriterion.py 46 def currentValue(self):
49 @currentValue.setter
50 def currentValue(self, stringNewVal):
75 for currentValue in valueList:
76 if currentValue in self._allowedValues \
77 and currentValue != self.noValue:
78 self.__currentValues.add(currentValue)
82 currentValue, self.__class__.__name__))
84 def removeValue(self, currentValue):
85 if currentValue in self.__currentValues
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationDebuggee.java 37 int currentValue = testIntField; // field access
38 System.out.println("testIntField = " + currentValue);
39 testIntField = currentValue + 1; // field modification
44 int currentValue = testIntField; // field access
45 System.out.println("testIntField = " + currentValue);
46 testIntField = currentValue + 1; // field modification
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
Lerper.java 43 public int getValue(int currentValue, int targetValue) {
44 int delta = targetValue - currentValue;
47 // make sure change currentValue and not exceeding targetValue
52 retValue = currentValue + delta;
57 // make sure change currentValue and not exceeding targetValue
62 retValue = currentValue + delta;
72 public float getValue(float currentValue, float targetValue) {
73 float delta = targetValue - currentValue;
76 // make sure change currentValue and not exceeding targetValue
78 retValue = currentValue + delta
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TrieIterator.java 200 int currentValue = m_nextValue_;
204 if (!checkBlockDetail(currentValue)) {
206 currentValue);
228 if (!checkBlock(currentValue)) {
230 currentValue);
258 int currentValue = m_nextValue_;
266 if (!checkNullNextTrailIndex() && !checkBlockDetail(currentValue)) {
268 currentValue);
275 if (!checkTrailBlock(currentValue)) {
277 currentValue);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TrieIterator.java 199 int currentValue = m_nextValue_;
203 if (!checkBlockDetail(currentValue)) {
205 currentValue);
227 if (!checkBlock(currentValue)) {
229 currentValue);
257 int currentValue = m_nextValue_;
265 if (!checkNullNextTrailIndex() && !checkBlockDetail(currentValue)) {
267 currentValue);
274 if (!checkTrailBlock(currentValue)) {
276 currentValue);
    [all...]
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestVectorFactory.py 67 newCriterion.currentValue = rawCriterions[
76 newCriterion.currentValue = newCriterion.noValue
TestLauncher.py 149 criterionValue = [criterion.currentValue]
151 criterionValue = criterion.currentValue
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
FlagValueCellEditor.java 41 String currentValue = (String)getValue();
42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
ResourceValueCellEditor.java 42 String currentValue = (String)getValue();
43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
EffectUtil.java 65 static public Value colorValue (String name, Color currentValue) {
66 return new DefaultValue(name, EffectUtil.toString(currentValue)) {
79 static public Value intValue (String name, final int currentValue, final String description) {
80 return new DefaultValue(name, String.valueOf(currentValue)) {
82 JSpinner spinner = new JSpinner(new SpinnerNumberModel(currentValue, Short.MIN_VALUE, Short.MAX_VALUE, 1));
93 static public Value floatValue (String name, final float currentValue, final float min, final float max,
95 return new DefaultValue(name, String.valueOf(currentValue)) {
97 JSpinner spinner = new JSpinner(new SpinnerNumberModel(currentValue, min, max, 0.1f));
108 static public Value booleanValue (String name, final boolean currentValue, final String description) {
109 return new DefaultValue(name, String.valueOf(currentValue)) {
    [all...]
  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc 300 const DelayValue& currentValue = delayValues[device].delayValues[delayIndex];
302 const int32_t diffWidth = currentValue.width - width;
303 const int32_t diffHeight = currentValue.height - height;
323 bestWidth = currentValue.width;
324 bestHeight = currentValue.height;
325 bestDelay = currentValue.delay;
331 bestWidth = currentValue.width;
332 bestHeight = currentValue.height;
333 bestDelay = currentValue.delay;
  /packages/apps/Settings/src/com/android/settings/
WebViewImplementation.java 58 String currentValue = mWebViewUpdateService.getCurrentWebViewPackageName();
59 if (currentValue == null) {
60 currentValue = "";
70 if (currentValue.contentEquals(provider.packageName)) {
  /external/jsoncpp/src/lib_json/
json_reader.cpp 165 currentValue().setComment(commentsBefore_, commentBefore);
172 currentValue().setOffsetLimit(current_ - begin_);
176 currentValue().setOffsetLimit(current_ - begin_);
185 currentValue() = true;
186 currentValue().setOffsetStart(token.start_ - begin_);
187 currentValue().setOffsetLimit(token.end_ - begin_);
190 currentValue() = false;
191 currentValue().setOffsetStart(token.start_ - begin_);
192 currentValue().setOffsetLimit(token.end_ - begin_);
195 currentValue() = Value()
    [all...]
  /frameworks/base/libs/hwui/
PathParser.cpp 103 float currentValue = strtof(startPtr, &endPtr);
104 if ((currentValue == HUGE_VALF || currentValue == -HUGE_VALF) && errno == ERANGE) {
109 if (currentValue == 0 && endPtr == startPtr) {
115 return currentValue;
141 float currentValue = parseFloat(result, &pathStr[startPosition],
146 outPoints->push_back(currentValue);
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 113 final String currentValue = genericSettings.getProperty (name);
114 if ((currentValue != null) && ! value.equals (currentValue))
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
UserInteractor.py 129 criterion.currentValue = value
144 if not x in criterion.currentValue
155 for possibleValue in criterion.currentValue:
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
GroupingListAdapterTests.java 57 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);
61 if (TextUtils.equals(value, currentValue)) {
66 currentValue = value;
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 118 float currentValue = (Float) anim.getAnimatedValue();
121 assertRoughlyEqual(50, currentValue);
126 currentValue = (Float) delayedAnim.getAnimatedValue();
129 assertRoughlyEqual(50, currentValue);
137 float currentValue = (Float) anim.getAnimatedValue();
140 assertRoughlyEqual(50, currentValue);
144 currentValue = (Float) delayedAnim.getAnimatedValue();
147 assertRoughlyEqual(50, currentValue);
157 float currentValue = (Float) delayedAnim.getAnimatedValue();
160 assertRoughlyEqual(50, currentValue);
    [all...]
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
PhonePrefixMap.java 196 int currentValue = phonePrefixMapStorage.getPrefix(current);
197 if (currentValue == value) {
199 } else if (currentValue > value) {
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2RequestSettingsSet.java 88 Object currentValue = get(key);
90 if (!mDictionary.containsKey(key) || !Objects.equals(value, currentValue)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 645 String compareValue = "", currentValue;
658 currentValue = nameList.get(pos);
659 if (D) Log.d(TAG, "currentValue=" + currentValue);
660 if (currentValue.equals(compareValue)) {
662 if (currentValue.contains(","))
663 currentValue = currentValue.substring(0, currentValue.lastIndexOf(','));
664 writeVCardEntry(pos, currentValue,result)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 62 private Value currentValue;
82 assert currentValue == null;
85 Value result = currentValue;
86 currentValue = null;
245 currentValue = value;
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 58 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);
62 if (TextUtils.equals(value, currentValue)) {
70 currentValue = value;
  /packages/apps/Settings/tests/app/src/com/android/settings/gesture/
GestureSettingsTest.java 185 int currentValue = Secure.getInt(mTargetContext.getContentResolver(), key, defaultVal);
186 boolean enabled = currentValue == enabledVal;
191 int newValue = currentValue == 1 ? 0 : 1;

Completed in 849 milliseconds

1 2 3 4 5 6 7 8 91011>>