Home
last modified time | relevance | path

Searched defs:nextPage (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/
H A DITPaginationTest.java75 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 DProtobufMissingFieldsTest.kt58 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/
DSimOnboardingPageProvider.kt108 val nextPage = in PageImpl() constant
/aosp_15_r20/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/
H A DHorizontalPagerLoopingIndicatorSample.kt161 val nextPage = current + 1 in Sample() constant
/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.cpp131 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 DdeMemPool.c55 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 DAsyncPageFetcher.java43 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 DSyncPageFetcher.java38 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 DPaginatedOperationWithoutResultKeyIterable.java100 …public PaginatedOperationWithoutResultKeyResponse nextPage(PaginatedOperationWithoutResultKeyRespo… in nextPage() method in PaginatedOperationWithoutResultKeyIterable.PaginatedOperationWithoutResultKeyResponseFetcher
H A DPaginatedOperationWithResultKeyIterable.java124 …public PaginatedOperationWithResultKeyResponse nextPage(PaginatedOperationWithResultKeyResponse pr… in nextPage() method in PaginatedOperationWithResultKeyIterable.PaginatedOperationWithResultKeyResponseFetcher
H A DPaginatedOperationWithoutResultKeyPublisher.java107 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 DDescribeCustomKeyStoresIterable.java135 … public DescribeCustomKeyStoresResponse nextPage(DescribeCustomKeyStoresResponse previousPage) { in nextPage() method in DescribeCustomKeyStoresIterable.DescribeCustomKeyStoresResponseFetcher
H A DListGrantsIterable.java132 public ListGrantsResponse nextPage(ListGrantsResponse previousPage) { in nextPage() method in ListGrantsIterable.ListGrantsResponseFetcher
H A DListKeysIterable.java132 public ListKeysResponse nextPage(ListKeysResponse previousPage) { in nextPage() method in ListKeysIterable.ListKeysResponseFetcher
H A DListKeyPoliciesIterable.java131 public ListKeyPoliciesResponse nextPage(ListKeyPoliciesResponse previousPage) { in nextPage() method in ListKeyPoliciesIterable.ListKeyPoliciesResponseFetcher
H A DListAliasesIterable.java132 public ListAliasesResponse nextPage(ListAliasesResponse previousPage) { in nextPage() method in ListAliasesIterable.ListAliasesResponseFetcher
H A DListResourceTagsIterable.java132 public ListResourceTagsResponse nextPage(ListResourceTagsResponse previousPage) { in nextPage() method in ListResourceTagsIterable.ListResourceTagsResponseFetcher
H A DListRetirableGrantsIterable.java133 public ListRetirableGrantsResponse nextPage(ListRetirableGrantsResponse previousPage) { in nextPage() method in ListRetirableGrantsIterable.ListRetirableGrantsResponseFetcher
H A DDescribeCustomKeyStoresPublisher.java138 …public CompletableFuture<DescribeCustomKeyStoresResponse> nextPage(final DescribeCustomKeyStoresRe… in nextPage() method in DescribeCustomKeyStoresPublisher.DescribeCustomKeyStoresResponseFetcher
H A DListRetirableGrantsPublisher.java136 …public CompletableFuture<ListRetirableGrantsResponse> nextPage(final ListRetirableGrantsResponse p… in nextPage() method in ListRetirableGrantsPublisher.ListRetirableGrantsResponseFetcher
H A DListGrantsPublisher.java136 … public CompletableFuture<ListGrantsResponse> nextPage(final ListGrantsResponse previousPage) { in nextPage() method in ListGrantsPublisher.ListGrantsResponseFetcher
H A DListKeyPoliciesPublisher.java135 …public CompletableFuture<ListKeyPoliciesResponse> nextPage(final ListKeyPoliciesResponse previousP… in nextPage() method in ListKeyPoliciesPublisher.ListKeyPoliciesResponseFetcher
H A DListAliasesPublisher.java136 … 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 DSameTokenPaginationApiIterable.java119 … 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 DPaginatedItemsPublisherTckTest.java78 public CompletableFuture<List<Long>> nextPage(List<Long> oldPage) { in nextPage() method in PaginatedItemsPublisherTckTest.PageFetcher

12345678910>>...13