/development/pdk/docs/porting/ |
group__memory.jd | 0 page.title=Providing Heap Memory 9 <li><a href="index.html"><span>Main Page</span></a></li>
|
/development/pdk/docs/source/ |
life-of-a-patch.jd | 0 page.title=Life of a Patch 10 page</a>.</p>
|
/external/e2fsprogs/ |
README | 6 information about the latest version at the the e2fsprogs web page, 16 tytso@mit.edu or tytso@alum.mit.edu. See the e2fsck man page for
|
/external/junit/src/junit/swingui/ |
TestRunView.java | 9 * A TestRunView is shown as a page in a tabbed folder. 10 * It contributes the page contents and can return
|
/external/opencore/doc/pvplayer_html/ |
index.html | 3 <title>Main Page</title> 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> </center>
|
/external/webkit/LayoutTests/http/tests/appcache/ |
crash-when-navigating-away-then-back.html | 24 <div>This tests that loading a page with a manifest, navigating away from the page, and then back does not cause a crash.</div>
|
/external/webkit/WebCore/history/ |
BackForwardList.h | 40 class Page; 65 static PassRefPtr<BackForwardList> create(Page* page) { return adoptRef(new BackForwardList(page)); } 73 Page* page() { return m_page; } function in class:WebCore::BackForwardList 109 BackForwardList(Page*); 111 Page* m_page;
|
CachedPage.h | 35 class Page; 39 static PassRefPtr<CachedPage> create(Page*); 42 void restore(Page*); 54 CachedPage(Page*);
|
/external/webkit/WebCore/manual-tests/wml/ |
anchor-element.wml | 7 Next page 13 <anchor title="Previous" >Prev page
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
vmalloc.h | 16 #include <asm/page.h> 34 struct page **pages;
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
vmalloc.h | 16 #include <asm/page.h> 34 struct page **pages;
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
vmalloc.h | 16 #include <asm/page.h> 34 struct page **pages;
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
vmalloc.h | 16 #include <asm/page.h> 34 struct page **pages;
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
vmalloc.h | 16 #include <asm/page.h> 34 struct page **pages;
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
vmalloc.h | 16 #include <asm/page.h> 34 struct page **pages;
|
/system/core/toolbox/ |
syren.c | 15 unsigned long page; member in struct:syren_io_args 21 u_char page; member in struct:__anon13121 57 fprintf(stderr, "usage: syren [r/w] [REGNAME | page:addr] (value)\n"); 111 sio.page = registers[i].page; 131 sio.page = strtoul(argv[2], 0, 0); 135 sio.page = r->page;
|
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/development/tools/zoneinfo/tzdata2009s/ |
factory | 11 Zone Factory 0 - "Local time zone must be set--see zic manual page"
|
/external/bluetooth/bluez/test/ |
hciemu.1 | 30 <maxk@qualcomm.com>, man page by Filippo Giunchedi <filippo@debian.org>
|
/external/e2fsprogs/util/ |
subst.conf.in | 18 # e2fsck's man page
|
/external/kernel-headers/original/asm-arm/ |
mman.h | 11 #define MAP_POPULATE 0x8000 /* populate (prefault) page tables */
|
pgtable-hwdef.h | 14 * Hardware page table definitions. 65 * - extended small page/tiny page 82 * - small page
|
/external/kernel-headers/original/linux/ |
vmalloc.h | 5 #include <asm/page.h> /* pgprot_t */ 29 struct page **pages; 51 extern void *vmap(struct page **pages, unsigned int count, 69 struct page ***pages);
|
/external/skia/src/images/ |
SkImageDecoder_fpdfemb.cpp | 38 bool render(FPDFEMB_PAGE page, const FPDFEMB_RECT& bounds, SkBitmap* bm, 125 bool SkFPDFEMBImageDecoder::render(FPDFEMB_PAGE page, const FPDFEMB_RECT& bounds, SkBitmap* bm, 151 result = FPDFEMB_StartRender(dib, page, 0, 0, width, height, 0, 0, NULL, NULL); 205 FPDFEMB_PAGE page; local 206 result = FPDFEMB_LoadPage(document, 0, &page); 207 SkDebugf("----- SkImageDecoder_FPDFEMB_Factory load page %d\n", result); 210 result = FPDFEMB_GetPageSize(page, &width, &height); 211 SkDebugf("----- SkImageDecoder_FPDFEMB_Factory page size %d [%d %d]\n", result, width, height); 214 result = FPDFEMB_GetPageBBox(page, &rect); 215 SkDebugf("----- SkImageDecoder_FPDFEMB_Factory page rect %d [%d %d %d %d]\n", result [all...] |
/external/webkit/WebCore/manual-tests/ |
bad-clearTimeout-crash.html | 1 If the back/forward cache is enabled, this test will crash instead of going to the next page that says PASS.
|