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

  /external/e2fsprogs/ext2ed/
win.c 108 int current_page,total_pages; local
110 current_page=show_pad_info.line/show_pad_info.display_lines+1;
112 current_page++;
116 wprintw (show_win,"Page %d of %d\n",current_page,total_pages);
  /external/selinux/gui/
polgengui.py 247 self.current_page = 0
355 if self.current_page == self.START_PAGE:
358 if self.pages[type][self.current_page] == self.SELECT_TYPE_PAGE:
362 if self.pages[type][self.current_page] == self.IN_NET_PAGE:
366 if self.pages[type][self.current_page] == self.OUT_NET_PAGE:
370 if self.pages[type][self.current_page] == self.APP_PAGE:
374 if self.pages[type][self.current_page] == self.EXISTING_USER_PAGE:
378 if self.pages[type][self.current_page] == self.SELECT_DIR_PAGE:
384 if self.pages[type][self.current_page] == self.FINISH_PAGE:
388 self.current_page = self.current_page +
    [all...]
  /external/v8/src/heap/
spaces.h 2234 Page* current_page() { return current_page_; } function in class:v8::internal::SemiSpace
2469 Page* current_page = age_mark_page; local
    [all...]
spaces.cc 1600 Page* current_page = anchor()->next_page(); local
    [all...]

Completed in 332 milliseconds