HomeSort by relevance Sort by last modified time
    Searched full:firstpage (Results 1 - 7 of 7) sorted by null

  /system/extras/libpagemap/
pm_process.c 110 uint64_t firstpage; local
125 firstpage = low / proc->ker->pagesize;
132 off = lseek64(proc->pagemap_fd, firstpage * sizeof(uint64_t), SEEK_SET);
  /external/v8/tools/
callstats.html 346 function showPage(firstPage) {
349 selectedPage = firstPage;
351 showPageInColumn(firstPage, 0);
353 var pageVersions = versions.getPageVersions(firstPage);
356 if (page !== firstPage) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 592 CellLayout firstPage = insertNewWorkspaceScreen(Workspace.FIRST_SCREEN_ID, 0);
594 firstPage.setOnTouchListener(new VerticalFlingDetector(mLauncher) {
607 firstPage.setOnInterceptTouchListener(new VerticalFlingDetector(mLauncher) {
627 firstPage, false);
630 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), 1);
632 if (!firstPage.addViewToCellLayout(qsb, 0, getEmbeddedQsbId(), lp, true)) {
646 CellLayout firstPage = (CellLayout) getChildAt(0);
647 int cellHeight = firstPage.getCellHeight();
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /external/v8/src/heap/
spaces.h     [all...]
heap.cc     [all...]
  /external/v8/src/
code-stubs.cc 188 heap->code_space()->FirstPage()->Contains(code->address()));
    [all...]

Completed in 8439 milliseconds