/external/valgrind/main/none/tests/linux/ |
mremap2.c | 19 static int PAGE; 38 // set up working area so expansion limit is 20*PAGE 43 // A suitable attempted fixed dst is workingarea + 150*PAGE. 48 workingarea = mmap(0, 200*PAGE, PROT_NONE, 51 try_dst = workingarea + 150*PAGE; 52 unmap_and_check(workingarea, 200*PAGE); 60 unmap_and_check( workingarea, 200*PAGE); 63 mapanon_fixed( workingarea + 0*PAGE, 9*PAGE); 66 mapanon_fixed( workingarea + 10*PAGE, 20*PAGE ) [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
Test6DetailFragment.java | 28 private final static String PAGE = "<html><body>" 47 wv.loadData(PAGE, "text/html", null);
|
/external/chromium_org/chrome/browser/tab_contents/ |
render_view_context_menu_unittest.cc | 41 rv.page_url = GURL("http://test.page/"); 89 contexts.Add(MenuItem::PAGE); 100 contexts.Add(MenuItem::PAGE); 112 contexts.Add(MenuItem::PAGE); 124 contexts.Add(MenuItem::PAGE); 136 contexts.Add(MenuItem::PAGE);
|
render_view_context_menu.cc | 482 // PAGE is the least specific context, so we only examine that if none of the 483 // other contexts apply (except for FRAME, which is included in PAGE for 487 contexts.Contains(MenuItem::PAGE)) 595 // show page items. [all...] |
/cts/tools/signature-tools/src/signature/io/html/ |
ClassOverviewPage.java | 35 private static final String PAGE = "ClassOverviewPage"; 167 StringTemplate template = TemplateStore.getStringTemplate(PAGE);
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 54 PAGE = 2,
|
extension_context_menu_api.cc | 54 } else if (value == "page") { 55 tmp_result.Add(ExtensionMenuItem::PAGE); 223 ExtensionMenuItem::ContextList contexts(ExtensionMenuItem::PAGE);
|
/external/chromium_org/chrome/browser/extensions/api/context_menus/ |
context_menus_api.cc | 59 contexts.Add(extensions::MenuItem::PAGE); 196 contexts.Add(MenuItem::PAGE);
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 489 PAGE ?= index.html 490 PAGE_TC_CONFIG ?= "$(PAGE)?tc=$(TOOLCHAIN)&config=$(CONFIG)" 493 run: check_for_chrome all $(PAGE) 509 debug: check_for_chrome all $(PAGE)
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager.h | 68 PAGE = 2,
|
menu_manager_unittest.cc | 215 contexts.Add(MenuItem::PAGE);
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86masm.pl | 87 .text\$ SEGMENT PAGE 'CODE'
|
/external/openssl/crypto/perlasm/ |
x86masm.pl | 87 .text\$ SEGMENT PAGE 'CODE'
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 141 idesc64 isrL, 0x0008, 0 ; 0x0E, 14, #PF, Page Fault 180 dw isrR, 0 ; 0x0E, 14, #PF, Page Fault 192 ;; 2 Meg Page Tables 195 SECTION PAGE ALIGN=4096 FLAT
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
javax.servlet.jsp_2.0.0.v200806031607.jar | |
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.js | 11 * Controls rendering the new tab page for InstantExtended. 37 // Vertically centers the most visited section for a non-Google provided page. 38 NON_GOOGLE_PAGE: 'non-google-page', 39 PAGE: 'mv-page', // page tiles 40 PAGE_READY: 'mv-page-ready', // page tile when ready 121 * The notification displayed when a page is blacklisted. 164 * True if a page has been blacklisted and we're waiting on th [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 233 // PAGE is the least specific context, so we only examine that if none of the 234 // other contexts apply (except for FRAME, which is included in PAGE for 238 contexts.Contains(ExtensionMenuItem::PAGE)) 470 // show page items. 631 // Full page plugin, so show page menu items. [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 154 \chardef\PAGE=255 \output={\onepageout{\pagecontents\PAGE}} 165 % The contents of the page are centerlined into the cropmarks, 312 % @group ... @end group forces ... to be all on one page. 326 % @page forces the start of a new page 328 \def\page{\par\vfill\supereject} 331 % outputs text on separate line in roman font, starting at standard page margin 506 \let\oldpage=\page 507 \def\page{\oldpage \hbox{}} [all...] |
/external/grub/docs/ |
texinfo.tex | 33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or 59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. 129 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi 281 \chardef\PAGE = 255 282 \output = {\onepageout{\pagecontents\PAGE}} 308 % the page break happens to be in the middle of an example. 310 % Do this early so pdf references go to the beginning of the page. 327 \hfil % center the page within the outer (page) hsize. 663 % @group ... @end group forces ... to be all on one page, by enclosin [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 124 // finding the relative URL to this page. This will allow us to find links on the page 125 // leading back to this page. 138 // Otherwise the page path is already an absolute URL 141 // select current page in sidenav and set up prev/next links if they exist 171 // jump to this section's index page (if it exists) 190 // we're on an index page, jump to the first topic 198 // then set the landing page "start link" text to be the first doc title 202 // If the selected page has a description, then it's a class or article homepage 204 // this means we're on a class landing page [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 147 // finding the relative URL to this page. This will allow us to find links on the page 148 // leading back to this page. 161 // Otherwise the page path is already an absolute URL 180 // If the root is reference, but page is also part of Google Services, select Google 198 // select current page in sidenav and header, and set up prev/next links if they exist 203 // Find this page's <li> in sidenav and set selected 228 // jump to this section's index page (if it exists) 247 // we're on an index page, jump to the first topic 255 // then set the landing page "start link" text to be the first doc titl [all...] |
/external/bison/build-aux/ |
texinfo.tex | 33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page) 57 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. 130 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi 272 % of a page, or that at the bottom of a page. The solution is 273 % described on page 260 of The TeXbook. It involves outputting two 289 % page or the contents), so we use \firstmark there -- this gets us 308 \chardef\PAGE = 255 309 \output = {\onepageout{\pagecontents\PAGE}} 336 % the page break happens to be in the middle of an example [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 31 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or 57 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. 131 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi 293 % of a page, or that at the bottom of a page. The solution is 294 % described on page 260 of The TeXbook. It involves outputting two 310 % page or the contents), so we use \firstmark there -- this gets us 329 \chardef\PAGE = 255 330 \output = {\onepageout{\pagecontents\PAGE}} 357 % the page break happens to be in the middle of an example [all...] |