HomeSort by relevance Sort by last modified time
    Searched refs:page (Results 951 - 975 of 3073) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libwebp/enc/
token.c 30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page
37 VP8Tokens* next_; // pointer to next page
67 VP8Tokens* page = NULL; local
68 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t);
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
72 if (page == NULL) {
76 page->next_ = NULL;
78 *b->last_page_ = page;
79 b->last_page_ = &page->next_;
81 b->tokens_ = TOKEN_DATA(page);
    [all...]
  /external/chromium_org/tools/perf/measurements/
screenshot_unittest.py 10 from telemetry.page import page_measurement_unittest_base
11 from telemetry.page import page_test
  /external/chromium_org/tools/perf/metrics/
iometric.py 18 def Start(self, page, tab):
21 def Stop(self, page, tab):
25 # This metric currently only returns summary results, not per-page results.
loading.py 8 """A metric for page loading time based entirely on window.performance"""
10 def Start(self, page, tab):
13 def Stop(self, page, tab):
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
page_action_unittest.py 7 from telemetry.page.actions import action_runner
8 from telemetry.page.actions import page_action
play.py 9 element on the page. A selector can also be 'all' to play all media elements.
16 from telemetry.page.actions import media_action
17 from telemetry.page.actions import page_action
seek.py 10 media element on the page. If 'all' then seek all media elements.
22 from telemetry.page.actions import media_action
23 from telemetry.page.actions import page_action
  /external/javassist/sample/evolve/
DemoServer.java 78 WebPage page = new WebPage(); local
79 page.show(out);
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 3 between two processes which share a page. Valgrind 3.4.1 and
665 char* page; local
674 page = mmap( 0, sysconf(_SC_PAGESIZE),
677 if (page == MAP_FAILED) {
682 p8 = (char*)(page+0);
683 p16 = (short*)(page+256);
684 p32 = (int*)(page+512);
685 p64 = (long long int*)(page+768);
692 memset(page, 0, 1024);
  /external/webp/src/enc/
token.c 30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page
37 VP8Tokens* next_; // pointer to next page
67 VP8Tokens* page = NULL; local
68 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t);
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
72 if (page == NULL) {
76 page->next_ = NULL;
78 *b->last_page_ = page;
79 b->last_page_ = &page->next_;
81 b->tokens_ = TOKEN_DATA(page);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 22 import android.graphics.pdf.PdfDocument.Page;
58 * it fits the options selected by the user from the UI such as page
59 * size. Hence, for different page sizes the printed content will have
60 * different page count.
147 // The content width is equal to the page width minus the margins times
161 // The content height is equal to the page height minus the margins times
254 // Add the height but if the view crosses the page
255 // boundary we will put it to the next page.
344 Page page = null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 118 public IWizardPage getNextPage(IWizardPage page) {
119 if (page == mMainPage) {
123 if (page == mContentsPage) {
157 if (page == mIconPage) {
161 if (page == mActivityPage && mValues.createActivity) {
192 if (page == mTemplatePage) {
200 if (page == mTemplatePage || !mValues.createActivity && page == mActivityPage
201 || page == getDependencyPage(null, false)) {
205 return super.getNextPage(page);
    [all...]
  /build/tools/droiddoc/templates-sdk/
sample.cs 39 <h1 itemprop="name"><?cs var:page.title ?></h1>
62 ><img src="<?cs var:realFile ?>" title="<?cs var:page.title ?>">
71 <source src="<?cs var:page.title ?>">
101 <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?>
107 <?cs if:(design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?>
108 <a href="#" class="prev-page-link hide"
116 <a href="#" class="next-page-link hide"
129 <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
130 <?cs if:training && !page.article ?
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
sample.cs 39 <h1 itemprop="name"><?cs var:page.title ?></h1>
62 ><img src="<?cs var:realFile ?>" title="<?cs var:page.title ?>">
71 <source src="<?cs var:page.title ?>">
101 <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?>
107 <?cs if:(design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?>
108 <a href="#" class="prev-page-link hide"
116 <a href="#" class="next-page-link hide"
129 <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
130 <?cs if:training && !page.article ?
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting.cc 25 // The number of apps per page. This isn't a hard limit, but new apps installed
26 // from the webstore will overflow onto a new page if this limit is reached.
33 // A preference determining the page on which an app appears in the NTP.
93 // Convert all the page index values to page ordinals. If there are any
102 syncer::StringOrdinal page = GetPageOrdinal(*ext_id); local
107 // Some extensions have invalid page index, so we don't
111 << " has an invalid page index " << old_page_index
118 page = PageIntegerAsStringOrdinal(old_page_index);
119 SetPageOrdinal(*ext_id, page);
166 syncer::StringOrdinal page = page_it->first; local
179 AppLaunchOrdinalMap& page = page_it->second; local
449 PageOrdinalMap::const_iterator page = local
591 const AppLaunchOrdinalMap& page = page_it->second; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp 36 #include "core/page/ChromeClient.h"
37 #include "core/page/FocusController.h"
38 #include "core/page/Page.h"
186 if (Page* page = document().page()) {
188 page->focusController().setFocusedFrame(contentFrame());
189 else if (page->focusController().focusedFrame() == contentFrame()) // Focus may have already been given to another frame, don't take it away.
190 page->focusController().setFocusedFrame(nullptr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.cpp 46 #include "core/page/FocusController.h"
47 #include "core/page/Page.h"
116 virtual void run(Page* page)
123 WebViewImpl* viewImpl = WebViewImpl::fromPage(page);
130 const HashSet<Page*>& pages = Page::ordinaryPages();
131 HashSet<Page*>::const_iterator end = pages.end();
132 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it)
    [all...]
  /frameworks/minikin/libs/minikin/
SparseBitSet.cpp 131 for (uint32_t page = fromPage + 1; page < maxPage; page++) {
132 uint32_t index = mIndices[page];
140 return (page << kLogValuesPerPage) + (j << kLogBitsPerEl) + CountLeadingZeros(e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 148 public IWizardPage getNextPage(IWizardPage page) {
149 if (page == mNamePage) {
150 // Skip the test target selection page unless creating a test project
154 } else if (page == mSdkPage) {
163 } else if (page == mSamplePage) {
168 return super.getNextPage(page);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 49 #include "core/page/Page.h"
110 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page)
112 ScriptController& scriptController = page->deprecatedLocalMainFrame()->script();
128 m_listenersMap.set(page, listener);
145 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page)
147 if (!m_listenersMap.contains(page))
150 if (m_pausedPage == page)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 38 #include "core/page/Chrome.h"
39 #include "core/page/ChromeClient.h"
40 #include "core/page/Page.h"
41 #include "core/page/scrolling/ScrollingCoordinator.h"
160 ScrollingCoordinator* coordinator = m_frameHost.page().scrollingCoordinator();
191 // see Page::setPageScaleFactor.
237 WebCore::ScrollingCoordinator* coordinator = m_frameHost.page().scrollingCoordinator();
274 // scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
276 // scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 40 #include "core/page/Chrome.h"
68 OwnPtrWillBeRawPtr<Page> currentPage = m_page.release();
73 // Verify that page teardown destroyed the Chrome
81 Page* page = node->document().page(); local
82 if (!page)
85 return page->chrome().client().isSVGImageChromeClient();
122 static SVGSVGElement* svgRootElement(Page* page)
404 OwnPtrWillBeRawPtr<Page> page = adoptPtrWillBeNoop(new Page(pageClients)); local
    [all...]
  /external/chromium_org/v8/src/
runtime.js 81 // ECMA-262, section 11.9.4, page 56.
100 // ECMA-262, section 11.8.5, page 53. The 'ncr' parameter is used as
144 // ECMA-262, section 11.6.1, page 50.
195 // ECMA-262, section 11.6.2, page 50.
203 // ECMA-262, section 11.5.1, page 48.
211 // ECMA-262, section 11.5.2, page 49.
219 // ECMA-262, section 11.5.3, page 49.
233 // ECMA-262, section 11.10, page 57.
241 // ECMA-262, section 11.10, page 57.
263 // ECMA-262, section 11.10, page 57
    [all...]
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 45 this.pageIndicator_ = $('page-indicator');
78 // background page and stream details object with the details of the request.
88 // The URL of this page will be of the form
115 $('fit-to-page-button').addEventListener('click',
141 case 33: // Page up key.
142 // Go to the previous page if we are fit-to-page.
145 // Since we do the movement of the page.
152 case 34: // Page down key.
153 // Go to the next page if we are fit-to-page
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 175 // Representation of the memory used for a Blink heap page.
183 // memory region) that is used for the actual heap page payload.
199 // Allocate a virtual address space for the blink page with the
202 // [ guard os page | ... payload ... | guard os page ]
203 // ^---{ aligned to blink page size }
209 // Virtual memory allocation routines operate in OS page sizes.
210 // Round up the requested size to nearest os page size.
213 // Overallocate by blinkPageSize and 2 times OS page size to
215 // has a system page before and after to use for guarding. W
741 HeapPage<Header>* page = new (pageMemory->writableStart()) HeapPage<Header>(pageMemory, this, gcInfo); local
781 HeapPage<Header>* page = m_firstPage; local
    [all...]

Completed in 1019 milliseconds

<<31323334353637383940>>