Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherRequestStressTest.kt51 private val nextValue = AtomicLong(0) in <lambda>() constant in kotlinx.coroutines.reactive.PublisherRequestStressTest
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharacterProperties.java72 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java71 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DMappingIterator.java261 public T nextValue() throws IOException in nextValue() method in MappingIterator
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DJSOGDeserialize622Test.java46 protected JSOGGenerator(Class<?> scope, int nextValue) { in JSOGGenerator()
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp316 uint32_t nextValue = u_getIntPropertyValue(c, property); in makeMap() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DFrequency.java425 Comparable<?> nextValue = values.next(); in getCumFreq() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonParserDelegate.java229 @Override public JsonToken nextValue() throws IOException { return delegate.nextValue(); } in nextValue() method in JsonParserDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringParserDelegate.java793 public JsonToken nextValue() throws IOException { in nextValue() method in FilteringParserDelegate
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValues002Test.java116 Value nextValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE * 2); in testGetValues005_Int2() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp369 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp418 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp322 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java218 public JsonToken nextValue() throws IOException { in nextValue() method in ParserMinimalBase
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java252 String nextValue = nextAttrs.get(key); in addDifferences() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java863 public abstract JsonToken nextValue() throws IOException; in nextValue() method in JsonParser
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp555 …const EGLint nextValue = (value == EGL_BUFFER_DESTROYED) ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTR… in testAttributes() local
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp1076 int64_t nextValue = nextValueStack.back(); in findIntegerSample() local