HomeSort by relevance Sort by last modified time
    Searched defs:nextValue (Results 1 - 25 of 49) sorted by null

1 2

  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 79 int nextValue = it.next().intValue();
82 + counter + " got: " + nextValue,
83 nextValue == counter);
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 79 int nextValue = it.next().intValue();
82 + counter + " got: " + nextValue,
83 nextValue == counter);
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 88 float nextValue = nextKeyframe.getFloatValue();
97 prevValue + intervalFraction * (nextValue - prevValue) :
98 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
104 float nextValue = nextKeyframe.getFloatValue();
113 prevValue + intervalFraction * (nextValue - prevValue) :
114 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
128 float nextValue = nextKeyframe.getFloatValue();
130 prevValue + intervalFraction * (nextValue - prevValue) :
131 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
IntKeyframeSet.java 88 int nextValue = nextKeyframe.getIntValue();
97 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
98 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
104 int nextValue = nextKeyframe.getIntValue();
113 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
114 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).intValue();
127 int nextValue = nextKeyframe.getIntValue();
129 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
130 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONTokener.java 334 public Object nextValue() throws JSONException {
JSONArray.java 125 this.myArrayList.add(x.nextValue());
  /libcore/json/src/test/java/org/json/
ParsingTest.java 31 new JSONTokener("").nextValue();
212 new JSONTokener(malformedJson).nextValue();
233 Object actual = new JSONTokener(json).nextValue();
SelfUseTest.java 117 @Override public Object nextValue() throws JSONException {
119 return super.nextValue();
226 tokener.nextValue();
JSONTokenerTest.java 80 new JSONTokener(null).nextValue();
128 new JSONTokener("").nextValue();
579 JSONArray array = (JSONArray) tokener.nextValue();
585 JSONArray array = (JSONArray) tokener.nextValue();
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 303 int64_t nextValue = cast<ConstantInt>(J->Low)->getSExtValue();
310 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /libcore/json/src/main/java/org/json/
JSONTokener.java 25 * and {@link #nextValue} method. Example usage: <pre>
31 * JSONObject object = (JSONObject) new JSONTokener(json).nextValue();
93 public Object nextValue() throws JSONException {
362 Object name = nextValue();
385 result.put((String) name, nextValue());
430 result.put(nextValue());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 540 RefPtrWillBeRawPtr<CSSValue> nextValue = values[j + 1];
541 if (nextValue->isValueList())
542 yValue = toCSSValueList(nextValue.get())->item(i);
544 yValue = nextValue;
    [all...]
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 552 const EGLint nextValue = (value == EGL_BUFFER_DESTROYED) ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTROYED;
554 surface.setAttribute(EGL_SWAP_BEHAVIOR, nextValue);
556 if (surface.getAttribute(EGL_SWAP_BEHAVIOR) != nextValue)
558 log << TestLog::Message << " Fail, tried to set swap behavior to " << eglu::getSurfaceAttribStr(nextValue) << TestLog::EndMessage;
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 313 JsonToken firstToken = nextValue();
587 return nextValue();
659 return nextValue();
662 private JsonToken nextValue() throws IOException {
994 * Assigns {@code nextToken} based on the value of {@code nextValue}.
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 745 V nextValue;
777 nextValue = e.getValue();
792 return (nextKey == null) || (nextValue == null);
803 currentValue = nextValue;
805 nextValue = null;
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 334 JsonToken firstToken = nextValue();
352 JsonToken token = nextValue();
619 return nextValue();
691 return nextValue();
694 private JsonToken nextValue() throws IOException {
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
json-20090211.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/robolectric/lib/main/
json-20080701.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 1473 milliseconds

1 2