Searched refs:pages (Results 101 - 125 of 238) sorted by relevance

12345678910

/macosx-10.10.1/cups-408/cups/filter/
H A Dtestraster.c458 unsigned pages = 0; /* Number of pages */ local
478 pages ++;
481 printf(" Page %u: %ux%ux%u@%ux%udpi", pages,
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_debug.c539 * Return an array of virtual pages that are mapped to a task.
544 __DEBUG_ONLY page_address_array_t *pages,
595 *pages = 0;
615 (vm_map_copy_t *)pages);
542 vm32_mapped_pages_info( __DEBUG_ONLY vm_map_t map, __DEBUG_ONLY page_address_array_t *pages, __DEBUG_ONLY mach_msg_type_number_t *pages_count) argument
H A Dvm_resident.c246 * Resident pages that represent real memory
263 * real pages, for example to leave a page with
281 /* N.B. Guard and fictitious pages must not
285 * Fictitious pages don't have a physical address,
293 * Guard pages are not accessible so they don't
310 * importance to anonymous pages (less likely to pick)
314 queue_head_t vm_page_queue_anonymous; /* inactive memory queue for anonymous pages */
329 unsigned int vm_page_purgeable_count = 0; /* # of pages purgeable now */
330 unsigned int vm_page_purgeable_wired_count = 0; /* # of purgeable pages that are wired now */
331 uint64_t vm_page_purged_count = 0; /* total count of purged pages */
3822 vm_page_verify_contiguous( vm_page_t pages, unsigned int npages) argument
4700 vm_page_t pages; local
5701 uint32_t pages = page_list->page_count; local
[all...]
H A Dvm_kern.c123 vm_page_t m, pages; local
165 kr = cpm_allocate(CAST_DOWN(vm_size_t, map_size), &pages, max_pnum, pnum_mask, FALSE, flags);
181 m = pages;
182 pages = NEXT_PAGE(m);
230 * KMA_NOPAGEWAIT don't wait for pages if unavailable
234 * grab pages from it... this also implies
281 * too many pages get wired down
289 * Guard pages:
291 * Guard pages are implemented as ficticious pages
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec129 - change files section for compressed man pages
/macosx-10.10.1/cron-39/doc/
H A DINSTALL35 where I keep my man pages, but I have the source for `man' and you probably
36 do not. Therefore you may have to put the man pages into /usr/man/manl,
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dhelp.test42 puts "No help pages in: "
148 Help pages available in /:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbib.vim33 syn keyword bibEntryKw contained number organization pages publisher
H A Dbst.vim59 syn keyword bstField pages publisher
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dvm32_map.defs215 out pages : page_address_array_t);
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DURL.pm134 simply 'C<&>'. This is the correct behaviour for HTML pages but is,
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm157 NSArray *aPages = [selectionA pages];
158 NSArray *bPages = [selectionB pages];
736 NSEnumerator *pages = [[match pages] objectEnumerator];
738 while ((page = [pages nextObject]) != nil) {
740 // Skip pages that aren't visible (needed for non-continuous modes, see 5362989)
903 NSEnumerator *pages = [[selection pages] objectEnumerator];
905 while ((page = [pages nextObject]) != nil) {
1487 // Returns the set of pages tha
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.h90 WTF::IteratorRange<WebPageProxyMap::const_iterator::Values> pages() const { return m_pageMap.values(); } function in class:WebKit::WebProcessProxy
/macosx-10.10.1/cups-408/cups/man/
H A DMakefile20 # Man pages...
202 # Make html versions of man pages...
206 echo Converting man pages to HTML...
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py184 return self._searchResults.objectAtIndex_(rowIndex).pages().objectAtIndex_(0).label()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py184 return self._searchResults.objectAtIndex_(rowIndex).pages().objectAtIndex_(0).label()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py184 return self._searchResults.objectAtIndex_(rowIndex).pages().objectAtIndex_(0).label()
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.perl2 # Lightly modified man2html to make html equivs of tk/tcl man pages
25 <li> stat to find one or more man pages for ls
152 # pre-formatted man pages always take precedence unless zero bytes...
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dhyperhelp.itk90 protected variable _history {} ;# History list of viewed pages
173 # Create a scrolledhtml object to display help pages
480 $itk_component(scrtxt) yview scroll 1 pages
489 $itk_component(scrtxt) yview scroll -1 pages
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.h162 We need 8 bits to index into pages, 3 bits to add to that index and
164 #define UTF8_GET_NAMING2(pages, byte) \
165 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
172 We need 8 bits to index into pages, 3 bits to add to that index and
174 #define UTF8_GET_NAMING3(pages, byte) \
175 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl110 bind Table <Prior> {%W yview scroll -1 pages; %W activate topleft}
111 bind Table <Next> {%W yview scroll 1 pages; %W activate topleft}
112 bind Table <Control-Prior> {%W xview scroll -1 pages}
113 bind Table <Control-Next> {%W xview scroll 1 pages}
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp622 // Close all the live pages.
623 Vector<RefPtr<WebPage>> pages; local
624 copyValuesToVector(m_pageMap, pages);
625 for (size_t i = 0; i < pages.size(); ++i)
626 pages[i]->close();
627 pages.clear();
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dtreectrl.tcl66 %W xview scroll -1 pages
79 %W xview scroll 1 pages
82 %W yview scroll -1 pages
88 %W yview scroll 1 pages
94 %W xview scroll -1 pages
97 %W xview scroll 1 pages
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dtop.mk148 # For manual pages
/macosx-10.10.1/apache_mod_php-93/
H A DMakefile177 .PHONY: install-top-level-man-pages install-configuration-files
277 # Install any man pages at the top-level directory or its "man" subdirectory
279 install-top-level-man-pages::
281 @echo "Installing top-level man pages..."

Completed in 296 milliseconds

12345678910