Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DStateFlow.kt200 val nextValue = function(prevValue) in compareAndSet() constant
216 val nextValue = function(prevValue) in getAndUpdate() constant
232 val nextValue = function(prevValue) in update() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherRequestStressTest.kt52 private val nextValue = AtomicLong(0) in <lambda>() constant
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharacterProperties.java82 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
DCharacterProperties.java81 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DCheckPersonNamesTest.java203 String nextValue = fields.next(); in handleLine() 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/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DFrequency.java425 Comparable<?> nextValue = values.next(); in getCumFreq() local
/external/cronet/third_party/icu/source/common/
Dcharacterproperties.cpp344 uint32_t nextValue = u_getIntPropertyValue(c, property); in makeMap() local
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp352 uint32_t nextValue = u_getIntPropertyValue(c, property); in makeMap() 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/apache-commons-math/src/main/java/org/apache/commons/math3/stat/
DFrequency.java434 Comparable<?> nextValue = values.next(); in getCumFreq() local
/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/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java218 public JsonToken nextValue() throws IOException { in nextValue() method in ParserMinimalBase
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp328 const APInt &nextValue = J->Low->getValue(); in Clusterify() 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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java285 String nextValue = nextAttrs.get(key); in addDifferences() local
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp585 …const EGLint nextValue = (value == EGL_BUFFER_DESTROYED) ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTR… in testAttributes() local