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

  /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);
  /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());
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 303 int64_t nextValue = cast<ConstantInt>(J->Low)->getSExtValue();
310 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 378 milliseconds