HomeSort by relevance Sort by last modified time
    Searched defs:page (Results 276 - 300 of 381) sorted by null

<<111213141516

  /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...]
  /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 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 52 #include "core/page/Chrome.h"
53 #include "core/page/EditorClient.h"
54 #include "core/page/EventHandler.h"
55 #include "core/page/Frame.h"
56 #include "core/page/FrameView.h"
57 #include "core/page/Page.h"
58 #include "core/page/Settings.h"
968 Page* page = frame->page(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 48 #include "core/page/DOMWindow.h"
49 #include "core/page/Frame.h"
50 #include "core/page/FrameView.h"
370 InstrumentationEventArguments::PageId, reinterpret_cast<unsigned long long>(frame->page()),
813 Page* InspectorTimelineAgent::page() function in class:WebCore::InspectorTimelineAgent
815 return m_pageAgent ? m_pageAgent->page() : 0;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 69 #include "core/page/Chrome.h"
70 #include "core/page/ChromeClient.h"
71 #include "core/page/ContentSecurityPolicy.h"
72 #include "core/page/ContentSecurityPolicyResponseHeaders.h"
73 #include "core/page/DOMWindow.h"
74 #include "core/page/EventHandler.h"
75 #include "core/page/Frame.h"
76 #include "core/page/FrameTree.h"
77 #include "core/page/FrameView.h"
78 #include "core/page/Page.h
1163 Page* page = m_frame->page(); local
1551 Page* page = m_frame->page(); local
1750 Page* page = m_frame->page(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.cpp 28 #include "core/page/DOMWindow.h"
67 #include "core/page/BarProp.h"
68 #include "core/page/Chrome.h"
69 #include "core/page/ChromeClient.h"
70 #include "core/page/Console.h"
71 #include "core/page/CreateWindow.h"
72 #include "core/page/DOMPoint.h"
73 #include "core/page/EventHandler.h"
74 #include "core/page/Frame.h"
75 #include "core/page/FrameTree.h
420 Page* DOMWindow::page() function in class:WebCore::DOMWindow
659 Page* page = document->page(); local
695 Page* page = document->page(); local
904 Page* page = m_frame->page(); local
918 Page* page = m_frame->page(); local
932 Page* page = m_frame->page(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 38 #include "core/page/Chrome.h"
39 #include "core/page/FrameView.h"
40 #include "core/page/Settings.h"
41 #include "core/page/animation/AnimationController.h"
42 #include "core/page/scrolling/ScrollingCoordinator.h"
145 Page* page = layer->renderer()->frame()->page(); local
146 if (!page)
149 return page->scrollingCoordinator()
163 Page* page = frame ? frame->page() : 0; local
    [all...]
RenderLayerCompositor.cpp 37 #include "core/page/Chrome.h"
38 #include "core/page/ChromeClient.h"
39 #include "core/page/Frame.h"
40 #include "core/page/FrameView.h"
41 #include "core/page/Page.h"
42 #include "core/page/Settings.h"
43 #include "core/page/animation/AnimationController.h"
44 #include "core/page/scrolling/ScrollingConstraints.h"
45 #include "core/page/scrolling/ScrollingCoordinator.h
2411 Page* page = frame ? frame->page() : 0; local
2449 Page* page = frame ? frame->page() : 0; local
2652 Page* RenderLayerCompositor::page() const function in class:WebCore::RenderLayerCompositor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 89 #include "core/page/Chrome.h"
90 #include "core/page/ChromeClient.h"
91 #include "core/page/DOMPoint.h"
92 #include "core/page/DOMWindow.h"
93 #include "core/page/EventHandler.h"
94 #include "core/page/Frame.h"
95 #include "core/page/FrameView.h"
96 #include "core/page/Page.h"
97 #include "core/page/PagePopupController.h
909 Page* page = document->page(); local
938 Page* page = document->page(); local
1452 Page* page = contextDocument()->frame()->page(); local
1477 Page* page = contextDocument()->frame()->page(); local
1501 Page* page = contextDocument()->frame()->page(); local
1670 Page* page = document->page(); local
1684 Page* page = document->page(); local
1803 Page* page = document->page(); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/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):
258 // http://www.dinkumware.com/manuals/?manual=compleat&page=new.html
320 PageHeap::Stats pageheap; // Stats from page heap
408 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
423 "MALLOC: %12" PRIu64 " Tcmalloc page size\n
564 PageID page = 1; \/\/ Some code may assume that page==0 is never used local
    [all...]
  /external/chromium_org/v8/src/
frames.cc 1470 Page* page = Page::FromAddress(inner_pointer); local
    [all...]
spaces.cc 42 // You can't actually iterate over the anchor page. It is not a real page,
43 // just an anchor for the double linked page list. Initialize as if we have
44 // reached the end of the anchor page, then the first iteration will move on
45 // to the first page.
56 // You can't actually iterate over the anchor page. It is not a real page,
57 // just an anchor for the double linked page list. Initialize the current
59 // to the first page.
68 HeapObjectIterator::HeapObjectIterator(Page* page
431 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local
1091 Page* page = page_iterator.next(); local
1148 Page* page = page_iterator.next(); local
1453 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local
1510 NewSpacePage* page = anchor(); local
1628 NewSpacePage* page = anchor_.next_page(); local
1694 NewSpacePage* page = anchor_.next_page(); local
1726 NewSpacePage* page = NewSpacePage::FromLimit(start); local
2181 Page* page = Page::FromAddress(start); local
2212 Page* page = NULL; local
2936 LargePage* page = first_page_; local
2962 LargePage* page = heap()->isolate()->memory_allocator()-> local
3014 LargePage* page = FindPage(a); local
3029 LargePage* page = reinterpret_cast<LargePage*>(e->value); local
3055 LargePage* page = current; local
3115 Page* page = Page::FromAddress(object->address()); local
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 119 and_(scratch, Immediate(~Page::kPageAlignmentMask));
121 mov(scratch, Immediate(~Page::kPageAlignmentMask));
129 // If non-zero, the page belongs to new-space.
348 // the from object's page's interesting flag is also set. This optimization
2983 Page* page = Page::FromAddress(map->address()); local
    [all...]
  /external/chromium_org/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/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/stressapptest/src/
worker.cc 465 // Fill this page with its pattern.
469 logprintf(0, "Process Error: Fill Page entry null\n");
511 // Fill this page with a random pattern.
515 logprintf(0, "Process Error: Fill Page entry null\n");
530 // Actually fill the page.
554 // Fill the page with pattern
558 // Put the page back on the queue.
745 errormessage = "Page Error";
2401 struct page_entry page; 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...]
  /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...]

Completed in 2111 milliseconds

<<111213141516