HomeSort by relevance Sort by last modified time
    Searched full:page (Results 101 - 125 of 3599) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
memory.h 80 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
82 #define page_to_dma(dev, page) ((dma_addr_t)__virt_to_bus((unsigned long)page_address(page)))
86 #define page_to_dma(dev, page) (__arch_page_to_dma(dev, page))
scatterlist.h 19 struct page *page; member in struct:scatterlist
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
memory.h 80 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
82 #define page_to_dma(dev, page) ((dma_addr_t)__virt_to_bus((unsigned long)page_address(page)))
86 #define page_to_dma(dev, page) (__arch_page_to_dma(dev, page))
scatterlist.h 19 struct page *page; member in struct:scatterlist
  /system/core/toolbox/
r.c 17 void *page; local
45 page = mmap(0, 8192, PROT_READ | PROT_WRITE,
48 if(page == MAP_FAILED){
55 unsigned *x = (unsigned*) (((unsigned) page) + (addr & 4095));
61 unsigned short *x = (unsigned short*) (((unsigned) page) + (addr & 4095));
67 unsigned char *x = (unsigned char*) (((unsigned) page) + (addr & 4095));
  /bionic/libc/kernel/arch-arm/asm/
scatterlist.h 19 struct page *page; member in struct:scatterlist
  /external/blktrace/
rbtree.h 34 static inline struct page * rb_search_page_cache(struct inode * inode,
38 struct page * page;
42 page = rb_entry(n, struct page, rb_page_cache);
44 if (offset < page->offset)
46 else if (offset > page->offset)
49 return page;
54 static inline struct page * __rb_insert_page_cache(struct inode * inode,
60 struct page * page
    [all...]
  /external/kernel-headers/original/linux/
fadvise.h 5 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
rbtree.h 34 static inline struct page * rb_search_page_cache(struct inode * inode,
38 struct page * page;
42 page = rb_entry(n, struct page, rb_page_cache);
44 if (offset < page->offset)
46 else if (offset > page->offset)
49 return page;
54 static inline struct page * __rb_insert_page_cache(struct inode * inode,
60 struct page * page
    [all...]
  /external/webkit/WebCore/manual-tests/resources/
before-go-back.html 11 This test checks if you can go back to a _blank previously tab-opened page.
13 When you click on the above link, one page is loaded and tries to go back.
hash-ref-test.html 3 <title>Test Case for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title>
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
scatterlist.h 19 struct page *page; member in struct:scatterlist
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
scatterlist.h 19 struct page *page; member in struct:scatterlist
  /frameworks/base/awt/java/awt/
BufferCapabilities.java 56 * the back buffer contents after page flipping, null if page
101 * Gets the flip contents of the back buffer after page-flipping.
103 * @return the FlipContents of the back buffer after page-flipping.
110 * Checks if the buffer strategy uses page flipping.
112 * @return true, if the buffer strategy uses page flipping, false otherwise.
119 * Checks if page flipping is only available in full-screen mode.
121 * @return true, if page flipping is only available in full-screen mode,
129 * Checks if page flipping can be performed using more than two buffers.
131 * @return true, if page flipping can be performed using more than tw
    [all...]
  /external/e2fsprogs/lib/et/test_cases/
continuation.et 6 See the ovpasswd man page for help in choosing a good password."
  /external/kernel-headers/original/asm-arm/
shmparam.h 6 * or page size, whichever is greater since the cache aliases
  /external/kernel-headers/original/asm-x86/
pgalloc_32.h 5 #include <linux/mm.h> /* for struct page */
33 * Allocate and free page tables.
39 extern struct page *pte_alloc_one(struct mm_struct *, unsigned long);
46 static inline void pte_free(struct page *pte)
  /external/webkit/LayoutTests/storage/
change-version-handle-reuse-expected.txt 1 This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions. Also, reloading the page should not cause an assertion failure.
  /external/webkit/WebCore/manual-tests/
remove-on-drop-crash.html 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
  /frameworks/base/docs/html/guide/topics/resources/
resources-i18n.jd 0 page.title=Application Resources
  /frameworks/base/docs/html/guide/topics/sensors/
accelerometer.jd 0 page.title=Accelerometer
camera.jd 0 page.title=Camera
compass.jd 0 page.title=Compass
index.jd 0 page.title=Sensors
  /frameworks/base/docs/html/guide/topics/wireless/
wifi.jd 0 page.title=Wi-Fi

Completed in 358 milliseconds

1 2 3 45 6 7 8 91011>>