Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
H A DStateFlow.kt196 val nextValue = function(prevValue) in compareAndSet() constant
212 val nextValue = function(prevValue) in getAndUpdate() constant
228 val nextValue = function(prevValue) in update() constant
/aosp_15_r20/hardware/interfaces/vibrator/aidl/vts/
H A Dpersistable_bundle_utils.h34 T nextValue() { in nextValue() function
39 std::string nextValue() { in nextValue() function
49 T nextValue(T limit) { in nextValue() function
/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java61 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
77 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
98 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue() local
H A DIntKeyframeSet.java61 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
77 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
97 int nextValue = nextKeyframe.getIntValue(); in getIntValue() local
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
H A DPublisherRequestStressTest.kt49 private val nextValue = AtomicLong(0) in <lambda>() constant
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCoreApiTest.kt51 val nextValue = "${list.last()}$fragmentOf21" in <lambda>() constant
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DSupport_UnmodifiableCollectionTest.java79 int nextValue = it.next().intValue(); in runTest() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1151 final int nextValue = (initialStep + step) * stepSize; in adjustPicker() local
1265 final int nextValue = value + 1; in getVirtualViewIdAfter() local
1273 final int nextValue = snapValue + MINUTE_INCREMENT; in getVirtualViewIdAfter() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
H A DCharacterProperties.java81 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DCharacterProperties.java82 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DCheckPersonNamesTest.java203 String nextValue = fields.next(); in handleLine() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DMappingIterator.java261 public T nextValue() throws IOException in nextValue() method in MappingIterator
/aosp_15_r20/libcore/json/src/main/java/org/json/
H A DJSONTokener.java97 public Object nextValue() throws JSONException { in nextValue() method in JSONTokener
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
H A DJSOGDeserialize622Test.java46 protected JSOGGenerator(Class<?> scope, int nextValue) { in JSOGGenerator()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
H A DFrequency.java425 Comparable<?> nextValue = values.next(); in getCumFreq() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dcharacterproperties.cpp352 uint32_t nextValue = u_getIntPropertyValue(c, property); in makeMap() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dcharacterproperties.cpp352 uint32_t nextValue = u_getIntPropertyValue(c, property); in makeMap() local
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DJsonParserDelegate.java229 @Override public JsonToken nextValue() throws IOException { return delegate.nextValue(); } in nextValue() method in JsonParserDelegate
/aosp_15_r20/cts/libs/json/src/com/android/json/stream/
H A DJsonReader.java662 private JsonToken nextValue() throws IOException { in nextValue() method in JsonReader
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/
H A DFrequency.java434 Comparable<?> nextValue = values.next(); in getCumFreq() local
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DJsonReader.java697 private JsonToken nextValue() throws IOException { in nextValue() method in JsonReader
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
H A DFilteringParserDelegate.java793 public JsonToken nextValue() throws IOException { in nextValue() method in FilteringParserDelegate
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DGetValues002Test.java116 Value nextValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE * 2); in testGetValues005_Int2() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp369 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp418 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local

12345678910>>...35