/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/ |
H A D | ITPaginationTest.java | 75 ZonesClient.ListPage nextPage = listPage.getNextPage(); in testPaginationNextPage() local 85 ZonesClient.ListPage nextPage = listPage.getNextPage(20); in testPaginationNextPageSize() local 96 ZonesClient.ListPage nextPage = listPage.getNextPage(); in testPaginationNextToken() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/ |
H A D | ProtobufMissingFieldsTest.kt | 58 val nextPage: Boolean = false constant in kotlinx.serialization.protobuf.ProtobufMissingFieldsTest.Items 78 val nextPage: Boolean = false constant in kotlinx.serialization.protobuf.ProtobufMissingFieldsTest.ItemsWithoutPageSize
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/spa/network/ |
D | SimOnboardingPageProvider.kt | 108 val nextPage = in PageImpl() constant
|
/aosp_15_r20/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/ |
H A D | HorizontalPagerLoopingIndicatorSample.kt | 161 val nextPage = current + 1 in Sample() constant
|
/aosp_15_r20/external/angle/src/common/ |
H A D | PoolAlloc.cpp | 131 PageHeader(PageHeader *nextPage, size_t pageCount) in PageHeader() function in angle::PageHeader 150 PageHeader *nextPage; member in angle::PageHeader
|
/aosp_15_r20/external/deqp/framework/delibs/depool/ |
H A D | deMemPool.c | 55 MemPage *nextPage; member 366 MemPage *nextPage; in deMemPool_destroy() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/pagination/async/ |
H A D | AsyncPageFetcher.java | 43 CompletableFuture<ResponseT> nextPage(ResponseT oldPage); in nextPage() method
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/pagination/sync/ |
H A D | SyncPageFetcher.java | 38 ResponseT nextPage(ResponseT oldPage); in nextPage() method
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/paginators/ |
H A D | PaginatedOperationWithoutResultKeyIterable.java | 100 …public PaginatedOperationWithoutResultKeyResponse nextPage(PaginatedOperationWithoutResultKeyRespo… in nextPage() method in PaginatedOperationWithoutResultKeyIterable.PaginatedOperationWithoutResultKeyResponseFetcher
|
H A D | PaginatedOperationWithResultKeyIterable.java | 124 …public PaginatedOperationWithResultKeyResponse nextPage(PaginatedOperationWithResultKeyResponse pr… in nextPage() method in PaginatedOperationWithResultKeyIterable.PaginatedOperationWithResultKeyResponseFetcher
|
H A D | PaginatedOperationWithoutResultKeyPublisher.java | 107 public CompletableFuture<PaginatedOperationWithoutResultKeyResponse> nextPage( in nextPage() method in PaginatedOperationWithoutResultKeyPublisher.PaginatedOperationWithoutResultKeyResponseFetcher
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/paginators/ |
H A D | DescribeCustomKeyStoresIterable.java | 135 … public DescribeCustomKeyStoresResponse nextPage(DescribeCustomKeyStoresResponse previousPage) { in nextPage() method in DescribeCustomKeyStoresIterable.DescribeCustomKeyStoresResponseFetcher
|
H A D | ListGrantsIterable.java | 132 public ListGrantsResponse nextPage(ListGrantsResponse previousPage) { in nextPage() method in ListGrantsIterable.ListGrantsResponseFetcher
|
H A D | ListKeysIterable.java | 132 public ListKeysResponse nextPage(ListKeysResponse previousPage) { in nextPage() method in ListKeysIterable.ListKeysResponseFetcher
|
H A D | ListKeyPoliciesIterable.java | 131 public ListKeyPoliciesResponse nextPage(ListKeyPoliciesResponse previousPage) { in nextPage() method in ListKeyPoliciesIterable.ListKeyPoliciesResponseFetcher
|
H A D | ListAliasesIterable.java | 132 public ListAliasesResponse nextPage(ListAliasesResponse previousPage) { in nextPage() method in ListAliasesIterable.ListAliasesResponseFetcher
|
H A D | ListResourceTagsIterable.java | 132 public ListResourceTagsResponse nextPage(ListResourceTagsResponse previousPage) { in nextPage() method in ListResourceTagsIterable.ListResourceTagsResponseFetcher
|
H A D | ListRetirableGrantsIterable.java | 133 public ListRetirableGrantsResponse nextPage(ListRetirableGrantsResponse previousPage) { in nextPage() method in ListRetirableGrantsIterable.ListRetirableGrantsResponseFetcher
|
H A D | DescribeCustomKeyStoresPublisher.java | 138 …public CompletableFuture<DescribeCustomKeyStoresResponse> nextPage(final DescribeCustomKeyStoresRe… in nextPage() method in DescribeCustomKeyStoresPublisher.DescribeCustomKeyStoresResponseFetcher
|
H A D | ListRetirableGrantsPublisher.java | 136 …public CompletableFuture<ListRetirableGrantsResponse> nextPage(final ListRetirableGrantsResponse p… in nextPage() method in ListRetirableGrantsPublisher.ListRetirableGrantsResponseFetcher
|
H A D | ListGrantsPublisher.java | 136 … public CompletableFuture<ListGrantsResponse> nextPage(final ListGrantsResponse previousPage) { in nextPage() method in ListGrantsPublisher.ListGrantsResponseFetcher
|
H A D | ListKeyPoliciesPublisher.java | 135 …public CompletableFuture<ListKeyPoliciesResponse> nextPage(final ListKeyPoliciesResponse previousP… in nextPage() method in ListKeyPoliciesPublisher.ListKeyPoliciesResponseFetcher
|
H A D | ListAliasesPublisher.java | 136 … public CompletableFuture<ListAliasesResponse> nextPage(final ListAliasesResponse previousPage) { in nextPage() method in ListAliasesPublisher.ListAliasesResponseFetcher
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/paginators/customizations/ |
H A D | SameTokenPaginationApiIterable.java | 119 … public SameTokenPaginationApiResponse nextPage(SameTokenPaginationApiResponse previousPage) { in nextPage() method in SameTokenPaginationApiIterable.SameTokenPaginationApiResponseFetcher
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/pagination/async/ |
H A D | PaginatedItemsPublisherTckTest.java | 78 public CompletableFuture<List<Long>> nextPage(List<Long> oldPage) { in nextPage() method in PaginatedItemsPublisherTckTest.PageFetcher
|