/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | StreamsTest.java | 328 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/ |
D | ViewMatchers.kt | 47 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 D | BuilderDeserializationTest2486.java | 38 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 D | ZeroRegisterDecodedInstruction.java | 41 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ZeroRegisterDecodedInstruction
|
H A D | PackedSwitchPayloadDecodedInstruction.java | 61 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in PackedSwitchPayloadDecodedInstruction
|
H A D | SparseSwitchPayloadDecodedInstruction.java | 65 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in SparseSwitchPayloadDecodedInstruction
|
H A D | OneRegisterDecodedInstruction.java | 53 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in OneRegisterDecodedInstruction
|
H A D | RegisterRangeDecodedInstruction.java | 58 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in RegisterRangeDecodedInstruction
|
H A D | TwoRegisterDecodedInstruction.java | 63 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in TwoRegisterDecodedInstruction
|
H A D | ThreeRegisterDecodedInstruction.java | 73 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ThreeRegisterDecodedInstruction
|
H A D | InvokePolymorphicRangeDecodedInstruction.java | 68 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in InvokePolymorphicRangeDecodedInstruction
|
H A D | InvokePolymorphicDecodedInstruction.java | 48 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in InvokePolymorphicDecodedInstruction
|
H A D | FourRegisterDecodedInstruction.java | 83 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FourRegisterDecodedInstruction
|
H A D | FiveRegisterDecodedInstruction.java | 93 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FiveRegisterDecodedInstruction
|
H A D | FillArrayDataPayloadDecodedInstruction.java | 99 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FillArrayDataPayloadDecodedInstruction
|
H A D | DecodedInstruction.java | 477 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 D | Transform.kt | 64 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 D | PropertyMetadata.java | 209 public PropertyMetadata withIndex(Integer index) { in withIndex() method in PropertyMetadata
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/ |
D | EntityManager.h | 74 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 D | FrpStateScope.kt | 645 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 D | Deprecated.kt | 397 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 D | TestUtils.java | 968 int withIndex = algorithmUpperCase.indexOf("WITH"); in getSignatureAlgorithmDigest() local
|
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
HD | kotlin-stdlib-1.3.71.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/collections/
kotlin/ ... |
/aosp_15_r20/external/jcommander/lib/ |
HD | kotlin-runtime.jar | META-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/ |
D | api.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |