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

<<31323334353637383940>>

  /external/grub/stage2/
smp-imps.h 100 * Look at page 4-3 of the MP spec for the starting definitions of
116 * Look at page 4-5 of the MP spec for the starting definitions of
138 * type (i.e. all of type 0 come first, etc.). Look on page 4-6 for
  /external/proguard/docs/
feedback.html 33 target="other">bug tracking page</a> (at SourceForge) allows you to submit
42 target="other">feature request page</a> (at SourceForge) allows you to
51 target="other">project page</a> at FreshMeat offer the possibility to
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreCommon.vsprops 10 AdditionalIncludeDirectories="&quot;$(ProjectDir)..&quot;;&quot;$(ProjectDir)..\accessibility&quot;;&quot;$(ProjectDir)..\accessibility\win&quot;;&quot;$(ProjectDir)..\bridge&quot;;&quot;$(ProjectDir)..\bridge\c&quot;;&quot;$(ProjectDir)..\bridge\jsc&quot;;&quot;$(ProjectDir)..\css&quot;;&quot;$(ProjectDir)..\editing&quot;;&quot;$(ProjectDir)..\rendering&quot;;&quot;$(ProjectDir)..\rendering\style&quot;;&quot;$(ProjectDir)..\bindings\js&quot;;&quot;$(ProjectDir)..\dom&quot;;&quot;$(ProjectDir)..\dom\default&quot;;&quot;$(ProjectDir)..\history&quot;;&quot;$(ProjectDir)..\html&quot;;&quot;$(ProjectDir)..\html\canvas&quot;;&quot;$(ProjectDir)..\inspector&quot;;&quot;$(ProjectDir)..\loader&quot;;&quot;$(ProjectDir)..\loader\appcache&quot;;&quot;$(ProjectDir)..\loader\archive&quot;;&quot;$(ProjectDir)..\loader\archive\cf&quot;;&quot;$(ProjectDir)..\loader\icon&quot;;&quot;$(ProjectDir)..\notifications&quot;;&quot;$(ProjectDir)..\page&quot;;&quot;$(ProjectDir)..\page\animation&quot;;&quot;$(ProjectDir)..\page\win&quot;;&quot;$(ProjectDir)..\platform&quot;;&quot;$(ProjectDir)..\platform\animation&quot;;&quot;$(ProjectDir)..\platform\mock&quot;;&quot;$(ProjectDir)..\platform\sql&quot;;&quot;$(ProjectDir)..\platform\win&quot;;&quot;$(ProjectDir)..\platform\network&quot;;&quot;$(ProjectDir)..\platform\network\win&quot;;&quot;$(ProjectDir)..\platform\cf&quot;;&quot;$(ProjectDir)..\platform\graphics&quot;;&quot;$(ProjectDir)..\platform\graphics\filters&quot;;&quot;$(ProjectDir)..\platform\graphics\opentype&quot;;&quot;$(ProjectDir)..\platform\graphics\transforms&quot;;&quot;$(ProjectDir)..\platform\text&quot;;&quot;$(ProjectDir)..\platform\graphics\win&quot;;&quot;$(ProjectDir)..\xml&quot;;&quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;;&quot;$(ProjectDir)..\plugins&quot;;&quot;$(ProjectDir)..\plugins\win&quot;;&quot;$(ProjectDir)..\svg\animation&quot;;&quot;$(ProjectDir)..\svg\graphics&quot;;&quot;$(ProjectDir)..\svg\graphics\filters&quot;;&quot;$(ProjectDir)..\svg&quot;;&quot;$(ProjectDir)..\wml&quot;;&quot;$(ProjectDir)..\storage&quot;;&quot;$(ProjectDir)..\websockets&quot;;&quot;$(ProjectDir)..\workers&quot;;&quot;$(WebKitOutputDir)\include&quot;;&quot;$(WebKitOutputDir)\include\private&quot;;&quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;;&quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;;&quot;$(ProjectDir)..\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;;&quot;$(WebKitLibrariesDir)\include\private\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\include\pthreads&quot;;&quot;$(WebKitLibrariesDir)\include\sqlite&quot;;&quot;$(WebKitLibrariesDir)\include\JavaScriptCore&quot;"
  /external/webkit/WebCore/bindings/objc/
DOMHTML.mm 45 #import "Page.h"
90 if (!coreHTMLDocument->page() || !coreHTMLDocument->page()->settings()->needsTigerMailQuirks())
  /external/webkit/WebCore/loader/icon/
IconLoader.cpp 88 // ignore the data and not try to decode the error page as an icon.
147 // But the SubresourceLoader continues pulling in data in the background for the 404 page if the server sends one.
158 // there is a page URL referencing it.
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 112 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
132 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
134 LOG_ERROR("Failed to get glyph page zero.");
  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 29 #include "Page.h"
128 wcex.hInstance = Page::instanceHandle();
133 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, Page::instanceHandle(), 0);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 76 // Frame wants to create the new Page. Also, the newly created window
78 // created Page has its show method called.
79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 46 #import <WebCore/Page.h>
58 ASSERT(frame->page());
59 return (WebHTMLView*)[[kit(frame->page()->mainFrame()) frameView] documentView];
  /external/webkit/WebKit/mac/WebView/
WebDataSource.h 44 @discussion A WebDataSource represents the data associated with a web page.
122 @result Returns nil or the page title.
174 an image that is already downloaded to a web page, addSubresource: can be called so that the data source
WebViewInternal.h 43 class Page;
106 - (WebCore::Page*)page;
  /external/webkit/WebKit/win/Interfaces/
