/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 77 struct page *(*page)(struct snd_pcm_substream *substream, member in struct:snd_pcm_ops [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 1128 def page(self, name): member in class:ListNoteBook 1174 def page(self, name): member in class:NoteBook [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 1128 def page(self, name): member in class:ListNoteBook 1174 def page(self, name): member in class:NoteBook [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 166 * The current Outline Page, to set its model. 169 * when page's widget is already disposed. 170 * Added the DisposeListener to OutlinePage2 in order to correctly dispose this page. 1158 IWorkbenchPage page = editorSite.getPage(); local [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwSettingsTest.java | 185 // In contrast to AwSettingsJavaScriptTestHelper, doesn't reload the page when testing 192 // Load the page. 547 // that is why a standalone page must be used. 784 // Use query parameters to avoid hitting a cached page. 1761 final String page = "<html><body>" + local 2460 final String page = "<html><body>Page Text<\/body><\/html>"; local 2517 final String page = "<html><body>" + local 2656 final String page = "<html><head>" + local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | 52 #include "core/page/Chrome.h" 53 #include "core/page/ChromeClient.h" 54 #include "core/page/EventHandler.h" 55 #include "core/page/FocusController.h" 56 #include "core/page/FrameTree.h" 57 #include "core/page/scrolling/ScrollingCoordinator.h" 344 if (m_frame->page()) { 345 if (ScrollingCoordinator* scrollingCoordinator = m_frame->page()->scrollingCoordinator()) 429 Page* page = m_frame->page() local 548 Page* page = frame().page(); local 1431 Page* page = frame().page(); local 1751 Page* page = frame().page(); local 1772 Page* page = frame().page(); local 1857 Page* page = m_frame->page(); local 1870 Page* page = m_frame->page(); local 2546 Page* page = frame().page(); local 2574 Page* page = frame().page(); local 2688 Page* page = m_frame->page(); local 2708 Page* page = m_frame->page(); local 3469 Page* page = frame().page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.cpp | 502 // The FrameLoaderClient might block creation of a new WebGL context despite the page settings; in 505 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Web page was not allowed to create a WebGL context.")); 690 if (Page* p = canvas()->document().page()) { 706 if (Page* p = canvas()->document().page()) 760 Page* page = canvas()->document().page(); local 761 if (page) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 29 #include "core/page/EventHandler.h" 61 #include "core/page/AutoscrollController.h" 62 #include "core/page/BackForwardClient.h" 63 #include "core/page/Chrome.h" 64 #include "core/page/ChromeClient.h" 65 #include "core/page/DragController.h" 66 #include "core/page/DragState.h" 67 #include "core/page/EditorClient.h" 68 #include "core/page/FocusController.h" 70 #include "core/page/FrameTree.h 1468 Page* page = m_frame->page(); local 1994 Page* page = m_frame->page(); local 3835 Page* page = m_frame->page(); local 4012 Page* page = m_frame->page(); local [all...] |
/external/chromium_org/v8/src/ |
mark-compact.cc | 127 // The bottom position is at the start of its page. Allows us to use 128 // page->area_start() as start of range on all pages. 132 NewSpacePage* page = it.next(); local 133 Address limit = it.has_next() ? page->area_end() : end; 134 CHECK(limit == end || !page->Contains(end)); 135 VerifyMarking(space->heap(), page->area_start(), limit); 144 Page* p = it.next(); 208 NewSpacePage* page = it.next(); local 209 Address current = page->area_start(); 210 Address limit = it.has_next() ? page->area_end() : space->top() 741 Page* page() { return page_; } function in class:v8::internal::Candidate 2060 NewSpacePage* page = it.next(); local 3068 Page* page = evacuation_candidates_[j]; local [all...] |
heap.cc | 72 // a multiple of Page::kPageSize. 75 initial_semispace_size_(Page::kPageSize), 163 ASSERT(MB >= Page::kPageSize); 6163 NewSpacePage* page = it.next(); local 6301 Page* page = pages.next(); local 6329 Page* page = pages.next(); local [all...] |
spaces.h | 54 // spaces consists of a list of pages. A page has a page header and an object 58 // Page::kMaxHeapObjectSize, so that they do not have to move during 60 // may be larger than the page size. 67 // object maps so if the page belongs to old pointer space or large object 68 // space it is essential to guarantee that the page does not contain any 76 // To enable lazy cleaning of old space pages we can mark chunks of the page 78 // sections are skipped when scanning the page, even if we are otherwise 85 // Each page may have up to one special garbage section. The start of this 93 // Since the top and limit fields are in the space, not the page, only one pag 1026 Page* page = Page::FromAddress(addr); local 2053 NewSpacePage* page = reinterpret_cast<NewSpacePage*>(page_start); local 2282 NewSpacePage* page = NewSpacePage::FromLimit(current_); local [all...] |
/external/flac/libFLAC/ |
stream_encoder.c | 2697 ogg_page page; local [all...] |
/external/kernel-headers/original/linux/ |
perf_event.h | 246 * Structure of the page that can be mapped via mmap 814 int page; member in struct:perf_output_handle
|
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 264 * Structure of the page that can be mapped via mmap 960 int page; member in struct:perf_output_handle
|
/external/qemu/ |
exec.c | 2 * virtual page mapping and translated block handling 91 /* any access to the tbs or the page table must use this lock */ 137 /* list of TBs intersecting this ram page */ 140 of lookups we do to a given page to use a bitmap */ 149 /* offset in host memory of the page + io_index in the low bits */ 706 printf("ERROR page flags: PC=%08lx size=%04x f1=%x f2=%x\n", 796 /* remove the TB from the page list */ 886 /* NOTE: tb_end may be after the end of the page, but 932 /* check next page if needed */ 942 /* invalidate all TBs which intersect with the target physical page 3276 target_ulong page; local 3331 target_phys_addr_t page; local 3422 target_phys_addr_t page; local 3518 target_phys_addr_t page; local 3810 target_ulong page; local [all...] |
/external/v8/src/ |
mark-compact.cc | 111 // The bottom position is at the start of its page. Allows us to use 112 // page->area_start() as start of range on all pages. 116 NewSpacePage* page = it.next(); local 117 Address limit = it.has_next() ? page->area_end() : end; 118 ASSERT(limit == end || !page->Contains(end)); 119 VerifyMarking(page->area_start(), limit); 128 Page* p = it.next(); 191 NewSpacePage* page = it.next(); local 192 Address current = page->area_start(); 193 Address limit = it.has_next() ? page->area_end() : space->top() 520 Page* page() { return page_; } function in class:v8::internal::Candidate 2981 Page* page = evacuation_candidates_[j]; local [all...] |
spaces.h | 52 // spaces consists of a list of pages. A page has a page header and an object 56 // Page::kMaxHeapObjectSize, so that they do not have to move during 58 // may be larger than the page size. 65 // object maps so if the page belongs to old pointer space or large object 66 // space it is essential to guarantee that the page does not contain any 74 // To enable lazy cleaning of old space pages we can mark chunks of the page 76 // sections are skipped when scanning the page, even if we are otherwise 83 // Each page may have up to one special garbage section. The start of this 91 // Since the top and limit fields are in the space, not the page, only one pag 915 Page* page = Page::FromAddress(addr); local 1770 NewSpacePage* page = reinterpret_cast<NewSpacePage*>(page_start); local 1990 NewSpacePage* page = NewSpacePage::FromLimit(current_); local [all...] |
heap.cc | 69 // a multiple of Page::kPageSize. 78 reserved_semispace_size_(4 * Max(LUMP_OF_MEMORY, Page::kPageSize)), 79 max_semispace_size_(4 * Max(LUMP_OF_MEMORY, Page::kPageSize)), 80 initial_semispace_size_(Page::kPageSize), 84 reserved_semispace_size_(8 * Max(LUMP_OF_MEMORY, Page::kPageSize)), 85 max_semispace_size_(8 * Max(LUMP_OF_MEMORY, Page::kPageSize)), 86 initial_semispace_size_(Page::kPageSize), 654 // large-object allocations that are only just larger than the page size. 5250 NewSpacePage* page = it.next(); local 5389 Page* page = pages.next(); local 5417 Page* page = pages.next(); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 79 page = p; 99 int page; field in class:AsyncTaskPageData 115 page = p; 128 // All the widget previews are loaded, so we can just callback to inflate the page 139 // The page that this async task is associated with 141 int page; field in class:AppsCustomizeAsyncTask 146 * The Apps/Customize page that displays all the applications, widgets, and shortcuts. 291 /** Returns the item index of the center item on this page so that we can restore to this 319 /** Get the index of the item to restore to if we need to restore the current page. */ 327 /** Returns the page in the current orientation which is expected to contain the specifie 399 int page = getPageForComponent(mSaveInstanceStateItemIndex); local 1308 int page = data.page; local [all...] |
PagedView.java | 58 // the min drag distance for a fling to register, to prevent random page shifts 70 // The page is moved more than halfway, automatically move to the next page on touch up. 162 // to switch to a new page 278 * Returns the index of the currently displayed page. 280 * @return The index of the currently displayed page. 302 * Updates the scroll of the current page immediately to its final scroll position. We use this 304 * the previous tab page. 307 // If the current page is invalid, just reset the scroll position to zero 338 * Sets the current page 600 View page = (View) getPageAt(i); local 862 int page = indexToPage(indexOfChild(child)); local 1442 int page = indexToPage(indexOfChild(child)); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizePagedView.java | 76 page = p; 96 int page; field in class:AsyncTaskPageData 112 page = p; 125 // All the widget previews are loaded, so we can just callback to inflate the page 136 // The page that this async task is associated with 138 int page; field in class:AppsCustomizeAsyncTask 143 * The Apps/Customize page that displays all the applications, widgets, and shortcuts. 309 /** Returns the item index of the center item on this page so that we can restore to this 339 /** Get the index of the item to restore to if we need to restore the current page. */ 347 /** Returns the page in the current orientation which is expected to contain the specifie 395 int page = getPageForComponent(mSaveInstanceStateItemIndex); local 976 int page = (mContentType != type) ? 0 : getCurrentPage(); local 1312 int page = data.page; local [all...] |
PagedView.java | 56 interface Page { 73 // the min drag distance for a fling to register, to prevent random page shifts 84 // The page is moved more than halfway, automatically move to the next page on touch up. 195 // to switch to a new page 210 // Page Indicator 237 // The runnable that settles the page after snapToPage and animateDragViewToOriginalPosition 340 // Hook up the page indicator 371 // Unhook the page indicator 453 * Add a page change listener which will be called when a page is _finished_ listening 1214 int page = indexToPage(indexOfChild(child)); local 1691 View page = getPageAt(i); local 2086 int page = indexToPage(indexOfChild(child)); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.cpp | 152 #include "core/page/Chrome.h" 153 #include "core/page/ChromeClient.h" 154 #include "core/page/EventHandler.h" 155 #include "core/page/FrameTree.h" 156 #include "core/page/MouseEventWithHitTestResults.h" 157 #include "core/page/Page.h" 158 #include "core/page/PageConsole.h" 159 #include "core/page/PointerLockController.h" 161 #include "core/page/scrolling/ScrollingCoordinator.h 1423 Page* Document::page() const function in class:WebCore::Document 4626 Page* page = this->page(); local 4695 Page* page = this->page(); local 4842 Page* page = this->page(); local [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | 73 // the min drag distance for a fling to register, to prevent random page shifts 84 // The page is moved more than halfway, automatically move to the next page on touch up. 183 // to switch to a new page 229 // The runnable that settles the page after snapToPage and animateDragViewToOriginalPosition 262 // Page warping 263 private int mPageSwapIndex = -1; // the page we swapped out if needed 264 private int mPageWarpIndex = -1; // the page we intend to warp 415 * Returns the index of the currently displayed page. 417 * @return The index of the currently displayed page 987 int page = indexToPage(indexOfChild(child)); local 1773 int page = indexToPage(indexOfChild(child)); local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
earley-boyer.js | 1086 "\014": "#\\page", 1128 "page": "\014", [all...] |