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

1 2 3 4

  /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
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TrieIterator.java 204 int currentValue = m_nextValue_;
208 if (!checkBlockDetail(currentValue)) {
210 currentValue);
232 if (!checkBlock(currentValue)) {
234 currentValue);
262 int currentValue = m_nextValue_;
270 if (!checkNullNextTrailIndex() && !checkBlockDetail(currentValue)) {
272 currentValue);
279 if (!checkTrailBlock(currentValue)) {
281 currentValue);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TrieIterator.java 203 int currentValue = m_nextValue_;
207 if (!checkBlockDetail(currentValue)) {
209 currentValue);
231 if (!checkBlock(currentValue)) {
233 currentValue);
261 int currentValue = m_nextValue_;
269 if (!checkNullNextTrailIndex() && !checkBlockDetail(currentValue)) {
271 currentValue);
278 if (!checkTrailBlock(currentValue)) {
280 currentValue);
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
NumberPickerPreference.java 29 private int currentValue;
61 return currentValue;
65 currentValue = value;
66 persistInt(currentValue);
77 setValue(restorePersistedValue ? getPersistedInt(currentValue) : (Integer) defaultValue);
84 private int currentValue = 1;
101 currentValue = getNumberPickerPreference().getValue();
103 currentValue = savedInstanceState.getInt(SAVE_STATE_VALUE);
108 outState.putInt(SAVE_STATE_VALUE, currentValue);
121 picker.setValue(currentValue);
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_delta.h 22 JS_PROP(currentValue);
cjx_delta.cpp 30 void CJX_Delta::currentValue(CFXJSE_Value* pValue,
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestVectorFactory.py 67 newCriterion.currentValue = rawCriterions[
76 newCriterion.currentValue = newCriterion.noValue
  /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
StateKeeperRule.java 55 final T currentValue = mStateManager.get();
56 if (!Objects.equals(previousValue, currentValue)) {
SettingsHelper.java 59 String currentValue = get(namespace, key);
60 if (value.equals(currentValue)) {
85 String currentValue = get(namespace, key);
86 if (currentValue == null || currentValue.equals("null")) {
  /cts/hostsidetests/backup/SharedPreferencesRestoreApp/src/android/cts/backup/sharedprefrestoreapp/
SharedPrefsRestoreTestActivity.java 80 final int currentValue = mPrefs.getInt(INT_PREF, INT_PREF_DEFAULT_VALUE);
81 Log.i(TAG, "current value: " + currentValue + " last value : " + mLastValue);
83 if (currentValue != mLastValue && currentValue != INT_PREF_DEFAULT_VALUE) {
  /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;
  /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...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
StateChangerRule.java 67 final T currentValue = mStateManager.get();
68 if (!Objects.equals(currentValue, previousValue)) {
StateKeeperRule.java 72 final T currentValue = mStateManager.get();
73 if (!Objects.equals(previousValue, currentValue)) {
SettingsUtils.java 79 final String currentValue = get(namespace, key);
80 if (value.equals(currentValue)) {
129 final String currentValue = get(namespace, key);
130 if (currentValue == null) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
StateChangerRule.java 67 final T currentValue = mStateManager.get();
68 if (!Objects.equals(currentValue, previousValue)) {
StateKeeperRule.java 72 final T currentValue = mStateManager.get();
73 if (!Objects.equals(previousValue, currentValue)) {
SettingsUtils.java 78 final String currentValue = get(namespace, key);
79 if (value.equals(currentValue)) {
128 final String currentValue = get(namespace, key);
129 if (currentValue == null) {
  /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:
  /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) {
  /external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/
PhonePrefixMap.java 198 int currentValue = phonePrefixMapStorage.getPrefix(current);
199 if (currentValue == value) {
201 } else if (currentValue > value) {
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 360 currentValue().setComment(commentsBefore_, commentBefore);
367 currentValue().setOffsetLimit(current_ - begin_);
371 currentValue().setOffsetLimit(current_ - begin_);
382 currentValue().swapPayload(v);
383 currentValue().setOffsetStart(token.start_ - begin_);
384 currentValue().setOffsetLimit(token.end_ - begin_);
390 currentValue().swapPayload(v);
391 currentValue().setOffsetStart(token.start_ - begin_);
392 currentValue().setOffsetLimit(token.end_ - begin_);
398 currentValue().swapPayload(v)
    [all...]

Completed in 590 milliseconds

1 2 3 4