HomeSort by relevance Sort by last modified time
    Searched full:pages (Results 51 - 75 of 763) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
nfs_xdr.h 245 struct page ** pages; member in struct:nfs_readargs
264 struct page ** pages; member in struct:nfs_writeargs
371 struct page ** pages; member in struct:nfs_readdirargs
377 struct page ** pages; member in struct:nfs3_getaclargs
385 struct page ** pages; member in struct:nfs3_setaclargs
397 struct page ** pages; member in struct:nfs_readlinkargs
474 struct page ** pages; member in struct:nfs3_readdirargs
492 struct page ** pages; member in struct:nfs3_readlinkargs
614 struct page ** pages; /* zero-copy data */ member in struct:nfs4_readdir_arg
628 struct page ** pages; /* zero-copy data * member in struct:nfs4_readlink
729 struct list_head pages; \/* Coalesced read requests *\/ member in struct:nfs_read_data
748 struct list_head pages; \/* Coalesced requests we wish to flush *\/ member in struct:nfs_write_data
    [all...]
swap.h 26 * for the type means that the maximum number of swapcache pages is 27 bits
93 * A swap extent maps a range of a swapfile's PAGE_SIZE pages onto a range of
108 * Max bad pages in the new format..
143 unsigned int pages; member in struct:swap_info_struct
285 #define free_pages_and_swap_cache(pages, nr) \
286 release_pages((pages), (nr), 0);
binfmts.h 9 * MAX_ARG_PAGES defines the number of pages allocated for arguments
11 * a maximum env+arg of 128kB w/4KB pages!
shm.h 16 #define SHMALL (SHMMAX/PAGE_SIZE*(SHMMNI/16)) /* max shm system wide (pages) */
94 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */
mm.h 90 * list, after a COW of one of the file pages. A MAP_SHARED vma
339 void put_pages_list(struct list_head *pages);
346 * zeroes, and text pages of executables and shared libraries have
349 * For the non-reserved pages, page_count(page) denotes a reference count.
361 * The other pages (we may call them "process pages") are completely
373 * For pages belonging to inodes, the page_count() is the number of
377 * Instead of keeping dirty/clean pages in per address-space lists, we instead
378 * now tag pages as dirty/under writeback in the radix tree.
383 * All process pages can do I/O
    [all...]
  /external/webkit/WebKit/wx/
WebSettings.h 122 Sets whether or not web pages can create databases.
152 Sets whether or not web pages can load plugins.
157 Returns whether or not web pages can load plugins.
  /frameworks/base/tools/preload/
PrintCsv.java 65 + ",Managed Pages (kB)"
66 + ",Native Pages (kB)"
67 + ",Other Pages (kB)");
  /system/core/mkbootimg/
bootimg.h 56 ** | kernel | n pages
58 ** | ramdisk | m pages
60 ** | second stage | o pages
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocator.h 86 char* pages; member in struct:JSC::ExecutablePool::Allocation
260 m_freePtr = mem.pages;
271 if (!result.pages)
277 m_freePtr = result.pages + n;
278 m_end = result.pages + allocSize;
282 return result.pages;
  /frameworks/base/docs/html/resources/tutorials/views/
hello-webview.jd 6 <p>{@link android.webkit.WebView} allows you to create your own window for viewing web pages (or even
8 that can view and navigate web pages.</p>
52 <li>While you're in the manifest, give some more space for web pages by removing the title
64 technically enabled to do so. Instead of adding an intent filter to view web pages, you can
93 <p>If you run the application again, new pages will now load in this Activity.
94 However, you can't navigate back to previous pages. To do this, you need to handle the BACK
  /external/webkit/WebCore/manual-tests/
hash-ref.html 21 <li>Go back in history 5 times to the first URL.<br> <em>None</em> of the pages should be reloaded.</li>
22 <li>Go forward in history 5 times to the last URL.<br> <em>None</em> of the pages should be reloaded.</li>
crash-on-accessing-domwindow-without-frame.html 20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
remove-input-file-onchange.html 15 <p><b>BUG ID:</b> <a href="rdar://problem/4621649">4621649</a> repro crash: Upload link causes crash on pages.google.com in Frame::nodeForWidget</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidEditor.java 160 * Creates the various form pages.
167 * Called by the base class {@link AndroidEditor} once all pages (custom form pages
196 * Creates the pages of the multi-page editor.
217 * Returns whether the editor is currently creating its pages.
279 * Removes all the pages from the editor.
317 // Do not record page changes during creation of pages
346 IWorkbenchPage[] pages = getSite().getWorkbenchWindow()
348 for (int i = 0; i < pages.length; i++) {
352 IEditorPart editorPart = pages[i].findEditor(mTextEdito
    [all...]
  /bionic/libc/kernel/common/asm-generic/
tlb.h 27 struct page * pages[FREE_PTE_NR]; member in struct:mmu_gather
  /bionic/libc/kernel/common/linux/mtd/
bbm.h 19 int pages[NAND_MAX_CHIPS]; member in struct:nand_bbt_descr
  /bionic/libc/stdlib/
atexit.c 44 * Function pointers are stored in a linked list of pages. The list
45 * is initially empty, and pages are allocated on demand. The first
49 * Outside the following functions, all pages are mprotect()'ed
167 * If called via exit(), unmap the pages since we have now run
  /bootable/recovery/minzip/
SysUtil.h 55 * Release the pages associated with a shared memory segment.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
DHKeyPairGenerator.java 17 * as described in "Handbook of Applied Cryptography", Pages 516-519.
  /development/pdk/docs/about/
index.jd 14 <p>You can find more information about Android from these pages:</p>
  /external/webkit/WebCore/platform/android/
SystemTimeAndroid.cpp 33 // return an arbitrarily high userIdleTime so that releasing pages from the
  /external/webkit/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 20 pages from the web. It has a memory cache for these objects.
GlyphPageTreeNodeQt.cpp 21 pages from the web. It has a memory cache for these objects.
  /external/webkit/WebCore/platform/wx/
SystemTimeWx.cpp 38 // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
  /external/webkit/WebKit/chromium/src/
StorageAreaProxy.cpp 130 const HashSet<Page*>& pages = page->group().pages(); local
131 HashSet<Page*>::const_iterator end = pages.end();
132 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {

Completed in 49 milliseconds

1 23 4 5 6 7 8 91011>>