HomeSort by relevance Sort by last modified time
    Searched defs:page (Results 226 - 250 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 351 IWorkbenchPage page = getViewSite().getWorkbenchWindow() local
353 if (page != null) {
354 IDE.openEditor(page, marker);
  /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/bluetooth/hcidump/parser/
lmp.c 820 uint8_t page = LMP_U8(frm); local
829 printf("features page %d\n", page);
832 printf("max supported page %d\n", max);
930 printf("page scheme %d\n", scheme);
933 printf("page scheme settings %d\n", settings);
  /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/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/qemu/hw/
goldfish_pipe.c 1016 uint32_t page = address & TARGET_PAGE_MASK; local
1023 phys = cpu_get_phys_page_debug(env, page);
1024 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
1036 uint32_t page = address & TARGET_PAGE_MASK; local
1043 phys = cpu_get_phys_page_debug(env, page);
1044 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 863 to page boundaries. But we don't know what a page is (and
865 hardware page size). Assume all pages >= 1024 (a-historical
868 int page = 1024; /* How to find this? */ local
869 int move = page - (addr & (page - 1));
882 move = page;
    [all...]
  /external/v8/src/
frames.cc 1312 Page* page = Page::FromAddress(inner_pointer); local
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 53 #include "Page.h"
226 if (!m_parentFrame->page())
232 if (!m_loadManually && !m_parentFrame->page()->canStartMedia()) {
295 if (parentFrame()->page())
296 parentFrame()->page()->didStartPlugin(this);
347 if (parentFrame()->page())
348 parentFrame()->page()->didStopPlugin(this);
659 if (Page* page = m_parentFrame->page())
1472 Page* page = m_parentFrame->page(); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 44 #include "Page.h"
172 // We allow the chrome to override the settings, in case the page is rendered
176 Page* page = frame ? frame->page() : 0; local
177 if (page) {
178 ChromeClient* chromeClient = page->chrome()->client();
206 Page* page = frame ? frame->page() : 0 local
1373 Page* page = frame ? frame->page() : 0; local
1891 Page* page = frame ? frame->page() : 0; local
1930 Page* page = frame ? frame->page() : 0; local
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 42 #include "Page.h"
724 RefPtr<Frame> childFrame = Frame::create(m_frame->page(), ownerElement, this);
749 void FrameLoaderClientHaiku::didTransferChildFrameToNewDocument(Page*)
753 void FrameLoaderClientHaiku::transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const ResourceRequest&, Page*)
839 Page* page = m_frame->page(); local
840 ASSERT(page);
842 bool isMainFrame = m_frame == page->mainFrame();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 61 #include "Page.h"
219 QWebFrameData::QWebFrameData(WebCore::Page* parentPage, WebCore::Frame* parentFrame,
224 , page(parentPage)
230 frame = Frame::create(page, ownerElement, frameLoaderClient);
254 if (page == newPage)
260 if (q->parent() == qobject_cast<QObject*>(page))
263 page = newPage;
390 if (frame->page()->inspectorController()->highlightedNode()) {
392 frame->page()->inspectorController()->drawNodeHighlight(*context);
473 \brief The QWebFrame class represents a frame in a web page
855 QWebPage *QWebFrame::page() const function in class:QWebFrame
1492 int page = fromPage; local
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 103 #include <WebCore/Page.h>
190 WebView* kit(Page* page)
192 return page ? static_cast<WebChromeClient*>(page->chrome()->client())->webView() : 0;
468 // Page cache capacity (in pages)
493 // Page cache capacity (in pages)
539 // Page cache capacity (in pages)
540 // (Research indicates that value / page drops substantially after 3 pages.)
1253 Page* WebView::page() function in class:WebView
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 36 #include "Page.h"
175 void FrameLoaderClientWinCE::didTransferChildFrameToNewDocument(Page*)
179 void FrameLoaderClientWinCE::transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const WebCore::ResourceRequest&, Page*)
627 Page* page = m_frame->page(); local
628 ASSERT(page);
630 bool isMainFrame = m_frame == page->mainFrame();
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 433 // create our primary testing page/view.
446 // testing of cross-page frame lookup.
479 // dump results itself when the last page loaded in the test has finished loading.
512 static void clearHistory(QWebPage* page)
514 // QWebHistory::clear() leaves current page, so remove it as well by setting
517 QWebHistory* history = page->history();
882 QString DumpRenderTree::dumpBackForwardList(QWebPage* page)
884 QWebHistory* history = page->history();
963 QWebPage* page = qobject_cast<QWebPage*>(widget->findChild<QWebPage*>()); local
964 fprintf(stdout, "%s", dumpBackForwardList(page).toUtf8().constData())
1094 QWebPage* page = static_cast<QWebPage*>(new WebPage(container, this)); local
1113 QWebPage* page = qobject_cast<QWebPage*>(sender()); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 586 def page(self, message): member in class:MockUser
  /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...]
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 303 Log.w(TAG, "page timeout. trying to stop.");
304 // try to stop page load
321 private int page; field in class:PopularUrlsTest.RunStatus
333 page = 0;
345 page = Integer.parseInt(line);
380 output.write(page + newLine);
398 page = 0;
402 ++page;
411 return page;
433 * @param clearCache determines whether the cache is cleared before loading each page
446 String page; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 613 // Set the anchor view if the page is scrolling
751 int page = workspace.getNextPage(); local
752 CellLayout leftPage = (CellLayout) workspace.getChildAt(page - 1);
753 CellLayout rightPage = (CellLayout) workspace.getChildAt(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 86 * Multi-page form editor for /res/layout XML files.
124 /** Multiplexing outline, used for multi-page editors that have their own outline */
281 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
287 // Optional: set the default page. Eventually a default page might be
288 // restored by selectDefaultPage() later based on the last page used by the user.
289 // For example, to make the last page the default one (rather than the first page),
325 // Get the current page
330 // page after the graphical editor
599 IFormPage page = getEditor().getActivePageInstance(); local
605 IFormPage page = superReturned; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 93 * This is the first page of the {@link NewXmlFileWizard} which provides the ability to create
96 * This page is used to select the project, resource type and file name.
432 * Called by the parent Wizard to create the UI for this Wizard Page.
604 * Called by {@link NewXmlFileWizard} to initialize the page with the selection
693 IWorkbenchPage page = window.getActivePage(); local
694 if (page != null) {
695 IEditorPart activeEditor = page.getActiveEditor();
    [all...]

Completed in 2411 milliseconds

1 2 3 4 5 6 7 8 91011>>