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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/include/media/stagefright/
CachingDataSource.h 44 struct Page {
45 Page *mPrev, *mNext;
54 Page *mFirst, *mLast;
56 Page *allocate_page();
  /packages/apps/IM/libwbxml/include/
wbxml_tabledef.h 40 int page; member in struct:tagTagCodePage
47 int page; member in struct:tagAttrCodePage
52 #define PAGE_DATA(page, dataArray) \
53 { page, sizeof(dataArray) / sizeof(dataArray[0]), dataArray }
  /external/webkit/WebCore/platform/android/
ScreenAndroid.cpp 46 int screenDepth(Widget* page)
53 int screenDepthPerComponent(Widget* page)
60 bool screenIsMonochrome(Widget* page)
69 FloatRect screenRect(Widget* page)
71 IntRect rect = page->root()->platformWidget()->getBounds();
77 FloatRect screenAvailableRect(Widget* page)
79 IntRect rect = page->root()->platformWidget()->getBounds();
  /external/webkit/WebCore/wml/
WMLPageState.h 32 class Page;
40 WMLPageState(Page*);
56 Page* page() const { return m_page; } function in class:WebCore::WMLPageState
69 Page* m_page;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 25 // Force a redraw of the page
30 // If the page title changes, add the information to the output.
49 // navigate after page load has finished
53 // Reload when the page load has finished
55 // Execute the provided script in current context when page load has finished.
  /external/kernel-headers/original/linux/
dmaengine.h 172 * @device_memcpy_buf_to_pg: memcpy buf pointer to struct page
173 * @device_memcpy_pg_to_pg: memcpy struct page/offset to struct page/offset
193 struct page *page, unsigned int offset, void *kdata,
196 struct page *dest_pg, unsigned int dest_off,
197 struct page *src_pg, unsigned int src_off, size_t len);
235 * dma_async_memcpy_buf_to_pg - offloaded copy from address to page
237 * @page: destination page
    [all...]
  /external/webkit/WebKit/chromium/src/
StorageAreaProxy.cpp 37 #include "Page.h"
112 Page* page = sourceFrame->page(); local
113 if (!page)
116 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree
117 // of any given page in the group or mutate the page group itself.
120 // Send events only to our page.
121 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext())
    [all...]
  /external/v8/src/
spaces.cc 74 end_page_ = Page::FromAllocationTop(end);
76 Page* p = Page::FromAllocationTop(cur_addr_);
88 Page* cur_page = Page::FromAllocationTop(cur_addr_);
106 Page* p = Page::FromAllocationTop(cur_addr_);
107 ASSERT(p == Page::FromAllocationTop(cur_limit_));
127 // Verify that the cached last page in the space is actually the
128 // last page
700 Page* page = first_page_; local
709 Page* page = first_page_; local
2299 Page* page = it.next(); local
2601 Page* page = Page::FromAddress(RoundUp(chunk->address(), Page::kPageSize)); local
2667 Page* page = Page::FromAddress(object->address()); local
2696 Page* page = Page::FromAddress(object->address()); local
2751 Page* page = Page::FromAddress(address); local
2770 Page* page = Page::FromAddress(object->address()); local
2855 Page* page = Page::FromAddress(object->address()); local
    [all...]
