/external/grub/docs/ |
help2man | 3 # Generate a short man page from --help and --version output. 42 `$this_program' generates a man page out of `--help' and `--version' output. 47 -s, --section=SECTION use `SECTION' as the section for the man page 224 $include{NAME} ||= "$program \\- manual page for $program $version\n"; 226 # Man pages traditionally have the page title in caps.
|
/external/webkit/JavaScriptCore/wtf/ |
TCSystemAlloc.cpp | 73 // Page size is initialized on demand 163 // Enforce page alignment 211 // Enforce page alignment 290 // Enforce page alignment 421 // to be page aligned:
|
/external/webkit/WebCore/accessibility/ |
AXObjectCache.cpp | 60 #include "Page.h" 118 AccessibilityObject* AXObjectCache::focusedUIElementForPage(const Page* page) 120 // get the focused node in the page 121 Document* focusedDocument = page->focusController()->focusedOrMainFrame()->document();
|
/external/webkit/WebCore/loader/ |
EmptyClients.h | 48 Viewless element needs to create a dummy Page->Frame->FrameView tree for use in parsing or executing JavaScript. 51 This file was first created for SVGImage as it had no way to access the current Page (nor should it, 52 since Images are not tied to a page). 85 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) { return 0; } 479 virtual Page* createPage() { return 0; };
|
DocumentLoader.cpp | 49 #include "Page.h" 278 // Both unloading the old page and parsing the new page may execute JavaScript which destroys the datasource 521 ASSERT(m_frame && m_frame->page()); 522 if (m_frame->page()->defersLoading()) 532 ASSERT(m_frame && m_frame->page()); 533 if (m_frame->page()->defersLoading())
|
/external/webkit/WebCore/rendering/ |
RenderTheme.h | 52 // appropriate platform theme. When the theme is needed in non-page dependent code, a default theme is 53 // used as fallback, which is returned for a nulled page, so the platform code needs to account for this. 54 static PassRefPtr<RenderTheme> themeForPage(Page* page); 56 // When the theme is needed in non-page dependent code, the defaultTheme() is used as fallback.
|
RenderTheme.cpp | 34 #include "Page.h" 680 Page* page = frame->page(); 681 if (!page) 684 return page->focusController()->isActive(); 753 // A button should only have the default appearance if the page is active [all...] |
/external/webkit/WebKit/chromium/public/ |
WebFrameClient.h | 176 // The page title is available. 191 // The navigation resulted in scrolling the page to a named anchor instead 248 // Script in the page tried to allocate too much memory. 273 // Find-in-page notifications ------------------------------------------ 285 // relative to the top left corner of the web page area and represent
|
/external/webkit/WebKit/win/ |
WebFrame.cpp | 84 #include <WebCore/Page.h> 140 // This number determines how small we are willing to reduce the page content 141 // in order to accommodate the widest line. If the page would have to be 1006 PassRefPtr<Frame> WebFrame::init(IWebView* webView, Page* page, HTMLFrameOwnerElement* ownerElement) 1015 RefPtr<Frame> frame = Frame::create(page, ownerElement, this); [all...] |
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 44 // numbers of buffers for page flipping 196 * Request NUM_BUFFERS screens (at lest 2 for page flipping) 205 LOGW("FBIOPUT_VSCREENINFO failed, page flipping not supported"); 209 // we need at least 2 for page-flipping 212 LOGW("page flipping not supported (yres_virtual=%d, requested=%d)",
|
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 47 // numbers of buffers for page flipping 232 * Request NUM_BUFFERS screens (at lest 2 for page flipping) 241 LOGW("FBIOPUT_VSCREENINFO failed, page flipping not supported"); 245 // we need at least 2 for page-flipping 248 LOGW("page flipping not supported (yres_virtual=%d, requested=%d)",
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdefs.h | 568 bit 2 - MMU mixed page attribute (Mixed/ CPUES=1, TLBES =0) 569 bit 3 - MMU element size = 8bit (valid only for non mixed page entries) 570 bit 4 - MMU element size = 16bit (valid only for non mixed page entries) 571 bit 5 - MMU element size = 32bit (valid only for non mixed page entries) 572 bit 6 - MMU element size = 64bit (valid only for non mixed page entries)
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdefs.h | 557 bit 2 - MMU mixed page attribute (Mixed/ CPUES=1, TLBES =0) 558 bit 3 - MMU element size = 8bit (valid only for non mixed page entries) 559 bit 4 - MMU element size = 16bit (valid only for non mixed page entries) 560 bit 5 - MMU element size = 32bit (valid only for non mixed page entries) 561 bit 6 - MMU element size = 64bit (valid only for non mixed page entries)
|
/sdk/ddms/app/src/com/android/ddms/ |
PrefsDialog.java | 300 * "Debugger" prefs page. 330 * "Panel" prefs page. 366 * "logcat" prefs page. 400 * "misc" prefs page. 453 * "Device" prefs page.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
LogCatView.java | 375 IWorkbenchPage page = getViewSite().getWorkbenchWindow() local 377 if (page != null) { 378 IDE.openEditor(page, marker); 397 IWorkbenchPage page = window.getActivePage(); local 398 page.setPerspective(rtPerspectiveDesc);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 46 #include "Page.h" 432 // A frame can out live its page. See bug 1219613. 433 if (!frame || !frame->page()) 435 return frame->page()->chrome()->canRunModalNow(); 553 dialogFrame->page()->chrome()->runModal(); 591 Page* page = frame->page(); local 592 if (!page) 643 FloatRect screenRect = screenAvailableRect(page->mainFrame()->view()) [all...] |
/external/webkit/WebKit/android/jni/ |
WebHistory.cpp | 40 #include "Page.h" 83 WebCore::BackForwardList* list = pFrame->page()->backForwardList(); 149 WebCore::Page* page = pFrame->page(); local 151 page->backForwardList()->entries()[index].get(); 153 // load the current page with FrameLoadTypeIndexedBackForward so that it 155 page->goToItem(currentItem, FrameLoadTypeIndexedBackForward); 186 pFrame->page()->backForwardList()->addItem(newItem); 255 // If a HistoryItem only exists for page cache, it is possible tha [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebView.h | 196 @abstract Closes the receiver, unloading its web page and canceling any pending loads. 399 @abstract Find out if the current web page supports text encodings. 400 @result YES if the document view of the current web page can 407 @discussion Make the page display with a different text encoding; stops any load in progress. 409 what's specified in a web page's header or HTTP response. 413 @param encoding The text encoding name to use to display a page or nil. 609 @abstract Sets whether the receiver draws a default white background when the loaded page has no background specified. 622 @param updateWhileOffscreen whether the receiver is required to render updates to the web page when it is not in a visible window. 623 @abstract If set to NO, then whenever the web view is not in a visible window, updates to the web page will not necessarily be rendered in the view. 661 @discussion The methods returns the site icon for the current page loaded in the mainFrame [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | 123 * enable JavaScript and web page errors are ignored. If your goal is only 125 * the user won't need to interact with the web page beyond reading 126 * it, and the web page won't need to interact with the user. If you 145 * <p>Then load the desired web page:</p> 148 * // if there is an error loading this page (see below). 229 * the WebView to reload the current page. If you don't want that, you 247 * <p>By default, WebView scales a web page so that it is drawn at a size that matches the default 258 * and default scaling is not applied to the web page; if the value is "1.5", then the device is 259 * considered a high density device (hdpi) and the page content is scaled 1.5x; if the 273 * this to specify the target density for which the web page is designed, using the followin [all...] |
/external/libpcap/doc/ |
pcap.txt | 55 Degioanni & Risso Expires August 30, 2004 [Page 1] 112 Degioanni & Risso Expires August 30, 2004 [Page 2] 169 Degioanni & Risso Expires August 30, 2004 [Page 3] 226 Degioanni & Risso Expires August 30, 2004 [Page 4] 283 Degioanni & Risso Expires August 30, 2004 [Page 5] 340 Degioanni & Risso Expires August 30, 2004 [Page 6] 397 Degioanni & Risso Expires August 30, 2004 [Page 7] 454 Degioanni & Risso Expires August 30, 2004 [Page 8] 511 Degioanni & Risso Expires August 30, 2004 [Page 9] 568 Degioanni & Risso Expires August 30, 2004 [Page 10 [all...] |
/external/webkit/WebCore/ |
ChangeLog-2007-10-14 | 40 * page/DOMWindow.idl: [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 56 // Compute the page start address from the heap object pointer, and reuse 58 masm->and_(object, ~Page::kPageAlignmentMask); 62 // page. Reuse 'addr' as pointer_offset. 69 masm->cmp(pointer_offset, Page::kPageSize / kPointerSize); 76 masm->mov(scratch, Operand(page_start, Page::kObjectStartOffset 88 Page::kObjectStartOffset + FixedArray::kHeaderSize 89 - Page::kRSetEndOffset)); 96 masm->bts(Operand(page_start, Page::kRSetOffset), pointer_offset); 181 if ((offset > 0) && (offset < Page::kMaxHeapObjectSize)) { 184 and_(value, Page::kPageAlignmentMask) [all...] |
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | 324 // Reload inspected page to update all resources. 408 // Reload inspected page to update all resources. 438 // that we actually have profiled page's code. 472 // There should be at least main page script. 494 // Reload inspected page. It will reset the debugger agent. 550 // There should be two scripts: one for the main page and another 719 // Wait for some time to make sure that inspected page is running the 774 // Select page's script if it's not current option. 962 * Tests that inspected page doesn't hang on reload if it contains a syntax 974 // InjectedScript._ensureCommandLineAPIInstalled) since the page scrip [all...] |
/bionic/libc/bionic/ |
dlmalloc.h | 141 Equivalent to memalign(pagesize, n), where pagesize is the page 159 M_GRANULARITY -2 page size any power of 2 >= page size 197 page, and the rounded number will be returned from future calls 242 it ignores page restrictions etc.) 389 Equivalent to valloc(minimum-page-that-holds(n)), that is, 608 bytes (rounded up to a page) that this space is allowed to
|
/external/kernel-headers/original/asm-x86/ |
paravirt.h | 7 #include <asm/page.h> 21 struct page; 239 void *(*kmap_atomic_pte)(struct page *page, enum km_type type); 805 static inline void *kmap_atomic_pte(struct page *page, enum km_type type) 808 ret = PVOP_CALL2(unsigned long, pv_mmu_ops.kmap_atomic_pte, page, type);
|