Home
last modified time | relevance | path

Searched defs:toList (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DListsTest.java541 List<Integer> toList = Lists.reverse(fromList); in testReverseViewRandomAccess() local
547 List<Integer> toList = Lists.reverse(fromList); in testReverseViewSequential() local
551 private static void assertReverseView(List<Integer> fromList, List<Integer> toList) { in assertReverseView()
711 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewRandomAccess() local
717 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewSequential() local
721 private static void assertTransformView(List<Integer> fromList, List<String> toList) { in assertTransformView()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DListsTest.java541 List<Integer> toList = Lists.reverse(fromList); in testReverseViewRandomAccess() local
547 List<Integer> toList = Lists.reverse(fromList); in testReverseViewSequential() local
551 private static void assertReverseView(List<Integer> fromList, List<Integer> toList) { in assertReverseView()
711 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewRandomAccess() local
717 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewSequential() local
721 private static void assertTransformView(List<Integer> fromList, List<String> toList) { in assertTransformView()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
H A DLint.kt143 public suspend inline fun <T> SharedFlow<T>.toList(): List<T> = in retryWhen() method
151 public suspend inline fun <T> SharedFlow<T>.toList(destination: MutableList<T>): Nothing { in retryWhen() method
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DList_inl.h72 impl::GenericList toList(List<T>&& list) { in toList() function
76 impl::GenericList toList(const List<T>& list) { in toList() function
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardActiveUnlockModel.kt88 fun toList(): List<Row> { in toList() method in com.android.keyguard.KeyguardActiveUnlockModel.Buffer
H A DKeyguardFingerprintListenModel.kt133 fun toList(): List<Row> { in toList() method in com.android.keyguard.KeyguardFingerprintListenModel.Buffer
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNPVCDownEventState.kt110 fun toList(): List<Row> { in toList() method in com.android.systemui.shade.NPVCDownEventState
H A DNotificationShadeWindowState.kt188 fun toList(): List<Row> { in toList() method
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
H A DTestInfo.java123 .toList(), in withUpdatedParameterNames() method in TestInfo
262 .toList(); in maybeAddTypesIfDuplicate() method
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestInfo.java123 .toList(), in withUpdatedParameterNames() method in TestInfo
262 .toList(); in maybeAddTypesIfDuplicate() method
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DUserTestingHelper.java136 public static List<UserInfo> toList(@NonNull UserInfo... users) { in toList() method in UserTestingHelper
144 public static List<UserHandle> toList(@NonNull UserHandle... users) { in toList() method in UserTestingHelper
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DSpliteratorTester.java178 private static<T> List<T> toList(Iterator<T> iterator) { in toList() method in SpliteratorTester
186 private static<T> List<T> toList(Spliterator<T> spliterator) { in toList() method in SpliteratorTester
/aosp_15_r20/packages/apps/TV/tests/common/src/com/android/tv/testing/
DDbTestingUtils.java26 public static List<List<String>> toList(Cursor cursor) { in toList() method in DbTestingUtils
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
H A DCollection.kt11 public suspend fun <T> Flow<T>.toList(destination: MutableList<T> = ArrayList()): List<T> = toColle… in <lambda>() method
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/
H A DWeightedObservedPoints.java89 public List<WeightedObservedPoint> toList() { in toList() method in WeightedObservedPoints
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/util/
H A DCollectionUtilsTest.java69 private <T> List<T> toList(Iterable<T> iterable) { in toList() method in CollectionUtilsTest
/aosp_15_r20/frameworks/base/core/java/android/view/autofill/
H A DHelper.java85 public static <T> ArrayList<T> toList(@Nullable Set<T> set) { in toList() method in Helper
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DImmutableConverter.java54 public List<ImmutableItem> toList(@Nullable final Iterable<? extends Item> iterable) { in toList() method in ImmutableConverter
/aosp_15_r20/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureHelper.java113 public static <T> ArrayList<T> toList(@Nullable Set<T> set) { in toList() method in ContentCaptureHelper
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
H A DChannels.common.kt91 public suspend fun <E> ReceiveChannel<E>.toList(): List<E> = buildList { in <lambda>() method
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/
H A DStr.java75 public static ArrayList<Str> toList(Position pos, List<String> list) { in toList() method in Str
/aosp_15_r20/frameworks/base/services/tests/VpnTests/java/com/android/server/
H A DVpnTestBase.java94 protected List<Integer> toList(int[] arr) { in toList() method in VpnTestBase
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DParameters.java31 public List<Parameter> toList() { in toList() method in Parameters
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/
H A DIntSet.java80 List<Integer> toList(); in toList() method
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/reflection/
H A DLenientCopyToolTest.java80 LinkedList toList = mock(LinkedList.class); in shouldShallowCopyLinkedListIntoMock() local

12345678910>>...42