/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 425 def page(self, title, contents): member in class:HTMLDoc 426 """Format an HTML page.""" 435 """Format a page heading.""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 425 def page(self, title, contents): member in class:HTMLDoc 426 """Format an HTML page.""" 435 """Format a page heading.""" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 560 IWorkbenchPage page = sourceEditor.getEditorSite().getPage(); local 577 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 | 957 IWorkbenchPage page = activeWorkbenchWindow.getActivePage(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 588 LintPreferencePage page = new LintPreferencePage(); local 590 page.setTitle(title); 591 IPreferenceNode node = new PreferenceNode(title, page); 603 page = new LintPreferencePage(); 604 page.setTitle(String.format("Settings for %1$s", 606 page.setElement(project); 607 node = new PreferenceNode(project.getName(), page); 636 IWorkbenchPage page = window.getActivePage(); local 637 if (page != null) { 641 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 | 893 IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | 260 // - when this is used with a page requiring authentication, we will not get 1591 history::URLResult const &page = (*results)[i]; member in class:history [all...] |
/external/chromium/chrome/common/extensions/ |
extension.cc | 910 // Page actions are hidden by default, and browser actions ignore 930 // TODO(EXTENSIONS_DEPRECATED): Read the page action |id| (optional). 2342 std::string page = *iter; local [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_impl.cc | 2291 float page = std::max(height * 0.875f, 1.f); local [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.cc | 322 // - when this is used with a page requiring authentication, we will not get 649 // are loaded is not sufficient. If background page is not ready, 1494 history::URLResult const &page = (*results)[i]; member in class:history [all...] |
/external/chromium_org/third_party/skia/src/device/xps/ |
SkXPSDevice.cpp | 174 HRESULT SkXPSDevice::createXpsThumbnail(IXpsOMPage* page, 201 HRM(thumbnailGenerator->GenerateThumbnail(page, 212 IXpsOMPage** page) { 220 "Could not create page part uri."); 226 page), 227 "Could not create page."); 299 //Create the page. 304 SkTScopedComPtr<IXpsOMPage> page; local 305 HRB(this->createXpsPage(pageSize, &page)); 308 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.") [all...] |
/external/chromium_org/v8/src/arm/ |
simulator-arm.cc | 679 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { 680 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 681 ICacheHash(page), 699 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); local 701 CachePage* cache_page = GetCachePage(i_cache, page); 710 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); local 713 CachePage* cache_page = GetCachePage(i_cache, page); [all...] |
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | 148 and_(scratch, Immediate(~Page::kPageAlignmentMask)); 150 mov(scratch, Immediate(~Page::kPageAlignmentMask)); 158 // If non-zero, the page belongs to new-space. 622 // the from object's page's interesting flag is also set. This optimization 3416 Page* page = Page::FromAddress(map->address()); local [all...] |
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 245 struct page ** pages; 264 struct page ** pages; 336 struct page ** acl_pages; 343 struct page ** acl_pages; 371 struct page ** pages; 377 struct page ** pages; 385 struct page ** pages; 397 struct page ** pages; 474 struct page ** pages; 492 struct page ** pages 713 struct page *page; member in struct:nfs4_fs_locations_arg [all...] |
/external/qemu/target-mips/ |
op_helper.c | 1998 unsigned long page = 0; local [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 174 HRESULT SkXPSDevice::createXpsThumbnail(IXpsOMPage* page, 201 HRM(thumbnailGenerator->GenerateThumbnail(page, 212 IXpsOMPage** page) { 220 "Could not create page part uri."); 226 page), 227 "Could not create page."); 299 //Create the page. 304 SkTScopedComPtr<IXpsOMPage> page; local 305 HRB(this->createXpsPage(pageSize, &page)); 308 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.") [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 678 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { 679 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 680 ICacheHash(page), 698 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); local 700 CachePage* cache_page = GetCachePage(i_cache, page); 709 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); local 712 CachePage* cache_page = GetCachePage(i_cache, page); [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 410 * Check the first page we try to write in a block. 901 /* Check sane level and page Id */ 2881 int page; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | 67 * Each page contains a number of icons, folders or widgets the user can 167 /** Is the user is dragging an item near the edge of a page? */ 582 * Check if the point (x, y) hits a given page. 585 final View page = getChildAt(index); local 586 if (page != null) { 588 mapPointFromSelfToChild(page, localXY); 589 return (localXY[0] >= 0 && localXY[0] < page.getWidth() 590 && localXY[1] >= 0 && localXY[1] < page.getHeight()); 598 // Calculating "next page" this way ensures that you scroll to whatever page you tap o [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
i2o-dev.h | 87 unsigned int page; /* HTML page */ member in struct:i2o_html 88 void *resbuf; /* Buffer for reply HTML page */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
i2o-dev.h | 87 unsigned int page; /* HTML page */ member in struct:i2o_html 88 void *resbuf; /* Buffer for reply HTML page */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 77 struct page *(*page)(struct snd_pcm_substream *substream, member in struct:snd_pcm_ops [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
i2o-dev.h | 87 unsigned int page; /* HTML page */ member in struct:i2o_html 88 void *resbuf; /* Buffer for reply HTML page */
|