Searched refs:pages (Results 76 - 100 of 161) sorted by relevance

1234567

/external/bart/docs/api_reference/
H A DMakefile40 @echo " man to make manual pages"
61 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
66 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
147 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
/external/devlib/doc/
H A DMakefile40 @echo " man to make manual pages"
57 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
62 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
143 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
H A Dmake.bat32 echo. man to make manual pages
79 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
87 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
95 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
192 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/external/pdfium/public/
H A Dfpdf_edit.h273 // pages - pointer to the start of all loaded pages, may be NULL.
274 // nCount - number of |pages|, may be 0.
281 // cached by the loaded pages. In that case, we need to clear the cached image
282 // for all the loaded pages. Pass |pages| and page count (|nCount|) to this API
284 // valid |pages| value.
286 FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages,
293 // pages - pointer to the start of all loaded pages, ma
[all...]
/external/perfetto/src/ftrace_reader/
H A Dftrace_procfs.cc111 bool FtraceProcfs::SetCpuBufferSizeInPages(size_t pages) { argument
112 if (pages * base::kPageSize > 1 * 1024 * 1024 * 1024) {
117 return WriteNumberToFile(path, pages * (base::kPageSize / 1024ul));
/external/trappy/doc/api_reference/
H A DMakefile40 @echo " man to make manual pages"
61 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
66 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
147 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
/external/v8/tools/
H A Dll_prof.py218 SHIFT = 20 # 1M pages
260 self.pages = {}
267 pages = 0
269 if max_pages >= 0 and pages > max_pages:
274 if page_id in self.pages:
275 page = self.pages[page_id]
278 self.pages[page_id] = page
281 pages += 1
290 if page_id not in self.pages:
293 page = self.pages[page_i
[all...]
/external/fio/doc/
H A Dmake.bat33 echo. man to make manual pages
81 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
89 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
97 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
202 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/external/mesa3d/src/gallium/docs/
H A Dmake.bat39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
/external/python/futures/docs/
H A Dmake.bat38 echo.Build finished. The HTML pages are in _build/html.
45 echo.Build finished. The HTML pages are in _build/dirhtml.
/external/harfbuzz_ng/src/
H A Dgen-arabic-table.py131 pages = set([u>>page_bits for u in [s for s,e in ranges]+[e for s,e in ranges]])
132 for p in sorted(pages):
H A Dgen-indic-table.py229 pages = set([u>>page_bits for u in starts+ends+singles.keys()]) variable
230 for p in sorted(pages):
/external/ImageMagick/coders/
H A Ddjvu.c144 int pages;
242 lc->pages = ddjvu_document_get_pagenum(document);
244 printf("the doc has %d pages\n", ddjvu_document_get_pagenum(document));
818 lc->pages = 0;
858 while (lc->pages == 0) {
868 for ( ; i < (ssize_t) lc->pages; i++)
141 int pages; member in struct:_LoadContext
/external/libcups/filter/
H A Dpstops.c78 slow_duplex, /* Duplex pages slowly? */
79 slow_order, /* Reverse pages slowly? */
81 cups_array_t *pages; /* Pages in document */ member in struct:__anon11133
96 fit_to_page; /* Fit pages to media */
103 int mirror, /* doc->mirror/mirror pages */
104 number_up, /* Number of pages on each sheet */
105 number_up_layout, /* doc->number_up_layout of N-up pages */
107 page_border; /* doc->page_border around pages */
400 * 'add_page()' - Add a page to the pages array.
410 if (!doc->pages)
612 int pages; /* Number of pages */ local
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c698 unsigned pages, lines; local
700 pages = size >> 12;
701 size -= (pages << 12);
707 while (pages) {
708 lines = (pages > 2047) ? 2047 : pages;
709 pages -= lines;
/external/expat/lib/
H A Dxmltok.c80 #define UCS2_GET_NAMING(pages, hi, lo) \
81 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1u << ((lo) & 0x1F)))
85 pages, 3 bits to add to that index and 5 bits to generate the mask.
87 #define UTF8_GET_NAMING2(pages, byte) \
88 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
95 into pages, 3 bits to add to that index and 5 bits to generate the
98 #define UTF8_GET_NAMING3(pages, byte) \
99 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
106 #define UTF8_GET_NAMING(pages, p, n) \
108 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/external/python/cpython3/Modules/expat/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/external/skia/src/pdf/
H A DSkPDFDocument.cpp111 static sk_sp<SkPDFDict> generate_page_tree(SkTArray<sk_sp<SkPDFDict>>* pages) { argument
112 // PDF wants a tree describing all the pages in the document. We arbitrary
122 int totalPageCount = pages->count();
124 curNodes.swap(pages);
/external/skqp/src/pdf/
H A DSkPDFDocument.cpp111 static sk_sp<SkPDFDict> generate_page_tree(SkTArray<sk_sp<SkPDFDict>>* pages) { argument
112 // PDF wants a tree describing all the pages in the document. We arbitrary
122 int totalPageCount = pages->count();
124 curNodes.swap(pages);
/external/v8/src/wasm/
H A Dwasm-module.h148 uint32_t min_mem_pages = 0; // minimum size of the memory in 64k pages
149 uint32_t max_mem_pages = 0; // maximum size of the memory in 64k pages
398 Handle<WasmInstanceObject> instance, uint32_t pages);
405 uint32_t pages);
408 uint32_t pages);
/external/ImageMagick/MagickCore/
H A Drandom.c395 pages;
397 pages=(ssize_t) sysconf(_SC_PHYS_PAGES);
398 SetStringInfoLength(chaos,sizeof(pages));
399 SetStringInfoDatum(chaos,(unsigned char *) &pages);
387 pages; local
/external/ImageMagick/PerlMagick/
H A DMagick.pm122 It was originally developed to be used by CGI scripts for Web pages.
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.pm121 It was originally developed to be used by CGI scripts for Web pages.
/external/curl/scripts/
H A Dupdatemanpages.pl24 # Update man pages.
322 Updates the man pages with the version number and optional date. If the date

Completed in 810 milliseconds

1234567