/system/extras/zram-perf/ |
D | zram-perf.cpp | 17 void fillPageRand(uint32_t *page) { in fillPageRand() argument 20 page[i] = start+i; in fillPageRand() 23 void fillPageCompressible(uint32_t *page) { in fillPageCompressible() argument 26 page[i] = val; in fillPageCompressible() 65 AlignedAlloc page(page_size, page_size); in fillWithCompressible() local 67 fillPageCompressible((uint32_t*)page.ptr()); in fillWithCompressible() 68 ssize_t ret = write(m_fd, page.ptr(), page_size); in fillWithCompressible() 78 AlignedAlloc page(page_size, page_size); in benchSequentialRead() local 85 ssize_t ret = read(m_fd, page.ptr(), page_size); in benchSequentialRead() 99 AlignedAlloc page(page_size, page_size); 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/core/libbacktrace/ |
D | GetPss.cpp | 74 for (size_t page = start/pagesize; page < end/pagesize; page++) { in GetPssBytes() local 76 if (ReadData(pagemap_fd, page, &data)) { in GetPssBytes()
|
/system/extras/pagecache/ |
D | dumpcache.c | 91 unsigned int page = 0; in store_num_cached() local 92 for (page = 0; page < num_file_pages; page++) { in store_num_cached() 93 if (mincore_data[page]) num_cached++; in store_num_cached()
|
/system/core/libmemunreachable/ |
D | HeapWalker.cpp | 153 void *page = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) & ~(page_size-1)); in MapOverPage() local 155 void* ret = mmap(page, page_size, PROT_READ, MAP_ANONYMOUS|MAP_PRIVATE|MAP_FIXED, -1, 0); in MapOverPage() 157 ALOGE("failed to map page at %p: %s", page, strerror(errno)); in MapOverPage()
|
D | Allocator.cpp | 268 unsigned int page = n * allocation_size_ / kPageSize; in Alloc() local 269 assert(page / 32 < ARRAY_SIZE(dirty_pages_)); in Alloc() 270 dirty_pages_[page / 32] |= 1U << (page % 32); in Alloc()
|
/system/bt/stack/avrc/ |
D | avrc_opt.c | 140 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd() argument 151 *p_data++ = ((page&AVRC_SUB_PAGE_MASK) << AVRC_SUB_PAGE_SHIFT) | AVRC_SUB_EXT_CODE; in AVRC_SubCmd()
|
D | avrc_api.c | 637 msg.sub.page = (*p_data++ >> AVRC_SUB_PAGE_SHIFT) & AVRC_SUB_PAGE_MASK; in avrc_msg_cback()
|
/system/bt/stack/include/ |
D | avrc_api.h | 420 extern UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page);
|
D | avrc_defs.h | 785 UINT8 page; /* Specifies which part of the subunit type table is member
|
/system/media/camera/docs/ |
D | html.mako | 95 it knows its being printed, so the page-break-* styles are ignored 97 tr { page-break-after: always; page-break-inside: avoid; }
|
D | CameraMetadataKeys.mako | 20 <%page args="java_class, xml_kind" />\
|
/system/media/audio_utils/ |
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 …]
|
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 …]
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 467 // Page loads along with renderer crashes and hangs, since page load count 540 // The number of times this plugin was instantiated on a web page. 542 // (A page load with multiple sections drawn by this plugin will
|
/system/media/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/connectivity/dhcp_client/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/connectivity/shill/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/netd/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/update_engine/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/connectivity/apmanager/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/bt/ |
D | NOTICE | 187 same "printed page" as the copyright notice for easier
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 6299 The level is on the title page of the specification. 6307 The Revision value is on the title page of the 6317 The specification date is on the title page of the 6324 The specification date is on the title page of the
|
D | raw_structures_fixed.txt | 6280 The level is on the title page of the specification. 6289 The Revision value is on the title page of the 6300 The specification date is on the title page of the 6307 The specification date is on the title page of the
|