HomeSort by relevance Sort by last modified time
    Searched full:page (Results 251 - 275 of 3599) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 51 IWorkbenchPage page = win.getActivePage(); local
52 if (page != null) {
54 IViewPart part = page.showView(viewId,
  /bionic/libc/kernel/arch-x86/asm/
spinlock_32.h 17 #include <asm/page.h>
  /external/bluetooth/glib/tests/
slice-threadinit.c 32 void *page; member in struct:__anon1427
61 /* find page */
63 if (pages[j].page == p)
87 if (pages[j].page == p)
89 if (j < N_PAGES) /* known page */
91 else /* new page */
94 pages[j].page = p;
103 g_error ("failed to allocate from magazine/page cache (before g_thread_init)");
158 g_error ("failed to allocate from magazine/page cache (after g_thread_init)");
  /external/clearsilver/imd/
example.imd 15 # Number of thumbnails to show per page
  /external/clearsilver/man/man3/
cgi_redirect.3 31 cgi_redirect will redirect the user to another page on
cgi_redirect_uri.3 31 cgi_redirect_uri will redirect the user to another page on
  /external/dropbear/libtomcrypt/doc/
header.html 3 <title>LibTomCrypt: Main Page</title>
  /external/iproute2/doc/
do-psnup 4 # $3 = Page size . ie: a4 , letter ... "string"
preamble.tex 21 \renewcommand{\@oddhead}{{\protect\sc iproute2-ss\Draft} \hfill \protect\arabic{page}}
  /external/kernel-headers/original/asm-x86/
page_32.h 4 /* PAGE_SHIFT determines the page size */
19 #define clear_page(page) mmx_clear_page((void *)(page))
29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE)
34 #define clear_user_page(page, vaddr, pg) clear_page(page)
140 /* to align the pointer to the (next) page boundary */
201 #include <asm-generic/page.h>
  /external/kernel-headers/original/linux/sunrpc/
xdr.h 42 * The tail iovec allows you to append data after the page array. Its
51 struct kvec head[1], /* RPC header + non-page data */
52 tail[1]; /* Appended after page data */
54 struct page ** pages; /* Array of contiguous pages */
55 unsigned int page_base, /* Start of page data */
56 page_len; /* Length of page data */
98 void xdr_encode_pages(struct xdr_buf *, struct page **, unsigned int,
101 struct page **, unsigned int, unsigned int);
192 extern void xdr_write_pages(struct xdr_stream *xdr, struct page **pages,
  /external/skia/include/images/
SkPageFlipper.h 27 region of pixels that should be copied from the "front" page onto the one
49 /** When you're ready to write to the back page, call update. The returned
52 the front page to the back page (will not intersect with the returned
  /external/webkit/WebCore/bindings/js/
ScriptState.cpp 37 #include "Page.h"
62 ScriptState* scriptStateFromPage(DOMWrapperWorld* world, Page* page)
64 return page->mainFrame()->script()->globalObject(world)->globalExec();
  /external/webkit/WebCore/loader/icon/
PageURLRecord.h 45 PageURLSnapshot(const String& page, const String& icon)
46 : pageURL(page)
66 // Returns false if the page wasn't retained beforehand, true if the retain count was already 1 or higher
69 // Returns true if the page is still retained after the call. False if the retain count just dropped to 0
  /external/webkit/WebCore/manual-tests/
first-line-style-crash.html 11 crash (hang?) on subtlegradient.com article page</i>.
right-click-crash.html 3 </script></head><body>This page is intended to test crashes caused by repeated right clicks.
user-drag-with-decorations.html 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
  /external/webkit/WebCore/manual-tests/inspector/
bp-in-named-eval-after-reload.html 5 <li><p>open this page with Web Inspector
22 <li><p>switch to the web page, reload the web page, switch back to web inspector
34 the breakpoints won't work after reloading the page.
errors-with-space in-url.html 3 <p>To test, open the Inspector and refresh this page. There should be a red
forzen-ui-while-paused.html 3 var timeout = setTimeout(function() { alert("This should not happen. If you do see this alert, then timers on the page are firing while paused!") }, 0);
highlight-source-line.html 2 <p>To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
  /external/webkit/WebCore/manual-tests/qt/
qtplugin-scrolling.html 14 Scroll the page, ensure that the two labels move nicely along with the rest of the document.
  /external/webkit/WebCore/manual-tests/redirectHistory/
redir-1.html 8 <p>Wait a few seconds for the redirect to occur. If you return to this page after the redirect, then the test passed. If you end up at redir-2.html, then the test failed.</p>
  /external/webkit/WebCore/manual-tests/resources/
redraw-page-cache-visited-links-2.html 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
  /external/webkit/WebCore/manual-tests/wml/
a-element.wml 7 <a href="StartTests.wml" title="go to StartTests.wml" >Next page</a>

Completed in 162 milliseconds

<<11121314151617181920>>