HomeSort by relevance Sort by last modified time
    Searched full:firstpage (Results 1 - 12 of 12) 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/libcups/cups/
ppd-conflicts.c 193 firstpage[255]; /* AP_FIRSTPAGE_Keyword string */ local
318 snprintf(firstpage, sizeof(firstpage), "AP_FIRSTPAGE_%s", resoption);
322 !_cups_strcasecmp(firstpage, option) ||
965 char firstpage[255]; /* AP_FIRSTPAGE_Keyword string */ local
1112 snprintf(firstpage, sizeof(firstpage), "AP_FIRSTPAGE_%s",
1115 if (option && choice && !_cups_strcasecmp(option, firstpage))
1122 else if ((firstvalue = cupsGetOption(firstpage, num_options,
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
VerityTreeBuilder.java 130 ByteBuffer firstPage = slice(verityBuffer.asReadOnlyBuffer(), 0, CHUNK_SIZE);
131 return saltedDigest(firstPage);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.vcproj 511 RelativePath="FirstPage.cpp"
668 RelativePath="FirstPage.h"
  /external/v8/tools/
callstats.html 389 function showPage(firstPage) {
393 selectedPage = firstPage;
395 showPageInColumn(firstPage, 0);
397 var pageVersions = versions.getPageVersions(firstPage);
400 if (page !== firstPage) {
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 487 CellLayout firstPage = insertNewWorkspaceScreen(Workspace.FIRST_SCREEN_ID, 0);
493 .inflate(R.layout.search_container_workspace,firstPage, false);
496 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), 1);
498 if (!firstPage.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true)) {
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /external/v8/src/
code-stubs.cc 198 heap->code_space()->FirstPage()->Contains(code->address()));
    [all...]
  /external/v8/src/heap/
spaces.h     [all...]
heap.cc     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.2.0-alpha16/
apksig-3.2.0-alpha16.jar 

Completed in 1314 milliseconds