HomeSort by relevance Sort by last modified time
    Searched refs:page_count (Results 26 - 35 of 35) sorted by null

12

  /external/chromium/chrome/browser/printing/
print_job_worker.cc 226 int page_count = document_->page_count(); local
227 if (!page_count) {
234 page_number_.Init(document_->settings(), page_count);
print_job.cc 46 int page_count) {
58 new_doc->set_page_count(page_count);
  /system/core/toolbox/
nandread.c 38 int page_count = 0; local
260 page_count++;
271 fprintf(statusfile, "read %d pages, %d empty\n", page_count, empty_pages);
283 printf("read %d pages, %d empty\n", page_count, empty_pages);
  /external/v8/test/cctest/
test-spaces.cc 159 int page_count = 0; local
162 page_count++;
164 CHECK(total_pages == page_count);
  /external/kernel-headers/original/linux/
relay.h 45 unsigned int page_count; /* number of current buffer pages */ member in struct:rchan_buf
mm.h 315 static inline int page_count(struct page *page) function
349 * For the non-reserved pages, page_count(page) denotes a reference count.
350 * page_count() == 0 means the page is free. page->lru is then used for
352 * page_count() == 1 means the page is used for exactly one purpose
356 * __get_free_page(). In this case the page_count() is at least 1, and
373 * For pages belonging to inodes, the page_count() is the number of
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 319 int page_count = startup_custom_pages_table_model_->RowCount(); local
321 for (int i = 0; i < page_count; ++i) {
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 771 int page_count; local
790 page_count = 2;
792 page_count = 1;
804 attrib.pageCount = page_count;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 273 'first_page', 'last_page', 'last', 'length', 'new', 'page_count',
  /external/v8/src/
spaces.cc 2664 int page_count = 0; local
    [all...]

Completed in 783 milliseconds

12