spaces.h 48 // spaces consists of a list of pages. A page has a page header, a remembered
49 // set area, and an object area. A page size is deliberately chosen as 8K
50 // bytes. The first word of a page is an opaque page header that has the
51 // address of the next page and its ownership information. The second word may
52 // have the allocation top address of this page. The next 248 bytes are
57 // Page::kMaxHeapObjectSize, so that they do not have to move during
69 ASSERT((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
78 ASSERT((0 < size) && (size <= Page::kMaxHeapObjectSize)
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebhistory.cpp 28 #include "Page.h"
46 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
47 containing information about the page, its location, and when it was last visited.
49 The following table shows the properties of the page held by the history item, and
54 \row \o title() \o The page title.
55 \row \o url() \o The location of the page.
56 \row \o originalUrl() \o The URL used to access the page.
57 \row \o lastVisited() \o The date and time of the user's last visit to the page.
58 \row \o icon() \o The icon associated with the page that was provided by the server.
124 Returns the title of the page associated with the history item
262 WebCore::Page* page = lst->page(); local
367 WebCore::Page* page = d->lst->page(); local
382 WebCore::Page* page = d->lst->page(); local
395 WebCore::Page* page = d->lst->page(); local
552 QWebPagePrivate* QWebHistoryPrivate::page() function in class:QWebHistoryPrivate
    [all...]
  /external/webkit/WebCore/loader/
HistoryController.cpp 45 #include "Page.h"
76 first time we draw the page is already scrolled to the right place, instead of starting at the top and later
92 // early and from a user standpoint - as in the above radar - the previous page load failed
122 // For a standard page load, we will have a previous item set, which will be used to
130 // that previousItem be cleared at the end of a page transition. We leverage the
213 Page* page = m_frame->page(); local
214 if (!page)
221 // as opposed to happening for some/one of the page commits that might happen soo
614 Page* page = m_frame->page(); local
634 Page* page = m_frame->page(); local
655 Page* page = m_frame->page(); local
    [all...]
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 6 * The Linux memory management assumes a three-level page table setup. On
7 * the i386, we use that, but "fold" the mid level into the top-level page
8 * table, so that we physically have the same two-level page table as the
12 * the i386 page table tree.
29 * ZERO_PAGE is a global shared page that is always zero: used
37 extern struct page *pgd_list;
47 * implements both the traditional 2-level x86 page tables and the
48 * newer 3-level PAE-mode page tables.
88 * _PAGE_PSE set in the page directory entry just means that
89 * the page directory entry points directly to a 4MB-aligned block o
    [all...]
  /external/kernel-headers/original/asm-arm/
page.h 2 * linux/include/asm-arm/page.h
14 /* PAGE_SHIFT determines the page size */
21 /* to align the pointer to the (next) page boundary */
28 #include "page-nommu.h"
39 * page-based copying and clearing for user space for the particular
134 #define clear_page(page) memzero((void *)(page), PAGE_SIZE)
177 /* the upper-most page table pointer */
196 #include <asm-generic/page.h>
memory.h 47 * Page offset: 3GB
131 * Convert a physical address to a Page Frame Number and back
153 * PFNs are used to describe any physical page; this means
156 * This is the PFN of the first RAM page in the kernel
157 * direct-mapped view. We assume this is the first page
202 * Conversion between a struct page and a physical address.
205 * struct page, the resulting pointer must be validated
206 * using VALID_PAGE(). It must return an invalid struct page
210 * page_to_pfn(page) convert a struct page * to a PFN numbe
    [all...]
pgtable.h 43 * Hardware-wise, we have a two level page table structure, where the first
48 * Linux on the other hand has a three level page table structure, which can
49 * be wrapped to fit a two level page table structure easily - using the PGD
50 * and PTE only. However, Linux also expects one "PTE" table per page, and
60 * This leads to the page tables having the following layout:
78 * PMD_xxx definitions refer to bits in the first level page table.
81 * iff the page is marked "writable" and "dirty" in the Linux PTE. This
82 * means that a write to a clean page will cause a permission fault, and
83 * the Linux MM layer will mark the page dirty via handle_pte_fault().
88 * allow accesses to the page if the "young" bit is set. Accesses to th
    [all...]
  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 34 #include "Page.h"
121 if (InspectorTimelineAgent* timelineAgent = m_frame->page() ? m_frame->page()->inspectorTimelineAgent() : 0)
130 if (InspectorTimelineAgent* timelineAgent = m_frame->page() ? m_frame->page()->inspectorTimelineAgent() : 0)
196 if (Page* page = m_frame->page()) {
197 attachDebugger(windowShell, page->debugger());
198 windowShell->window()->setProfileGroup(page->group().identifier())
256 Page* page = m_frame->page(); local
    [all...]
JSDOMWindowBase.cpp 35 #include "Page.h"
111 Page* page = frame->page();
112 if (!page)
115 return page->inspectorController()->profilerEnabled();
122 Page* page = impl()->frame()->page(); local
124 // See <rdar://problem/5479443>. We don't think that page can ever be NUL
    [all...]
  /external/webkit/WebCore/page/
PageGroup.h 39 class Page;
45 PageGroup(Page*);
51 const HashSet<Page*>& pages() const { return m_pages; }
53 void addPage(Page*);
54 void removePage(Page*);
95 HashSet<Page*> m_pages;
Navigator.cpp 36 #include "Page.h"
119 if (!m_frame->page())
144 if (m_frame->page() && !m_frame->page()->cookieEnabled())
204 Page* page = m_frame->page();
205 if (!page)
208 StorageNamespace* localStorage = page->group().localStorage();
267 if (Page* page = m_frame->page()
    [all...]
  /external/webkit/WebCore/platform/win/
WidgetWin.cpp 37 #include "Page.h"
91 Page* page = frame->page(); local
92 if (!page) {
97 page->chrome()->setCursor(lastSetCursor);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 42 #include "Page.h"
65 FrameView* frameView = m_webFrame->page()->mainFrame()->view();
121 FrameView* frameView = m_webFrame->page()->mainFrame()->view();
159 Page* ChromeClientAndroid::createWindow(Frame* frame, const FrameLoadRequest&,
165 // If the client doesn't support multiple windows, just return the current page
166 return frame->page();
182 WebCore::Page* page = newFrame->page(); local
183 page->setGroupName(frame->page()->groupName())
224 Page* page = m_webFrame->page(); local
306 Page* page = m_webFrame->page(); local
428 Page* page = m_webFrame->page(); local
448 Page* page = m_webFrame->page(); local
    [all...]
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 75 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon7016
101 static void nandemul2k_Read(void *buffer, int page, int start, int nBytes)
103 int pg = page%PAGES_PER_BLOCK;
104 int blk = page/PAGES_PER_BLOCK;
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
112 static void nandemul2k_Program(const void *buffer, int page, int start, int nBytes)
114 int pg = page%PAGES_PER_BLOCK;
115 int blk = page/PAGES_PER_BLOCK;
119 p = &ned.block[blk]->page[pg]->data[start];
145 memset(blk->page[i],0xff,sizeof(nandemul_Page))
321 int start, page; local
379 int col, page; local
425 int start, page; local
483 int col, page; local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterWindowImpl.java 56 /** Indicates a page change is due to an internal request. Prevents callbacks from looping. */
59 * the string title and the Composite class to instantiate to create the page. */
63 /** The initial page to display. If null or not a know class, the first page will be displayed.
168 * Registers an extra page for the updater window.
175 * @param title The title of the page.
176 * @param pageClass The {@link Composite}-derived class that will implement the page.
186 * Indicate the initial page that should be selected when the window opens.
188 * If null or if the page class is not found, the first page will be selected.
381 Composite page = mPages.get(index); local
    [all...]
  /bionic/libc/kernel/common/linux/
vmalloc.h 16 #include <asm/page.h>
34 struct page **pages;
  /cts/tests/assets/webkit/
test_thirdPage.html 17 <title>Third page</title>
19 <h1>Third page</h1>

Completed in 668 milliseconds

1 2 3 4 56 7 8 91011>>