/external/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages_support.c | 37 void free_pages(void **pages, unsigned int num) in free_pages() 63 int alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) in alloc_pages_on_nodes() 110 int alloc_pages_linear(void **pages, unsigned int num) in alloc_pages_linear() 150 int alloc_pages_on_node(void **pages, unsigned int num, int node) in alloc_pages_on_node() 169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) in verify_pages_on_nodes() 215 void verify_pages_linear(void **pages, int *status, unsigned int num) in verify_pages_linear() 249 void verify_pages_on_node(void **pages, int *status, unsigned int num, int node) in verify_pages_on_node() 270 int alloc_shared_pages_on_node(void **pages, unsigned int num, int node) in alloc_shared_pages_on_node() 311 void free_shared_pages(void **pages, unsigned int num) in free_shared_pages()
|
D | move_pages03.c | 85 void child(void **pages, sem_t * sem) in child() 127 void *pages[TEST_PAGES] = { 0 }; in main() local
|
/external/trusty/lk/kernel/vm/ |
D | res_group.c | 48 struct res_group* res_group_create(size_t pages, struct obj_ref* ref) { in res_group_create() 95 size_t pages) { in check_take() 109 status_t res_group_take_mem(struct res_group* res_group, size_t pages) { in res_group_take_mem() 120 void res_group_release_mem(struct res_group* res_group, size_t pages) { in res_group_release_mem()
|
/external/trusty/lk/kernel/novm/ |
D | novm.c | 39 size_t pages; member 159 void *novm_alloc_helper(struct novm_arena *n, size_t pages) in novm_alloc_helper() 185 void *novm_alloc_pages(size_t pages, uint32_t arena_bitmap) in novm_alloc_pages() 201 void novm_free_pages(void *address, size_t pages) in novm_free_pages() 225 status_t novm_alloc_specific_pages(void *address, size_t pages) in novm_alloc_specific_pages() 293 size_t pages = (argc >= 4) ? argv[3].u : 1; in cmd_novm() local
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/paging/ |
D | AbstractFixedSizeCollection.java | 52 protected AbstractFixedSizeCollection(List<PageT> pages, int collectionSize) { in AbstractFixedSizeCollection() 57 protected abstract CollectionT createCollection(List<PageT> pages, int collectionSize); in createCollection()
|
/external/strace/tests-m32/ |
D | mincore.c | 34 print_mincore(const unsigned int pages, void *const addr, in print_mincore() 56 test_mincore(const unsigned int pages) in test_mincore()
|
D | move_pages.c | 43 print_page_array(const void **const pages, in print_page_array() 138 const void **const pages, int *const status) in print_stat_pages() 163 const void **const pages, in print_move_pages()
|
/external/strace/tests/ |
D | mincore.c | 34 print_mincore(const unsigned int pages, void *const addr, in print_mincore() 56 test_mincore(const unsigned int pages) in test_mincore()
|
D | move_pages.c | 43 print_page_array(const void **const pages, in print_page_array() 138 const void **const pages, int *const status) in print_stat_pages() 163 const void **const pages, in print_move_pages()
|
/external/strace/tests-mx32/ |
D | mincore.c | 34 print_mincore(const unsigned int pages, void *const addr, in print_mincore() 56 test_mincore(const unsigned int pages) in test_mincore()
|
D | move_pages.c | 43 print_page_array(const void **const pages, in print_page_array() 138 const void **const pages, int *const status) in print_stat_pages() 163 const void **const pages, in print_move_pages()
|
/external/trusty/lk/lib/heap/ |
D | page_alloc.c | 53 void *page_alloc(size_t pages, int arena) in page_alloc() 64 void page_free(void *ptr, size_t pages) in page_free()
|
/external/perfetto/ui/src/core/ |
D | router_unittest.ts | 32 const pages = new PageManagerImpl(); constant 40 const pages = new PageManagerImpl(); constant 59 const pages = new PageManagerImpl(); constant
|
/external/trusty/arm-trusted-firmware/services/std_svc/drtm/ |
D | drtm_dma_prot.h | 30 #define DRTM_MEM_REGION_PAGES_AND_TYPE(pages, type) \ argument 34 #define PAGES_AND_TYPE(pages, type) \ argument
|
/external/google-cloud-java/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/ |
D | CloudChannelServiceClient.java | 7604 private ListCustomersFixedSizeCollection(List<ListCustomersPage> pages, int collectionSize) { in ListCustomersFixedSizeCollection() 7614 List<ListCustomersPage> pages, int collectionSize) { in createCollection() 7681 List<ListEntitlementsPage> pages, int collectionSize) { in ListEntitlementsFixedSizeCollection() 7691 List<ListEntitlementsPage> pages, int collectionSize) { in createCollection() 7765 List<ListTransferableSkusPage> pages, int collectionSize) { in ListTransferableSkusFixedSizeCollection() 7775 List<ListTransferableSkusPage> pages, int collectionSize) { in createCollection() 7853 List<ListTransferableOffersPage> pages, int collectionSize) { in ListTransferableOffersFixedSizeCollection() 7863 List<ListTransferableOffersPage> pages, int collectionSize) { in createCollection() 7941 List<ListChannelPartnerLinksPage> pages, int collectionSize) { in ListChannelPartnerLinksFixedSizeCollection() 7951 List<ListChannelPartnerLinksPage> pages, int collectionSize) { in createCollection() [all …]
|
/external/google-cloud-java/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/ |
D | PrivateCatalogClient.java | 623 private SearchCatalogsFixedSizeCollection(List<SearchCatalogsPage> pages, int collectionSize) { in SearchCatalogsFixedSizeCollection() 633 List<SearchCatalogsPage> pages, int collectionSize) { in createCollection() 699 private SearchProductsFixedSizeCollection(List<SearchProductsPage> pages, int collectionSize) { in SearchProductsFixedSizeCollection() 709 List<SearchProductsPage> pages, int collectionSize) { in createCollection() 775 private SearchVersionsFixedSizeCollection(List<SearchVersionsPage> pages, int collectionSize) { in SearchVersionsFixedSizeCollection() 785 List<SearchVersionsPage> pages, int collectionSize) { in createCollection()
|
/external/google-cloud-java/java-websecurityscanner/google-cloud-websecurityscanner/src/main/java/com/google/cloud/websecurityscanner/v1/ |
D | WebSecurityScannerClient.java | 1171 List<ListScanConfigsPage> pages, int collectionSize) { in ListScanConfigsFixedSizeCollection() 1181 List<ListScanConfigsPage> pages, int collectionSize) { in createCollection() 1246 private ListScanRunsFixedSizeCollection(List<ListScanRunsPage> pages, int collectionSize) { in ListScanRunsFixedSizeCollection() 1256 List<ListScanRunsPage> pages, int collectionSize) { in createCollection() 1323 List<ListCrawledUrlsPage> pages, int collectionSize) { in ListCrawledUrlsFixedSizeCollection() 1333 List<ListCrawledUrlsPage> pages, int collectionSize) { in createCollection() 1398 private ListFindingsFixedSizeCollection(List<ListFindingsPage> pages, int collectionSize) { in ListFindingsFixedSizeCollection() 1408 List<ListFindingsPage> pages, int collectionSize) { in createCollection()
|
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ |
D | EnvironmentsClient.java | 960 List<ListEnvironmentsPage> pages, int collectionSize) { in ListEnvironmentsFixedSizeCollection() 970 List<ListEnvironmentsPage> pages, int collectionSize) { in createCollection() 1044 List<GetEnvironmentHistoryPage> pages, int collectionSize) { in GetEnvironmentHistoryFixedSizeCollection() 1054 List<GetEnvironmentHistoryPage> pages, int collectionSize) { in createCollection() 1120 private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) { in ListLocationsFixedSizeCollection() 1130 List<ListLocationsPage> pages, int collectionSize) { in createCollection()
|
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
D | EnvironmentsClient.java | 963 List<ListEnvironmentsPage> pages, int collectionSize) { in ListEnvironmentsFixedSizeCollection() 973 List<ListEnvironmentsPage> pages, int collectionSize) { in createCollection() 1047 List<GetEnvironmentHistoryPage> pages, int collectionSize) { in GetEnvironmentHistoryFixedSizeCollection() 1057 List<GetEnvironmentHistoryPage> pages, int collectionSize) { in createCollection() 1123 private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) { in ListLocationsFixedSizeCollection() 1133 List<ListLocationsPage> pages, int collectionSize) { in createCollection()
|
/external/sdk-platform-java/showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/ |
D | EchoClient.java | 1047 private PagedExpandFixedSizeCollection(List<PagedExpandPage> pages, int collectionSize) { in PagedExpandFixedSizeCollection() 1057 List<PagedExpandPage> pages, int collectionSize) { in createCollection() 1143 List<PagedExpandLegacyMappedPage> pages, int collectionSize) { in PagedExpandLegacyMappedFixedSizeCollection() 1153 List<PagedExpandLegacyMappedPage> pages, int collectionSize) { in createCollection() 1219 private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) { in ListLocationsFixedSizeCollection() 1229 List<ListLocationsPage> pages, int collectionSize) { in createCollection()
|
D | TestingClient.java | 959 private ListSessionsFixedSizeCollection(List<ListSessionsPage> pages, int collectionSize) { in ListSessionsFixedSizeCollection() 969 List<ListSessionsPage> pages, int collectionSize) { in createCollection() 1024 private ListTestsFixedSizeCollection(List<ListTestsPage> pages, int collectionSize) { in ListTestsFixedSizeCollection() 1034 List<ListTestsPage> pages, int collectionSize) { in createCollection() 1100 private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) { in ListLocationsFixedSizeCollection() 1110 List<ListLocationsPage> pages, int collectionSize) { in createCollection()
|
/external/google-cloud-java/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/ |
D | OsConfigZonalServiceClient.java | 2784 List<ListOSPolicyAssignmentsPage> pages, int collectionSize) { in ListOSPolicyAssignmentsFixedSizeCollection() 2794 List<ListOSPolicyAssignmentsPage> pages, int collectionSize) { in createCollection() 2881 List<ListOSPolicyAssignmentRevisionsPage> pages, int collectionSize) { in ListOSPolicyAssignmentRevisionsFixedSizeCollection() 2891 List<ListOSPolicyAssignmentRevisionsPage> pages, int collectionSize) { in createCollection() 2979 List<ListInstanceOSPoliciesCompliancesPage> pages, int collectionSize) { in ListInstanceOSPoliciesCompliancesFixedSizeCollection() 2989 List<ListInstanceOSPoliciesCompliancesPage> pages, int collectionSize) { in createCollection() 3076 List<ListOSPolicyAssignmentReportsPage> pages, int collectionSize) { in ListOSPolicyAssignmentReportsFixedSizeCollection() 3086 List<ListOSPolicyAssignmentReportsPage> pages, int collectionSize) { in createCollection() 3153 List<ListInventoriesPage> pages, int collectionSize) { in ListInventoriesFixedSizeCollection() 3163 List<ListInventoriesPage> pages, int collectionSize) { in createCollection() [all …]
|
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ |
D | DatasetServiceClient.java | 2401 private ListDatasetsFixedSizeCollection(List<ListDatasetsPage> pages, int collectionSize) { in ListDatasetsFixedSizeCollection() 2411 List<ListDatasetsPage> pages, int collectionSize) { in createCollection() 2477 private ListDataItemsFixedSizeCollection(List<ListDataItemsPage> pages, int collectionSize) { in ListDataItemsFixedSizeCollection() 2487 List<ListDataItemsPage> pages, int collectionSize) { in createCollection() 2554 List<SearchDataItemsPage> pages, int collectionSize) { in SearchDataItemsFixedSizeCollection() 2564 List<SearchDataItemsPage> pages, int collectionSize) { in createCollection() 2631 List<ListSavedQueriesPage> pages, int collectionSize) { in ListSavedQueriesFixedSizeCollection() 2641 List<ListSavedQueriesPage> pages, int collectionSize) { in createCollection() 2708 List<ListAnnotationsPage> pages, int collectionSize) { in ListAnnotationsFixedSizeCollection() 2718 List<ListAnnotationsPage> pages, int collectionSize) { in createCollection() [all …]
|
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
D | DatasetServiceClient.java | 2403 private ListDatasetsFixedSizeCollection(List<ListDatasetsPage> pages, int collectionSize) { in ListDatasetsFixedSizeCollection() 2413 List<ListDatasetsPage> pages, int collectionSize) { in createCollection() 2479 private ListDataItemsFixedSizeCollection(List<ListDataItemsPage> pages, int collectionSize) { in ListDataItemsFixedSizeCollection() 2489 List<ListDataItemsPage> pages, int collectionSize) { in createCollection() 2556 List<SearchDataItemsPage> pages, int collectionSize) { in SearchDataItemsFixedSizeCollection() 2566 List<SearchDataItemsPage> pages, int collectionSize) { in createCollection() 2633 List<ListSavedQueriesPage> pages, int collectionSize) { in ListSavedQueriesFixedSizeCollection() 2643 List<ListSavedQueriesPage> pages, int collectionSize) { in createCollection() 2710 List<ListAnnotationsPage> pages, int collectionSize) { in ListAnnotationsFixedSizeCollection() 2720 List<ListAnnotationsPage> pages, int collectionSize) { in createCollection() [all …]
|
/external/google-cloud-java/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/ |
D | ArtifactRegistryClient.java | 4509 List<ListDockerImagesPage> pages, int collectionSize) { in ListDockerImagesFixedSizeCollection() 4519 List<ListDockerImagesPage> pages, int collectionSize) { in createCollection() 4589 List<ListMavenArtifactsPage> pages, int collectionSize) { in ListMavenArtifactsFixedSizeCollection() 4599 List<ListMavenArtifactsPage> pages, int collectionSize) { in createCollection() 4666 List<ListNpmPackagesPage> pages, int collectionSize) { in ListNpmPackagesFixedSizeCollection() 4676 List<ListNpmPackagesPage> pages, int collectionSize) { in createCollection() 4746 List<ListPythonPackagesPage> pages, int collectionSize) { in ListPythonPackagesFixedSizeCollection() 4756 List<ListPythonPackagesPage> pages, int collectionSize) { in createCollection() 4823 List<ListRepositoriesPage> pages, int collectionSize) { in ListRepositoriesFixedSizeCollection() 4833 List<ListRepositoriesPage> pages, int collectionSize) { in createCollection() [all …]
|