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

  /packages/services/BuiltInPrintService/jni/include/
lib_wprint.h 159 bool last_page; member in struct:__anon47869
305 * specified MIME type. The page_number must increment from 1. last_page flag is true if it
312 status_t wprintPage(wJob_t job_handle, int page_number, const char *filename, bool last_page,
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 165 bool last_page; member in struct:__anon47896
931 * but we have to do last_page processing
935 if (page.last_page && ((i == jq->job_params.num_copies - 1) ||
939 jq->job_params.last_page = page.last_page;
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 85 int last_page; member in struct:Options
517 options->last_page = options->first_page;
522 options->last_page;
847 int last_page = options.pages ? options.last_page + 1 : page_count; local
848 for (int i = first_page; i < last_page; ++i) {
  /external/v8/src/heap/
spaces.cc 1982 Page* last_page = anchor()->prev_page(); local
2005 Page* last_page = start; local
2025 Page* last_page; local
    [all...]
spaces.h 2468 Page* const last_page = Page::FromAllocationAreaAddress(top()); local
    [all...]
  /external/stressapptest/src/
sat.cc 380 uint64 last_page = 0; local
392 last_page = i * 4096;
395 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1);
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c 456 (job_params->last_page) ? "- last page" : "- ",

Completed in 148 milliseconds