Searched
refs:page (Results
526 -
550 of
3073) sorted by null
<<21222324252627282930>>
/external/chromium_org/ui/app_list/ |
pagination_model.h | 25 // the currently selected page. The model is a single selection model that at 26 // the most one page can become selected at any time. 40 // Target page for the transition or -1 if there is no target page. For 41 // page switcher, this is the target selected page. For touch scroll, 42 // this is usually the previous or next page (or -1 when there is no 43 // previous or next page). 46 // A [0, 1] progress indicates how much of the current page is being 56 // Selects a page. |animate| is true if the transition should be animated [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 7 $pagesize = 25; //results per page 10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1); variable 11 $offset = ($page - 1) * $pagesize; 84 dopager($rows, $page, $pagesize); 103 dopager($rows, $page, $pagesize); 220 function pagelink($page, $selected, $linktext = "") 222 $innertext = ($linktext ? $linktext : $page); 223 $text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&p=$page\">$innertext</a>" : $innertext); 227 function dopager($rows, $page, $pagesize) 229 $startpage = ($page - 5 < 1 ? 1 : $page - 5) [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeDoc.h | 34 // This would be useful to show quickly page 100 in a pdf (www.example.com/foo.pdf#page100) 36 // page 100. 79 // returns the page resources 80 SkPdfResourceDictionary* pageResources(int page); 82 // returns the page's mediabox i points - the page physical boundaries. 83 SkRect MediaBox(int page); 90 // add generation parameter to support page updates. 93 // returns the object that holds all the page informnation 95 // add generation parameter to support page updates [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
spinlock_32.h | 17 #include <asm/page.h>
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
spinlock_32.h | 17 #include <asm/page.h>
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
spinlock_32.h | 17 #include <asm/page.h>
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
spinlock_32.h | 17 #include <asm/page.h>
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
spinlock_32.h | 17 #include <asm/page.h>
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/ |
spinlock_32.h | 24 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
fixmap.h | 21 #include <asm/page.h>
|
Completed in 1138 milliseconds
<<21222324252627282930>>