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

  /external/valgrind/none/tests/
map_unmap.c 6 /* The code testing MAP_HUGETLB huge pages is disabled by default,
7 as many distros do not have huge pages configured
9 To have e.g. 20 huge pages configured, do (as root)
15 /* Similarly, testing SHM_HUGETLB huge pages is disabled by default.
16 To have shmget/shmat big pages working, do (as root)
23 // Size to use for huge pages
46 #define PAGES 1024u
47 #define LEN (PAGES*pagesize)
69 for(i = 0; i < PAGES; i++) {
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise09.c 23 * o Allocate pages and fill them with a pattern
25 * o Madvise pages with MADV_FREE
27 * o Check that madvised pages were not freed immediatelly
29 * o Write to some of the madvised pages again, these must not be freed
44 * o Once the child is killed the MADV_FREE pages that were not written to
72 #define PAGES 32
120 for (i = 0; i < PAGES; i++) {
178 ptr = SAFE_MMAP(NULL, PAGES * page_size, PROT_READ | PROT_WRITE,
181 for (i = 0; i < PAGES * page_size; i++)
184 if (madvise(ptr, PAGES * page_size, MADV_FREE))
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 110 PAGES='pages'
  /external/python/cpython3/Lib/tkinter/
constants.py 110 PAGES='pages'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 110 PAGES='pages'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 110 PAGES='pages'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 110 PAGES='pages'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 110 PAGES='pages'
  /test/vts-testcase/kernel/api/proc/
ProcVmallocInfoTest.py 31 t_PAGES = literal_token('pages')
52 'line : addr_range NUMBER caller module pages phys ioremap vmalloc vmap user vpages vm_vm_area NEWLINE'
65 '''pages : PAGES EQUALS NUMBER
  /external/libxml2/doc/
Makefile.am 13 PAGES= architecture.html bugs.html contribs.html docs.html DOM.html \
246 web: $(PAGES) xmllint.html xmlcatalog_man.html
257 $(PAGES): xml.html $(srcdir)/site.xsl
259 echo "Rebuilding the HTML Web pages from xml.html" ; \
262 echo "Validating the HTML Web pages" ; \
263 $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
276 echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
280 echo "Validating the HTML API pages" ; \
285 echo "Rebuilding the HTML pages from the XML API" ; \
288 echo "Validating the resulting XHTML pages" ; \
    [all...]
  /frameworks/base/core/java/com/android/internal/print/
DumpUtils.java 328 PageRange[] pages = printJobInfo.getPages(); local
329 if (pages != null) {
330 for (int i = 0; i < pages.length; i++) {
331 writePageRange(proto, "pages", PrintJobInfoProto.PAGES, pages[i]);
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 355 milliseconds