/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 167 final HTMLDocument page = createPage (title); local 171 addPageHeader (page, item, path); 172 addPageFooter (page, item, path); 177 page.addH (1, "OVERALL COVERAGE SUMMARY", null); 207 page.add (summaryTable); 211 page.addH (2, "OVERALL STATS SUMMARY", null); 270 page.add (statsTable); 274 // render package summary tables on the same page: 276 page.addH (2, "COVERAGE BREAKDOWN BY PACKAGE", null); 305 page.add (childSummaryTable) 335 final HTMLDocument page = createPage (REPORT_HEADER_TITLE); local 452 final HTMLDocument page = createPage (REPORT_HEADER_TITLE); local 628 final HTMLDocument page = createPage (REPORT_HEADER_TITLE); local 766 final HTMLDocument page = new HTMLDocument (title, m_settings.getOutEncoding ()); local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
task_manager_gtk.cc | 543 // Hook up to the realize event so we can size the page column to the 736 std::string page = GetModelText(row, IDS_TASK_MANAGER_PAGE_COLUMN); local 774 kTaskManagerPage, page.c_str(), [all...] |
/external/chromium_org/chrome/browser/extensions/ |
chrome_app_sorting_unittest.cc | 30 // Non-apps should not have any app launch ordinal or page ordinal. 53 syncer::StringOrdinal page = syncer::StringOrdinal::CreateInitialOrdinal(); variable 55 app_sorting()->CreateNextAppLaunchOrdinal(page))); 91 // The second page doesn't have any apps so its next launch ordinal should 109 // Install with a page preference. 120 // Install without any page preference. 129 // Set the page ordinal. 132 // Verify the page ordinal. 149 // of old page and app launch indices and properly convert them. 158 // A preference determining the page on which an app appears in the NTP 241 syncer::StringOrdinal page = variable 672 syncer::StringOrdinal page = syncer::StringOrdinal::CreateInitialOrdinal(); variable [all...] |
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper.cc | 111 // Web contents in which the sync setup page should be displayed, 346 // Redirect to NTP/Apps page and display a confirmation bubble 415 // Perform a redirection to the NTP/Apps page to hide the blank page when 417 // the action is CREATE_NEW_USER because the "Create new user" page might 420 // Don't redirect when the visible URL is not a blank page: if the 422 // page that shouldn't be hidden. 450 // of the known sign in access point (first run, NTP, Apps page, menu, settings) 513 // Tells when we are in the process of showing either the signin to chrome page 514 // or the one click sign in to chrome page 1055 GURL page = signin::GetPromoURL(source, false); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 282 %type <rule> page 509 | page 581 | page 592 | page 966 page: label 972 // Clear properties in the invalid @page rule. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.cpp | 72 #include "core/page/BackForwardClient.h" 73 #include "core/page/Chrome.h" 74 #include "core/page/ChromeClient.h" 75 #include "core/page/CreateWindow.h" 76 #include "core/page/EventHandler.h" 77 #include "core/page/FrameTree.h" 78 #include "core/page/Page.h" 80 #include "core/page/WindowFeatures.h" 81 #include "core/page/scrolling/ScrollingCoordinator.h 1267 Page* page = m_frame->page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderListBox.cpp | 44 #include "core/page/EventHandler.h" 45 #include "core/page/FocusController.h" 48 #include "core/page/Page.h" 49 #include "core/page/SpatialNavigation.h" 737 Page* page = frame()->page(); local 738 return page && page->focusController().isActive() [all...] |
RenderView.cpp | 31 #include "core/page/Page.h" 233 // on a page. We can take the iframe's offset from the logical top of the first page and make the negative into the pagination offset within the child 312 // Use calcWidth/Height to get the new width/height, since this will take the full page zoom factor into account. 468 return m_frameView->pagination().behavesLikeColumns ? ColumnInfo::Column : ColumnInfo::Page; 470 return ColumnInfo::Page; 547 Page* page = document().page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebViewImpl.h | 49 #include "core/page/PagePopupDriver.h" 72 class Page; 343 static WebViewImpl* fromPage(WebCore::Page*); 370 // Returns the page object associated with this view. This may be null when 371 // the page is shutting down, but will be valid at all other times. 372 WebCore::Page* page() const function in class:blink::WebViewImpl 378 // the page is shutting down, but will be valid at all other times. 405 // not take the user away from the current page. 535 // Pointer Lock calls allow a page to capture all mouse events an [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
tcmalloc.cc | 44 // 3. The central page allocator is protected by "pageheap_lock". 45 // 4. The pagemap (which maps from page-number to descriptor), 69 // Page map contains a mapping from page id to Span. 76 // NULL if the corresponding page is not yet in the address space. 84 // 9/28/2003 (new page-level allocator replaces ptmalloc2): 261 // http://www.dinkumware.com/manuals/?manual=compleat&page=new.html 311 PageHeap::Stats pageheap; // Stats from page heap 383 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n" 396 "MALLOC: %12" PRIu64 " Tcmalloc page size\n 536 PageID page = 1; \/\/ Some code may assume that page==0 is never used local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformancesView.java | 171 IWorkbenchPage page = pages[i]; local 172 IViewPart view = page.findView(viewId);
|
/external/libogg/src/ |
framing.c | 46 unsigned char *page=og->header; local 47 ogg_int64_t granulepos=page[13]&(0xff); 48 granulepos= (granulepos<<8)|(page[12]&0xff); 49 granulepos= (granulepos<<8)|(page[11]&0xff); 50 granulepos= (granulepos<<8)|(page[10]&0xff); 51 granulepos= (granulepos<<8)|(page[9]&0xff); 52 granulepos= (granulepos<<8)|(page[8]&0xff); 53 granulepos= (granulepos<<8)|(page[7]&0xff); 54 granulepos= (granulepos<<8)|(page[6]&0xff); 74 /* returns the number of packets that are completed on this page (i 637 unsigned char *page=oy->data+oy->returned; local 692 unsigned char *page=oy->data+oy->returned; local [all...] |
/external/qemu/hw/ |
goldfish_pipe.c | 1014 uint32_t page = address & TARGET_PAGE_MASK; local 1016 phys = safe_get_phys_page_debug(env, page); 1017 buffer.data = qemu_get_ram_ptr(phys) + (address - page); 1029 uint32_t page = address & TARGET_PAGE_MASK; local 1031 phys = safe_get_phys_page_debug(env, page); 1032 buffer.data = qemu_get_ram_ptr(phys) + (address - page); [all...] |
ne2000.c | 35 /* Page 0 register offsets. */ 37 #define EN0_STARTPG 0x01 /* Starting page of ring bfr WR */ 39 #define EN0_STOPPG 0x02 /* Ending page +1 of ring bfr WR */ 40 #define EN0_BOUNDARY 0x03 /* Boundary page of ring bfr RD WR */ 42 #define EN0_TPSR 0x04 /* Transmit starting page WR */ 69 #define EN2_STARTPG 0x21 /* Starting page of ring bfr RD */ 70 #define EN2_STOPPG 0x22 /* Ending page +1 of ring bfr RD */ 84 #define E8390_PAGE0 0x00 /* Select page chip registers */ 86 #define E8390_PAGE2 0x80 /* Page 3 is invalid. */ 327 int offset, page, index local 424 int offset, page, ret; local [all...] |
/external/strace/ |
util.c | 859 to page boundaries. But we don't know what a page is (and 861 hardware page size). Assume all pages >= 1024 (a-historical 864 int page = 1024; /* How to find this? */ local 865 int move = page - (addr & (page - 1)); 878 move = page; [all...] |
/external/v8/src/ |
frames.cc | 1312 Page* page = Page::FromAddress(inner_pointer); local [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 85 struct Page { 101 Page mCurrentPage; 118 ssize_t readPage(off64_t offset, Page *page); 258 // Given the offset of the "current" page, find the page immediately preceding 260 // To do this we back up from the "current" page's offset until we find any 261 // page preceding it and then scan forward to just before the current page. 288 // We did not find a page preceding this one 648 Page page; local [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardWidgetPager.java | 197 // if we're moving to the warp page, then immediately hide the other widgets. 253 View page = getPageAt(mPage); local 254 if (page instanceof ViewGroup) { 255 ViewGroup vg = (ViewGroup) page; 310 // pages (e.g. the "add widget" page) 672 // that the widget on the current page is small. 869 // Bump up the current page to account for the addition of the new page [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragLayer.java | 646 // Set the anchor view if the page is scrolling 788 int page = workspace.getNextPage(); local 790 CellLayout leftPage = (CellLayout) workspace.getChildAt(isRtl ? page + 1 : page - 1); 791 CellLayout rightPage = (CellLayout) workspace.getChildAt(isRtl ? page - 1 : page + 1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ 62 short pmax; /* index of last field on page */ 63 short smin; /* index of top leftmost field on page */ 64 short smax; /* index of bottom rightmost field on page */ 83 short page; /* page on form */ member in struct:fieldnode 144 short curpage; /* index into page */ 151 _PAGE * page; /* page [maxpage] */ member in struct:formnode 190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ 62 short pmax; /* index of last field on page */ 63 short smin; /* index of top leftmost field on page */ 64 short smax; /* index of bottom rightmost field on page */ 83 short page; /* page on form */ member in struct:fieldnode 144 short curpage; /* index into page */ 151 _PAGE * page; /* page [maxpage] */ member in struct:formnode 190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ 62 short pmax; /* index of last field on page */ 63 short smin; /* index of top leftmost field on page */ 64 short smax; /* index of bottom rightmost field on page */ 83 short page; /* page on form */ member in struct:fieldnode 144 short curpage; /* index into page */ 151 _PAGE * page; /* page [maxpage] */ member in struct:formnode 190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorDelegate.java | 97 * Multi-page form editor for /res/layout XML files. 138 /** Multiplexing outline, used for multi-page editors that have their own outline */ 295 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ 301 // Optional: set the default page. Eventually a default page might be 302 // restored by selectDefaultPage() later based on the last page used by the user. 303 // For example, to make the last page the default one (rather than the first page), 341 // Get the current page 346 // page after the graphical editor 712 IFormPage page = getEditor().getActivePageInstance(); local 718 IFormPage page = superReturned; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 91 * This is the first page of the {@link NewXmlFileWizard} which provides the ability to create 94 * This page is used to select the project, resource type and file name. 431 * Called by the parent Wizard to create the UI for this Wizard Page. 603 * Called by {@link NewXmlFileWizard} to initialize the page with the selection 692 IWorkbenchPage page = window.getActivePage(); local 693 if (page != null) { 694 IEditorPart activeEditor = page.getActiveEditor(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 279 // workbench page has an editor area (typically the ddms 283 IWorkbenchPage page = window.getActivePage(); local 284 if (page == null) { 288 if (page.isEditorAreaVisible() == false) { 290 input = page.getInput(); 298 IDE.openEditorOnFileStore(page, fileStore); [all...] |