Home
last modified time | relevance | path

Searched defs:nextValue (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
DSupport_UnmodifiableCollectionTest.java79 int nextValue = it.next().intValue(); in runTest() local
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONTokener.java334 public Object nextValue() throws JSONException { in nextValue() method in JSONTokener
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp303 int64_t nextValue = cast<ConstantInt>(J->Low)->getSExtValue(); in Clusterify() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp540 RefPtrWillBeRawPtr<CSSValue> nextValue = values[j + 1]; in getLayeredShorthandValue() local
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractReferenceMap.java745 V nextValue; field in AbstractReferenceMap.ReferenceIteratorBase
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp552 …const EGLint nextValue = (value == EGL_BUFFER_DESTROYED) ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTR… in testAttributes() local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp3228 if (CSSParserValue* nextValue = m_valueList->next()) { in parseGridPosition() local
4522 CSSParserValue* nextValue = m_valueList->next(); in parseFontFamily() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2640 const APInt& nextValue = cast<ConstantInt>(J->Low)->getValue(); in Clusterify() local