| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.ui.views_3.5.0.I20100527-0800.jar | |
| org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
| org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
| /external/bluetooth/glib/glib/ |
| gslice.c | 69 * to the system page size or multiples thereof which have to be page aligned. 77 * - the page allocator. on most modern systems, posix_memalign(3) or 79 * system page size based alignments and sizes or multiples thereof. 81 * block sizes are limited to the system page size (no multiples thereof). 82 * as a fallback, on system without even valloc(), a malloc(3)-based page 87 * the handed out memory chunks. to avoid excessive page-wise fragmentation, 99 * [4] allocating ca. 8 chunks per block/page keeps a good balance between 107 #define NATIVE_MALLOC_PADDING P2ALIGNMENT /* per-page padding left for native malloc(3) see [1] */ 112 #define MAX_SLAB_CHUNK_SIZE(al) (((al)->max_page_size - SLAB_INFO_SIZE) / 8) /* we want at last 8 chunks per page, see [4] * 1076 guint8 *page = (guint8*) addr; local [all...] |
| /external/kernel-headers/original/linux/ |
| mm.h | 37 #include <asm/page.h> 41 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) 55 * space that has a special rule for the page-fault handlers (ie a shared 148 #define VM_PFNMAP 0x00000400 /* Page-ranges managed without "struct page", just pure PFN */ 163 #define VM_HUGETLB 0x00400000 /* Huge TLB Page VM */ 186 * low four bits) to a page protection mask.. 194 * to the functions called when a no-page or a wp-page exception occurs. 223 struct page { struct [all...] |
| skbuff.h | 126 struct page *page; member in struct:skb_frag_struct 804 struct page *page, int off, int size) 808 frag->page = page; [all...] |
| /external/qemu-pc-bios/vgabios/ |
| vgabios.c | 666 // Ralf Brown Interrupt list is WRONG on bh(page) 667 // We do output only on the current page ! 1006 // Set cursor pos for page 0..7 1010 // Set active page 0 1087 static void biosfn_set_cursor_pos (page, cursor) 1088 Bit8u page;Bit16u cursor; 1094 if(page>7)return; 1097 write_word(BIOSMEM_SEG, BIOSMEM_CURSOR_POS+2*page, cursor); 1101 if(page==current) 1109 // Calculate the address knowing nbcols nbrows and page nu 2649 Bit16u crtc_addr,cols,page,vde; local [all...] |
| /external/stlport/src/c_locale_win32/ |
| c_locale_win32.c | 64 #define MAX_CP_LEN 5 /* max code page name length */ 235 static int __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page); 362 /* Convert character sequence to target code page. */ 1540 char lang[MAX_LANG_LEN + 1], ctry[MAX_CTRY_LEN + 1], page[MAX_CP_LEN + 1]; local [all...] |
| /external/v8/src/mips/ |
| simulator-mips.cc | 825 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { 826 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 827 ICacheHash(page), 845 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); local 847 CachePage* cache_page = GetCachePage(i_cache, page); 856 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); local 859 CachePage* cache_page = GetCachePage(i_cache, page); [all...] |
| /external/v8/src/ |
| spaces.cc | 43 // You can't actually iterate over the anchor page. It is not a real page, 44 // just an anchor for the double linked page list. Initialize as if we have 45 // reached the end of the anchor page, then the first iteration will move on 46 // to the first page. 57 // You can't actually iterate over the anchor page. It is not a real page, 58 // just an anchor for the double linked page list. Initialize the current 60 // to the first page. 69 HeapObjectIterator::HeapObjectIterator(Page* page 414 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local 921 Page* page = it.next(); local 962 Page* page = page_iterator.next(); local 1266 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local 1323 NewSpacePage* page = anchor(); local 1430 NewSpacePage* page = anchor_.next_page(); local 1495 NewSpacePage* page = anchor_.next_page(); local 1526 NewSpacePage* page = NewSpacePage::FromLimit(start); local 2566 LargePage* page = first_page_; local 2592 LargePage* page = heap()->isolate()->memory_allocator()-> local 2631 LargePage* page = FindPage(a); local 2646 LargePage* page = reinterpret_cast<LargePage*>(e->value); local 2671 LargePage* page = current; local 2731 Page* page = Page::FromAddress(object->address()); local [all...] |
| /external/webkit/Source/WebCore/editing/ |
| EditorCommand.cpp | 51 #include "Page.h" 925 Page* page = frame->page(); local [all...] |
| /external/webkit/Source/WebCore/html/ |
| HTMLMediaElement.cpp | 60 #include "Page.h" 603 Page* page = document()->page(); local 604 if (page && !page->canStartMedia()) { 2185 Page* page = document()->page(); local [all...] |
| /external/webkit/Source/WebCore/page/ |
| DOMWindow.cpp | 77 #include "Page.h" 234 Page* page = frame->page(); 235 if (!page) 237 return frame == page->mainFrame(); 379 Page* page = frame->page(); 380 if (!page) 643 Page* page = document->page(); local 668 Page* page = document->page(); local 980 Page* page = m_frame->page(); local 994 Page* page = m_frame->page(); local 1008 Page* page = m_frame->page(); local 1857 Page* page = m_frame->page(); local [all...] |
| /external/webkit/Source/WebKit/chromium/src/ |
| WebViewImpl.cpp | 76 #include "Page.h" 181 // The group name identifies a namespace of pages. Page group is used on OSX 184 // one page group. 187 // Used to defer all page activity in cases where the embedder wishes to run 232 Page::visitedStateChanged(PageGroup::pageGroup(pageGroupName), linkHash); 237 Page::allVisitedStateChanged(PageGroup::pageGroup(pageGroupName)); 248 // Pick any page in the page group since we are deferring all pages. 343 Page::PageClients pageClients; 356 m_page.set(new Page(pageClients)) 2348 Page* page = m_webViewImpl->page(); local [all...] |
| /external/webkit/Source/WebKit/efl/ewk/ |
| ewk_frame.cpp | 301 * Frames are low level entries contained in a page that is contained 343 sd->frame->page()->theme()->themeChanged(); 965 WebCore::Page* page = sd->frame->page(); local 966 if (!page->canGoBackOrForward(steps)) 968 page->goBackOrForward(steps); 1013 WebCore::Page* page = sd->frame->page(); local [all...] |
| /external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
| FrameLoaderClientGtk.cpp | 57 #include "Page.h" 428 Page* corePage = core(webView); 474 WebKitWebView* page = getViewFromFrame(m_frame); local 485 g_signal_emit_by_name(page, "mime-type-policy-decision-requested", m_frame, request.get(), mimeType.utf8().data(), policyDecision, &isHandled); 645 WebCore::Page* page = core(webView); local 646 ASSERT(page == parentFrame->page()); 652 RefPtr<Frame> childFrame = Frame::create(page, ownerElement, new FrameLoaderClient(kitFrame)); 659 // The creation of the frame may have run arbitrary JavaScript that removed it from the page already [all...] |
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| FrameLoaderClientQt.cpp | 58 #include "Page.h" 102 bool isMainFrame = frame == frame->page()->mainFrame(); 226 if (!m_webFrame || !m_webFrame->page()) { 227 qWarning("FrameLoaderClientQt::setFrame frame without Page!"); 232 m_webFrame->page(), SIGNAL(loadStarted())); 236 m_webFrame->page(), SIGNAL(loadProgress(int))); 238 m_webFrame->page(), SIGNAL(loadFinished(bool))); 270 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); 273 QWebPage* page = m_webFrame->page(); local 1013 QWebPage* page = m_webFrame->page(); local 1131 QWebPage* page = m_webFrame->page(); local 1208 QWebPage* page = m_webFrame->page(); local 1229 QWebPage*page = m_webFrame->page(); local [all...] |
| /external/webkit/Source/WebKit/qt/tests/qwebpage/ |
| tst_qwebpage.cpp | 165 m_page = m_view->page(); 217 m_view->page()->mainFrame()->evaluateJavaScript("tstform.submit();"); 220 m_view->page()->mainFrame()->evaluateJavaScript("tstform.submit();"); 223 QCOMPARE(m_view->page()->mainFrame()->toPlainText(), QString("foo?")); 225 // Restore default page 263 m_view->page()->mainFrame()->evaluateJavaScript("var run = true;var a = 1;while(run){a++;}"); 282 m_view->page()->mainFrame()->evaluateJavaScript("var errorCode = 0; function error(err) { errorCode = err.code; } function success(pos) { } navigator.geolocation.getCurrentPosition(success, error)"); 284 QVariant empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode"); 289 m_view->page()->mainFrame()->evaluateJavaScript("errorCode = 0; navigator.geolocation.getCurrentPosition(success, error);"); 290 empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode") 340 ConsolePage page; local 370 QWebPage* page = new TestPage(this); local 378 TestPage* page = new TestPage(m_view); local 874 PluginCounterPage* page = PluginFactory::create((PluginFactory::FactoredType)type, m_view); local 897 PluginCounterPage* page = PluginFactory::create((PluginFactory::FactoredType)type); local 978 CursorTrackedPage* page = new CursorTrackedPage; local 1174 CursorTrackedPage* page = new CursorTrackedPage; local 1271 CursorTrackedPage* page = new CursorTrackedPage; local 1390 TestPage page; local 1417 TestPage page; local 1449 QWebPage *page = view.page(); local 1526 QWebPage* page = new QWebPage; local 2180 QWebPage* page = new QWebPage; local 2356 ErrorPage* page = new ErrorPage; local 2390 ErrorPage* page = new ErrorPage; local 2408 ErrorPage* page = new ErrorPage; local 2429 FriendlyWebPage page; local 2488 QWebPage* page = new QWebPage; local 2513 QWebPage page; local 2595 JSPromptPage page; local 2630 QWebPage* page = new TestModalPage(); local 2638 TestModalPage page; local 2866 QWebPage page; local [all...] |
| /external/webkit/Source/WebKit2/WebProcess/WebPage/ |
| WebPage.cpp | 93 #include <WebCore/Page.h> 143 RefPtr<WebPage> page = adoptRef(new WebPage(pageID, parameters)); local 145 if (page->pageGroup()->isVisibleToInjectedBundle() && WebProcess::shared().injectedBundle()) 146 WebProcess::shared().injectedBundle()->didCreatePage(page.get()); 148 return page.release(); 181 Page::PageClients pageClients; 193 m_page = adoptPtr(new Page(pageClients)); 755 // We're installing a page overlay when a page overlay is already active. 915 static bool handleMouseEvent(const WebMouseEvent& mouseEvent, Page* page [all...] |
| /ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
| c_locale_win32.c | 64 #define MAX_CP_LEN 5 /* max code page name length */ 235 static int __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page); 362 /* Convert character sequence to target code page. */ 1540 char lang[MAX_LANG_LEN + 1], ctry[MAX_CTRY_LEN + 1], page[MAX_CP_LEN + 1]; local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| Hyperlinks.java | 536 IWorkbenchPage page = sourceEditor.getEditorSite().getPage(); local 553 IEditorPart target = IDE.openEditorOnFileStore(page, fileStore); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
| AndroidJUnitLaunchConfigurationTab.java | 958 IWorkbenchPage page = activeWorkbenchWindow.getActivePage(); local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintViewPart.java | 583 LintPreferencePage page = new LintPreferencePage(); local 585 page.setTitle(title); 586 IPreferenceNode node = new PreferenceNode(title, page); 598 page = new LintPreferencePage(); 599 page.setTitle(String.format("Settings for %1$s", 601 page.setElement(project); 602 node = new PreferenceNode(project.getName(), page); 631 IWorkbenchPage page = window.getActivePage(); local 632 if (page != null) { 636 IViewPart view = page.showView(LintViewPart.ID, null [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
| AndroidContentAssistTest.java | 838 IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(); local [all...] |