IWebArchive.idl 38 The main resource can be an entire web page, a portion of a web page, or some other kind of data such as an image.
39 This class can be used for saving standalone web pages, representing portions of a web page on the pasteboard, or any other
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 99 /** the number of bytes of page cache allocation which could not be sattisfied by the
103 * that overflowed because no space was left in the page cache.
126 /** the page size for the database */
  /frameworks/base/docs/html/sdk/
android-1.5-highlights.jd 0 page.title=Android 1.5 Platform Highlights
48 <li>Smoother page scrolling in Browser</li>
93 <li>Search within a page</li>
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 159 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
219 // let handleTimeout take care of finishing the page
224 // return true if the URL is not available or the page is down
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-run.1 106 sources for this manual page, but it is not displayed here in order to
196 \" The "Title Page" means, for a printed book, the title page itself,
198 \" this License requires to appear in the title page. For works in
199 \" formats which do not have any title page as such, "Title Page" means
264 \" A. Use in the Title Page (and on the covers, if any) a title distinct
270 \" B. List on the Title Page, as authors, one or more persons or entities
275 \" C. State on the Title page the name of the publisher of the
293 \" publisher of the Modified Version as given on the Title Page. I
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/man/man1/
arm-eabi-run.1 106 sources for this manual page, but it is not displayed here in order to
196 \" The "Title Page" means, for a printed book, the title page itself,
198 \" this License requires to appear in the title page. For works in
199 \" formats which do not have any title page as such, "Title Page" means
264 \" A. Use in the Title Page (and on the covers, if any) a title distinct
270 \" B. List on the Title Page, as authors, one or more persons or entities
275 \" C. State on the Title page the name of the publisher of the
293 \" publisher of the Modified Version as given on the Title Page. I
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-run.1 106 sources for this manual page, but it is not displayed here in order to
196 \" The "Title Page" means, for a printed book, the title page itself,
198 \" this License requires to appear in the title page. For works in
199 \" formats which do not have any title page as such, "Title Page" means
264 \" A. Use in the Title Page (and on the covers, if any) a title distinct
270 \" B. List on the Title Page, as authors, one or more persons or entities
275 \" C. State on the Title page the name of the publisher of the
293 \" publisher of the Modified Version as given on the Title Page. I
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/man/man1/
arm-eabi-run.1 106 sources for this manual page, but it is not displayed here in order to
196 \" The "Title Page" means, for a printed book, the title page itself,
198 \" this License requires to appear in the title page. For works in
199 \" formats which do not have any title page as such, "Title Page" means
264 \" A. Use in the Title Page (and on the covers, if any) a title distinct
270 \" B. List on the Title Page, as authors, one or more persons or entities
275 \" C. State on the Title page the name of the publisher of the
293 \" publisher of the Modified Version as given on the Title Page. I
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 146 /** Loads settings from the given {@link Properties} container and update the page UI. */
166 * Called by the application to give a callback that the page should invoke when
167 * settings must be applied. The page does not apply the settings itself, instead
  /external/bluetooth/glib/glib/
guniprop.c 36 #define ATTR_TABLE(Page) (((Page) <= G_UNICODE_LAST_PAGE_PART1) \
37 ? attr_table_part1[Page] \
38 : attr_table_part2[(Page) - 0xe00])
40 #define ATTTABLE(Page, Char) \
41 ((ATTR_TABLE(Page) == G_UNICODE_MAX_TABLE_INDEX) ? 0 : (attr_data[ATTR_TABLE(Page)][Char]))
43 #define TTYPE_PART1(Page, Char) \
44 ((type_table_part1[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
45 ? (type_table_part1[Page] - G_UNICODE_MAX_TABLE_INDEX)
    [all...]
  /external/webkit/WebCore/
WebCore.pri 375 page/BarInfo.idl \
376 page/Console.idl \
377 page/Coordinates.idl \
378 page/DOMSelection.idl \
379 page/DOMWindow.idl \
380 page/EventSource.idl \
381 page/Geolocation.idl \
382 page/Geoposition.idl \
383 page/History.idl \
384 page/Location.idl
    [all...]
  /external/libffi/
texinfo.tex 33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
129 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi
283 \chardef\PAGE = 255
284 \output = {\onepageout{\pagecontents\PAGE}}
309 % the page break happens to be in the middle of an example.
316 % Do this early so pdf references go to the beginning of the page.
333 \hfil % center the page within the outer (page) hsize.
683 % @group ... @end group forces ... to be all on one page, by enclosin
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 92 \ifx\putwordpage\undefined{\gdef\putwordpage{page}}\fi%
134 % Alternative @smallbook page size is 9.25in
141 \chardef\PAGE = 255
142 \output = {\onepageout{\pagecontents\PAGE}}
166 % the page break happens to be in the middle of an example.
181 % The contents of the page are centerlined into the cropmarks,
457 % @group ... @end group forces ... to be all on one page, by enclosing
523 % forces a page break if there is not space-in-mils remaining.
531 %% This method tries to make TeX break the page naturally
543 % Don't add any leading before our big empty box, but allow a page
    [all...]
  /external/qemu/memcheck/
memcheck.h 49 * fired up by the guest system on /dev/qemu_trace mapped page.
57 * fired up by the guest system on /dev/qemu_trace mapped page.
69 * fired up by the guest system on /dev/qemu_trace mapped page.
81 * fired up by the guest system on /dev/qemu_trace mapped page.
92 * fired up by the guest system on /dev/qemu_trace mapped page.

Completed in 613 milliseconds

<<31323334353637383940>>