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

  /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/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/openssl/crypto/perlasm/
x86masm.pl 86 .text\$ SEGMENT PAGE 'CODE'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /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...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 117 // finding the relative URL to this page. This will allow us to find links on the page
118 // leading back to this page.
131 // Otherwise the page path is already an absolute URL
134 // select current page in sidenav and set up prev/next links if they exist
166 // jump to this section's index page (if it exists)
183 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
195 // we're on an index page, jump to the first topic
208 // this means this page has children but is not at the top (it's a class, not a course)
237 $('.next-page-link').attr('href',''
    [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...]
  /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...]

Completed in 875 milliseconds