Searched refs:pages (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm32_map.defs215 out pages : page_address_array_t);
H A Dvm_map.defs174 * and must be a multiple of pages in extent. The
196 * and must be a multiple of pages in extent. The
209 * and must be multiples of pages in extent. The
266 * will be rounded up to an integral number of virtual pages.
376 out pages : page_address_array_t);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DURL.pm134 simply 'C<&>'. This is the correct behaviour for HTML pages but is,
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DURL.pm134 simply 'C<&>'. This is the correct behaviour for HTML pages but is,
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PDFKitViewer/
H A DMyPDFDocument.rb181 @searchResults[rowIndex].pages.objectAtIndex(0).label
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebProcessProxy.h83 Vector<WebPageProxy*> pages() const;
/macosx-10.9.5/cups-372.4/cups/man/
H A DMakefile20 # Man pages...
198 # Make html versions of man pages...
202 echo Converting man pages to HTML...
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py184 return self._searchResults.objectAtIndex_(rowIndex).pages().objectAtIndex_(0).label()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py184 return self._searchResults.objectAtIndex_(rowIndex).pages().objectAtIndex_(0).label()
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_kern.c124 vm_page_t m, pages; local
166 kr = cpm_allocate(CAST_DOWN(vm_size_t, map_size), &pages, max_pnum, pnum_mask, FALSE, flags);
182 m = pages;
183 pages = NEXT_PAGE(m);
231 * KMA_NOPAGEWAIT don't wait for pages if unavailable
235 * grab pages from it... this also implies
282 * too many pages get wired down
290 * Guard pages:
292 * Guard pages are implemented as ficticious pages
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/
H A DWebProcess.cpp665 // Close all the live pages.
666 Vector<RefPtr<WebPage>> pages; local
667 copyValuesToVector(m_pageMap, pages);
668 for (size_t i = 0; i < pages.size(); ++i)
669 pages[i]->close();
670 pages.clear();
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c1263 uint32_t pages; local
1264 memorystatus_get_task_page_counts(p->task, &pages, NULL);
1268 p->p_memstat_suspendedfootprint = pages;
1269 memorystatus_suspended_footprint_total += pages;
1479 panic("memorystatus_jetsam_thread: no victim! available pages:%d\n", memorystatus_available_pages);
1551 * (dirty pages + IOKit mappings)
1678 memorystatus_get_task_page_counts(p->task, &entry->pages, &entry->max_pages);
2013 MEMORYSTATUS_DEBUG(1, "jetsam: %s pid %d [%s] - %d pages > 1 (%d)\n",
2014 (memorystatus_jetsam_policy & kPolicyDiagnoseActive) ? "suspending": "killing", aPid, p->p_comm, pages, hiwat);
2183 uint32_t pages; local
[all...]
/macosx-10.9.5/tcl-102/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.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DAppender.pm357 L<Log::Log4perl::Layout::PatternLayout> manual pages for details.
379 Please check the well-written manual pages of the
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DREADME91 pages and installed as part of the "make install" process. You should
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dtop.mk148 # For manual pages
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.idl89 void scrollByPages([Default=Undefined] optional long pages);
/macosx-10.9.5/apache_mod_php-87.4/
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..."
/macosx-10.9.5/bind9-45.100/bind9/win32utils/
H A DBuildSetup.bat56 echo Copying the standalone manual pages.
/macosx-10.9.5/vim-53/runtime/macros/
H A Deditexisting.vim94 " Not found, look in other tab pages.
/macosx-10.9.5/xar-202/xar/
H A DINSTALL145 Use this as the installation prefix for man pages.

Completed in 400 milliseconds

1234567891011>>