/system/extras/zram-perf/ |
D | zram-perf.cpp | 19 void fillPageRand(uint32_t *page) { in fillPageRand() argument 22 page[i] = start+i; in fillPageRand() 25 void fillPageCompressible(void* page) { in fillPageCompressible() argument 27 auto page_ptr = reinterpret_cast<typeof(val)*>(page); in fillPageCompressible() 74 AlignedAlloc page(kPageSize, kPageSize); in fillWithCompressible() local 76 fillPageCompressible((uint32_t*)page.ptr()); in fillWithCompressible() 77 ssize_t ret = write(m_fd, page.ptr(), kPageSize); in fillWithCompressible() 87 AlignedAlloc page(kPageSize, kPageSize); in benchSequentialRead() local 94 ssize_t ret = read(m_fd, page.ptr(), kPageSize); in benchSequentialRead() 108 AlignedAlloc page(kPageSize, kPageSize); in benchSequentialWrite() local [all …]
|
/system/core/toolbox/ |
D | r.c | 70 void* page = mmap64(0, mmap_size, PROT_READ | PROT_WRITE, in main() local 73 if(page == MAP_FAILED){ in main() 81 uint32_t* x = (uint32_t*) (((uintptr_t) page) + (addr & 4095)); in main() 87 uint16_t* x = (uint16_t*) (((uintptr_t) page) + (addr & 4095)); in main() 93 uint8_t* x = (uint8_t*) (((uintptr_t) page) + (addr & 4095)); in main()
|
/system/extras/pagecache/ |
D | dumpcache.c | 93 unsigned int page = 0; in store_num_cached() local 94 for (page = 0; page < num_file_pages; page++) { in store_num_cached() 95 if (mincore_data[page]) num_cached++; in store_num_cached()
|
/system/core/libmemunreachable/ |
D | HeapWalker.cpp | 178 void* page = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) & ~(page_size - 1)); in MapOverPage() local 180 void* ret = mmap(page, page_size, PROT_READ, MAP_ANONYMOUS | MAP_PRIVATE | MAP_FIXED, -1, 0); in MapOverPage() 182 MEM_ALOGE("failed to map page at %p: %s", page, strerror(errno)); in MapOverPage()
|
D | Allocator.cpp | 259 unsigned int page = n * allocation_size_ / kPageSize; in Alloc() local 260 assert(page / 32 < arraysize(dirty_pages_)); in Alloc() 261 dirty_pages_[page / 32] |= 1U << (page % 32); in Alloc()
|
/system/bt/stack/avrc/ |
D | avrc_opt.cc | 136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd() argument 147 ((page & AVRC_SUB_PAGE_MASK) << AVRC_SUB_PAGE_SHIFT) | AVRC_SUB_EXT_CODE; in AVRC_SubCmd()
|
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/ |
D | link_layer_packet_builder.cc | 117 …red_ptr<LinkLayerPacketBuilder> LinkLayerPacketBuilder::WrapPage(std::unique_ptr<PageBuilder> page, in WrapPage() argument 120 new LinkLayerPacketBuilder(Link::PacketType::PAGE, std::move(page), source, dest)); in WrapPage()
|
D | link_layer_packet_builder.h | 73 …static std::shared_ptr<LinkLayerPacketBuilder> WrapPage(std::unique_ptr<PageBuilder> page, const A…
|
/system/bt/stack/include/ |
D | avrc_api.h | 454 extern uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page);
|
/system/media/camera/docs/ |
D | html.mako | 96 it knows its being printed, so the page-break-* styles are ignored 98 tr { page-break-after: always; page-break-inside: avoid; }
|
D | CameraMetadataKeys.mako | 20 <%page args="java_class, xml_kind" />\
|
/system/chre/pal/doc/ |
D | Doxyfile | 44 # for a project that appears at the top of each page and should give viewer a 209 # page for each member. If set to NO, the documentation of a member will be part 364 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 518 # append additional text to a page's title, such as Class Reference. If set to 652 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 660 # page. This will remove the Namespaces entry from the Quick Index and from the 919 # is part of the input, its contents will be placed on the main page 921 # and want to reuse the introduction page also for the doxygen output. 1055 # generated HTML page (for example: .htm, .php, .asp). [all …]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 44 # for a project that appears at the top of each page and should give viewer a 209 # page for each member. If set to NO, the documentation of a member will be part 364 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 518 # append additional text to a page's title, such as Class Reference. If set to 652 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 660 # page. This will remove the Namespaces entry from the Quick Index and from the 919 # is part of the input, its contents will be placed on the main page 921 # and want to reuse the introduction page also for the doxygen output. 1055 # generated HTML page (for example: .htm, .php, .asp). [all …]
|
/system/media/audio_utils/ |
D | Doxyfile | 44 # for a project that appears at the top of each page and should give viewer a 201 # new page for each member. If set to NO, the documentation of a member will be 346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 629 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 637 # page. This will remove the Namespaces entry from the Quick Index and from the 878 # is part of the input, its contents will be placed on the main page 880 # and want to reuse the introduction page also for the doxygen output. 1014 # generated HTML page (for example: .htm, .php, .asp). 1021 # each generated HTML page. If the tag is left blank doxygen will generate a [all …]
|
D | Doxyfile.orig | 44 # for a project that appears at the top of each page and should give viewer a 201 # new page for each member. If set to NO, the documentation of a member will be 346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 629 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 637 # page. This will remove the Namespaces entry from the Quick Index and from the 878 # is part of the input, its contents will be placed on the main page 880 # and want to reuse the introduction page also for the doxygen output. 1014 # generated HTML page (for example: .htm, .php, .asp). 1021 # each generated HTML page. If the tag is left blank doxygen will generate a [all …]
|
/system/bt/vendor_libs/test_vendor_lib/packets/test/ |
D | link_layer_packet_builder_test.cc | 329 PageView page = PageView::GetPage(view); in TEST_F() local 330 ASSERT_EQ(page.GetAllowRoleSwitch(), allow_role_switch); in TEST_F() 331 ASSERT_EQ(page.GetClassOfDevice(), class_of_device); in TEST_F()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vendor_init.te | 136 # Write to /proc/sys/vm/page-cluster
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 558 PageView page = PageView::GetPage(incoming); in IncomingPagePacket() local 566 …send_event_(EventPacketBuilder::CreateConnectionRequestEvent(incoming.GetSourceAddress(), page.Get… in IncomingPagePacket() 962 …std::unique_ptr<PageBuilder> page = PageBuilder::Create(properties_.GetClassOfDevice(), allow_role… in CreateConnection() local 963 …SendLinkLayerPacket(LinkLayerPacketBuilder::WrapPage(std::move(page), properties_.GetAddress(), ad… in CreateConnection()
|
/system/extras/app-launcher/ |
D | app-launcher | 90 grep -F page-faults "$infile" | awk '{print $1}' | sed s/,//g | computestats
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vendor_init.te | 161 # Write to /proc/sys/vm/page-cluster
|
/system/sepolicy/public/ |
D | vendor_init.te | 161 # Write to /proc/sys/vm/page-cluster
|
/system/core/libbacktrace/testdata/arm64/ |
D | offline_testdata | 87 …602b000 end: 701602c000 offset: 0 load_bias: 0 flags: 0 name: [anon:thread signal stack guard page]
|
/system/core/libbacktrace/testdata/arm/ |
D | offline_testdata | 85 … e87ac000 end: e87ad000 offset: 0 load_bias: 0 flags: 0 name: [anon:thread signal stack guard page]
|
/system/extras/ioblame/ |
D | README | 157 dirtied the page that is being written out, because the majority of
|
/system/bpf/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|