Home
last modified time | relevance | path

Searched defs:withIndex (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DStreamsTest.java328 Stream<String> withIndex = Streams.mapWithIndex(strings, (str, i) -> str + ":" + i); in testMapWithIndex_closeIsPropagated() local
353 Stream<String> withIndex = Streams.mapWithIndex(intStream, (str, i) -> str + ":" + i); in testMapWithIndex_intStream_closeIsPropagated() local
378 Stream<String> withIndex = Streams.mapWithIndex(longStream, (str, i) -> str + ":" + i); in testMapWithIndex_longStream_closeIsPropagated() local
405 Stream<String> withIndex = Streams.mapWithIndex(doubleStream, (str, i) -> str + ":" + i); in testMapWithIndex_doubleStream_closeIsPropagated() local
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DViewMatchers.kt47 fun withIndex(matcher: Matcher<View?>, index: Int): Matcher<View?> { in withIndex() method
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
H A DBuilderDeserializationTest2486.java38 public Builder withIndex(int i) { in withIndex() method in BuilderDeserializationTest2486.MyPOJOWithArrayCreator.Builder
80 public Builder withIndex(int i) { in withIndex() method in BuilderDeserializationTest2486.MyPOJOWithPrimitiveCreator.Builder
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java41 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ZeroRegisterDecodedInstruction
H A DPackedSwitchPayloadDecodedInstruction.java61 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in PackedSwitchPayloadDecodedInstruction
H A DSparseSwitchPayloadDecodedInstruction.java65 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in SparseSwitchPayloadDecodedInstruction
H A DOneRegisterDecodedInstruction.java53 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in OneRegisterDecodedInstruction
H A DRegisterRangeDecodedInstruction.java58 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in RegisterRangeDecodedInstruction
H A DTwoRegisterDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in TwoRegisterDecodedInstruction
H A DThreeRegisterDecodedInstruction.java73 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ThreeRegisterDecodedInstruction
H A DInvokePolymorphicRangeDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in InvokePolymorphicRangeDecodedInstruction
H A DInvokePolymorphicDecodedInstruction.java48 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in InvokePolymorphicDecodedInstruction
H A DFourRegisterDecodedInstruction.java83 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FourRegisterDecodedInstruction
H A DFiveRegisterDecodedInstruction.java93 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FiveRegisterDecodedInstruction
H A DFillArrayDataPayloadDecodedInstruction.java99 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FillArrayDataPayloadDecodedInstruction
H A DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex() method in DecodedInstruction
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
H A DTransform.kt64 public fun <T> Flow<T>.withIndex(): Flow<IndexedValue<T>> = flow { in <lambda>() method
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DPropertyMetadata.java209 public PropertyMetadata withIndex(Integer index) { in withIndex() method in PropertyMetadata
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h74 static EntityHandle withIndex(EntityHandle h, size_t i) { in withIndex() function
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DFrpStateScope.kt645 fun <A> TFlow<A>.withIndex(): TFlow<IndexedValue<A>> { in <lambda>() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
H A DDeprecated.kt397 public fun <E> ReceiveChannel<E>.withIndex(context: CoroutineContext = Dispatchers.Unconfined): Rec… in mapIndexedNotNull() method
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/
H A DTestUtils.java968 int withIndex = algorithmUpperCase.indexOf("WITH"); in getSignatureAlgorithmDigest() local
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDkotlin-stdlib-1.3.71.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/collections/ kotlin/ ...
/aosp_15_r20/external/jcommander/lib/
HDkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/annotation/ kotlin/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/pods/com/android/systemui/util/settings/api/android_common/repackaged-jarjar/turbine/
Dapi.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...

12345678910>>...19