/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
H A D | StateFlow.kt | 196 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 D | persistable_bundle_utils.h | 34 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 D | FloatKeyframeSet.java | 61 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 D | IntKeyframeSet.java | 61 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 D | PublisherRequestStressTest.kt | 49 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 D | DomainVerificationCoreApiTest.kt | 51 val nextValue = "${list.last()}$fragmentOf21" in <lambda>() constant
|
/aosp_15_r20/libcore/support/src/test/java/tests/support/ |
H A D | Support_UnmodifiableCollectionTest.java | 79 int nextValue = it.next().intValue(); in runTest() local
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | RadialTimePickerView.java | 1151 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 D | CharacterProperties.java | 81 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
H A D | CharacterProperties.java | 82 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 D | CheckPersonNamesTest.java | 203 String nextValue = fields.next(); in handleLine() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | MappingIterator.java | 261 public T nextValue() throws IOException in nextValue() method in MappingIterator
|
/aosp_15_r20/libcore/json/src/main/java/org/json/ |
H A D | JSONTokener.java | 97 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 D | JSOGDeserialize622Test.java | 46 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 D | Frequency.java | 425 Comparable<?> nextValue = values.next(); in getCumFreq() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | characterproperties.cpp | 352 uint32_t nextValue = u_getIntPropertyValue(c, property); in makeMap() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | characterproperties.cpp | 352 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 D | JsonParserDelegate.java | 229 @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 D | JsonReader.java | 662 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 D | Frequency.java | 434 Comparable<?> nextValue = values.next(); in getCumFreq() local
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | JsonReader.java | 697 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 D | FilteringParserDelegate.java | 793 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 D | GetValues002Test.java | 116 Value nextValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE * 2); in testGetValues005_Int2() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 369 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 D | LowerSwitch.cpp | 418 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local
|