/external/bluetooth/glib/glib/ |
gslice.c | 69 * to the system page size or multiples thereof which have to be page aligned. 77 * - the page allocator. on most modern systems, posix_memalign(3) or 79 * system page size based alignments and sizes or multiples thereof. 81 * block sizes are limited to the system page size (no multiples thereof). 82 * as a fallback, on system without even valloc(), a malloc(3)-based page 87 * the handed out memory chunks. to avoid excessive page-wise fragmentation, 99 * [4] allocating ca. 8 chunks per block/page keeps a good balance between 107 #define NATIVE_MALLOC_PADDING P2ALIGNMENT /* per-page padding left for native malloc(3) see [1] */ 112 #define MAX_SLAB_CHUNK_SIZE(al) (((al)->max_page_size - SLAB_INFO_SIZE) / 8) /* we want at last 8 chunks per page, see [4] * 1076 guint8 *page = (guint8*) addr; local [all...] |
/external/webkit/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | 50 #include "Page.h" 108 // there is one web view per page, or top frame. 338 // Grab the error page from the asset manager 381 // called when page is completed with error 588 // about this is that when a page is completed, this function is called after 594 // This will give us the initial estimate when the page first starts to load. 597 if (m_frame->page()) 598 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress()); 604 if (m_frame->page()) 605 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress()) [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebframe.cpp | 46 #include "Page.h" 99 InspectorController* controller = frame->page()->inspectorController(); 252 QWebFrameData::QWebFrameData(WebCore::Page* parentPage, WebCore::Frame* parentFrame, 257 , page(parentPage) 263 frame = Frame::create(page, ownerElement, frameLoaderClient); 435 \brief The QWebFrame class represents a frame in a web page. 439 QWebFrame represents a frame inside a web page. Each QWebPage 447 The page() function returns a pointer to the web page object. See 449 frames are related to a web page and web view 780 QWebPage *QWebFrame::page() const function in class:QWebFrame [all...] |
/bootable/bootloader/legacy/include/boot/ |
bootimg.h | 53 unsigned page_size; /* flash page size we assume */ 65 ** | boot header | 1 page
|
/build/tools/droiddoc/templates/ |
todo.cs | 4 <title><?cs var:page.title ?></title> 31 <h1><?cs var:page.title ?></h1>
|
/build/tools/droiddoc/test/stubs/ |
func.sh | 49 -hdf page.build MAIN-eng.joeo.20080710.121320 -hdf page.now "10 Jul 2008 12:13" \
|
/dalvik/libdex/ |
SysUtil.h | 26 * System page size. Normally you're expected to get this from 43 void* baseAddr; /* page-aligned base address */
|
/dalvik/vm/ |
LinearAlloc.h | 31 * that first page. 78 * actually operates on a page granularity.
|
/development/host/windows/usb/legacy/driver/ |
android_usb_wdf_object.cpp | 29 #pragma code_seg("PAGE")
44 #pragma code_seg("PAGE")
|
/external/clearsilver/cgi/ |
static.c | 65 /* cgi_error returns a simple error page */ 95 /* Next, we look for an HDF file for this specific page. We first look
|
/external/clearsilver/python/examples/trans/ |
README | 31 2) after loading your page-specific HDF file, be sure to 113 The "Lang.SendFeedback" item must be declared in your static page
|
/external/icu4c/common/ |
charstr.h | 35 // @param codepage The char * code page. "" for invariant conversion. 36 // NULL for default code page.
|
/external/icu4c/test/perf/ |
README | 10 displays the statistical analysis of the test in an easy to read HTML web page. Each test will 11 have its own web page.
|
/external/icu4c/tools/gencmn/ |
gencmn.8.in | 3 .\" gencmn.8: manual page for the gencmn utility 7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
|
/external/icu4c/tools/makeconv/ |
makeconv.1.in | 3 .\" makeconv.1: manual page for the makeconv utility 7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
|
/external/kernel-headers/original/asm-x86/ |
fixmap_32.h | 19 * Leave one empty page between vmalloc'ed areas and 30 #include <asm/page.h>
|
tlbflush_32.h | 78 * - flush_tlb_page(vma, vmaddr) flushes one page 84 * and page-granular flushes are available only on i486 and up.
|
/external/opencore/codecs_v2/audio/sbc/enc/src/ |
sbc.h | 34 * A2DP specification Adopted version 1.0: Appendix B, Section 12.5.1. Page 54 35 * and Page 55
|
/external/sonivox/docs/JET_Programming_Manual_files/ |
header.htm | 65 style='mso-spacerun:yes'>?? </span>Page <span style='mso-field-code:" PAGE "'><span
|
/external/webkit/JavaScriptCore/wtf/ |
TCSystemAlloc.h | 46 // entire "huge" page if a huge page allocator is in use).
|
/external/webkit/WebCore/accessibility/ |
AXObjectCache.h | 47 class Page; 66 static AccessibilityObject* focusedUIElementForPage(const Page*);
|
/external/webkit/WebCore/bindings/generic/ |
BindingSecurityBase.cpp | 100 // Allow access to a "about:blank" page if the dynamic context is a 101 // detached context of the same frame as the blank page.
|
/external/webkit/WebCore/css/ |
MediaQueryEvaluator.cpp | 44 #include "Page.h" 218 int bitsPerComponent = screenDepthPerComponent(frame->page()->mainFrame()->view()); 228 if (!screenIsMonochrome(frame->page()->mainFrame()->view())) { 274 FloatRect sg = screenRect(frame->page()->mainFrame()->view()); 290 return value->isPrimitiveValue() && compareValue(frame->page()->chrome()->scaleFactor(), static_cast<CSSPrimitiveValue*>(value)->getFloatValue(), op); 292 return frame->page()->chrome()->scaleFactor() != 0; 308 FloatRect sg = screenRect(frame->page()->mainFrame()->view()); 320 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
|
/external/webkit/WebCore/html/ |
HTMLLinkElement.cpp | 40 #include "Page.h" 218 bool acceptIfTypeContainsTextCSS = document()->page() && document()->page()->settings() && document()->page()->settings()->treatsAnyTextCSSLinkAsStylesheet(); 295 bool needsSiteSpecificQuirks = document()->page() && document()->page()->settings()->needsSiteSpecificQuirks(); 299 if (enforceMIMEType && document()->page() && !document()->page()->settings()->enforceCSSMIMETypeInStrictMode())
|
/external/webkit/WebCore/manual-tests/ |
window-sizing.html | 110 <p>Window size (no toolbars): You should see a red 1 pixel border along every edge of this page, and no scrollbars.</p> 115 <p>Window size (all toolbars): You should see a red 1 pixel border along every edge of this page, and no scrollbars.</p>
|