Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 56) sorted by relevance

123

/system/extras/zram-perf/
Dzram-perf.cpp19 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/extras/pagecache/
Ddumpcache.c93 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/bt/stack/avrc/
Davrc_opt.cc136 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/memory/libmemunreachable/
DHeapWalker.cpp196 void* page = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) & ~(page_size - 1)); in MapOverPage() local
198 void* ret = mmap(page, page_size, PROT_READ, MAP_ANONYMOUS | MAP_PRIVATE | MAP_FIXED, -1, 0); in MapOverPage()
200 MEM_ALOGE("failed to map page at %p: %s", page, strerror(errno)); in MapOverPage()
DAllocator.cpp259 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/gd/neighbor/
DAndroid.bp18 "page.cc",
DBUILD.gn23 "page.cc",
/system/extras/simpleperf/
DREADME.md10 page](https://android-build.googleplex.com/coastguard/dashboard/5938649007521792/#/request/create)
/system/bt/gd/rust/hci/src/
Dcontroller.rs237 ($($id:ident => $page:literal : $bit:literal),*) => {
248 $($id: *supported.get($page).unwrap_or(&0) & (1 << $bit) != 0,)*
/system/iorap/src/compiler/
Dcompiler.cc220 uint64_t page; // struct page*. - null on some devices, e.g. blueline. member
239 os << "page:" << e.page; in operator <<()
330 out.page = mm_event.page(); in SelectPageCacheFtraceEvents()
/system/bt/stack/include/
Davrc_api.h513 extern uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page);
/system/media/camera/docs/
Dhtml.mako96 it knows its being printed, so the page-break-* styles are ignored
98 tr { page-break-after: always; page-break-inside: avoid; }
DCameraMetadataKeys.mako20 <%page args="java_class, xml_kind" />\
/system/chre/pal/doc/
DDoxyfile44 # 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/
DDoxyfile44 # 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/
DDoxyfile44 # for a project that appears at the top of each page and should give viewer a
227 # page for each member. If set to NO, the documentation of a member will be part
405 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
418 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
565 # append additional text to a page's title, such as Class Reference. If set to
699 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
707 # page. This will remove the Namespaces entry from the Quick Index and from the
968 # is part of the input, its contents will be placed on the main page
970 # and want to reuse the introduction page also for the doxygen output.
1133 # generated HTML page (for example: .htm, .php, .asp).
[all …]
/system/sepolicy/prebuilts/api/28.0/public/
Dvendor_init.te136 # Write to /proc/sys/vm/page-cluster
/system/extras/app-launcher/
Dapp-launcher90 grep -F page-faults "$infile" | awk '{print $1}' | sed s/,//g | computestats
/system/sepolicy/prebuilts/api/29.0/public/
Dvendor_init.te161 # Write to /proc/sys/vm/page-cluster
/system/sepolicy/prebuilts/api/30.0/public/
Dvendor_init.te166 # Write to /proc/sys/vm/page-cluster
/system/sepolicy/prebuilts/api/31.0/public/
Dvendor_init.te169 # Write to /proc/sys/vm/page-cluster
/system/sepolicy/public/
Dvendor_init.te169 # Write to /proc/sys/vm/page-cluster
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc1578 auto page = model::packets::PageView::Create(incoming); in IncomingPagePacket() local
1579 ASSERT(page.IsValid()); in IncomingPagePacket()
1590 bluetooth::hci::Address::FromString(page.GetSourceAddress().ToString(), in IncomingPagePacket()
1594 source_address, page.GetClassOfDevice(), in IncomingPagePacket()
2195 auto page = model::packets::PageBuilder::Create( in CreateConnection() local
2198 SendLinkLayerPacket(std::move(page)); in CreateConnection()
/system/core/init/
DREADME.ueventd.md98 See the [man page for fnmatch](https://www.man7.org/linux/man-pages/man3/fnmatch.3.html) for more
/system/bt/gd/hci/
Dcontroller.cc874 #define LOCAL_FEATURE_ACCESSOR(name, page, bit) \ argument
876 return GetLocalFeatures(page) & BIT(bit); \

123