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

<<81828384858687888990>>

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
AlbumEntry.java 116 * A link to the HTML page associated with the album.
  /packages/apps/IM/plugin/com/android/im/plugin/
BrandingResourceIDs.java 26 * The logo icon of the provider which is displayed in the landing page.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 35 * A customized property sheet page for the graphical layout editor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 37 * Export section part for overview page.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 896 IWorkbenchPage page = activeWorkbenchWindow.getActivePage(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 43 * Preference page for build options.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 261 * Returns the {@link ExtractStringRefactoring} instance used by this wizard page.
268 * Validates fields of the wizard input page. Displays errors as appropriate and
273 * @return True if the page has been positively validated. It may still have warnings.
489 // finally validate the whole page
  /system/extras/libpagemap/include/pagemap/
pagemap.h 92 /* Get the page flags (from /proc/kpageflags) of a physical frame.
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
tnetw_sdio.c 133 struct page *pg;
  /external/webkit/WebKit/gtk/
ChangeLog 5 [GTK] Hits assertion on history back, with page cache enabled, in specific conditions
18 [GTK] Set GtkAdjustments on our FrameView when loading a page in the PageCache
22 page cache enabled, and disabled. Page cache behaviour is still a
36 [GTK] Set GtkAdjustments on our FrameView when loading a page in the PageCache
178 Page - this allows us to explicitely protect the object inbetween
213 [GTK] Crashes cleaning clipboard contents, with page cache enabled
386 parent. Fixes some crashers when transitioning to a new page from
387 a scrolled page.
396 Disable the page cache by default since
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_snprintf.cpp 110 * of snprintf see printf(3) man page in the Linux programmers manual.
283 * documented in a sprintf man page on a given operating system
287 * in the man page but a given implementation behaves predictably
291 * that contradicts the sprintf man page on the same operating system.
750 * Solaris 2.6 man page claims that in this case the precision
751 * should be set to 0. Digital Unix 4.0, HPUX 10 and BSD man page
    [all...]
  /external/qemu/hw/
bt-hci.c 229 /* XXX: [Part H] Section 6.1 on page 801 */
238 /* XXX: [Part H] Section 3.2 on page 779 */
509 /* The specification is inconsistent about this one. Page 565 reads
513 * Event Parameters (see page 729) has only Status. */
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 337 /* page-top-right container for reference pages (holds
509 /*sdk page*/
1127 /* SDK PAGE */
1292 page-break-after: avoid;
1296 page-break-inside: avoid;
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 3 # dnslist - Read state file from dnsmasq and create a nice web page to display
51 # File to write HTML page to. (This is where Slackware puts WWW pages. It may
55 # Time to wait after each page update. (The state file is checked for changes
57 # page is rewritten just so the "(updated __/__ __:__:__)" text changes ;-)
242 print "write_output: page updated.\n";
  /external/tinyxml/docs/
index.html 3 <title>TinyXml: Main Page</title>
7 <div class="qindex"><a class="qindexHL" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
72 For "high-ascii" languages - everything not English, pretty much - TinyXml can handle all languages, at the same time, as long as the XML is encoded in UTF-8. That can be a little tricky, older programs and operating systems tend to use the "default" or "traditional" code page. Many apps (and almost all modern ones) can output UTF-8, but older or stubborn (or just broken) ones still output text in the default code page.<p>
75 The test file "utf8test.xml" is an XML containing English, Spanish, Russian, and Simplified Chinese. (Hopefully they are translated correctly). The file "utf8test.gif" is a screen capture of the XML file, rendered in IE. Note that if you don't have the correct fonts (Simplified Chinese or Russian) on your system, you won't see output that matches the GIF file even if you can parse it correctly. Also note that (at least on my Windows machine) console output is in a Western code page, so that Print() or printf() cannot correctly display the file. This is not a bug in TinyXml - just an OS issue. No data is lost or destroyed by TinyXml. The console just doesn't render UTF-8.<p>
  /external/v8/src/
scanner.cc 123 // So, even though ECMA-262, section 7.1, page 11, dictates that we
480 // ECMA-262, section 7.4, page 12).
500 // 7.4, page 12, that says that multi-line comments containing
973 // According to ECMA-262, 3rd, 7.8.4, page 18, these hex escapes
1167 // section 7.8.3, page 17 (note that we read only one decimal digit
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 55 #include "Page.h"
292 Page::setInstanceHandle((HINSTANCE)(qWinAppInst()));
295 ASSERT(Page::instanceHandle());
312 wcex.hInstance = Page::instanceHandle();
1014 0, 0, 0, 0, parentWindowHandle, 0, Page::instanceHandle(), 0);
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 217 * Indicates that both inquiry scan and page scan are disabled on the local
223 * Indicates that inquiry scan is disabled, but page scan is enabled on the
230 * Indicates that both inquiry scan and page scan are enabled on the local
241 * by a page scan of each new device to retrieve its Bluetooth name.
556 * seconds, followed by a page scan of each new device to retrieve its
    [all...]
  /frameworks/base/docs/html/sdk/
installing.jd 0 page.title=Installing the SDK
32 <p>This page describes how to install the Android SDK
37 this page.</p>
82 href="{@docRoot}sdk/index.html">SDK download page</a>. Make sure to download the
430 <td>A file that loads the entry page for the local Android SDK
  /external/webkit/WebCore/
ChangeLog 685 * page/DOMWindow.idl:
752 REGRESSION(24929): PDF page doesn't load in background tab
765 Crash in WebKit!WebCore::RenderTextControlSingleLine::createInnerTextStyle doing anything in Safari after sitting on a page with 3D site
    [all...]
ChangeLog-2003-10-25 5 Fixed 3425358. Don't try to create page cache for pages that
50 where it was being missed before. This fixes the front page of meyerweb.com.
157 frameset page
    [all...]
  /external/webkit/WebKit/qt/
ChangeLog 77 to make Qt DRT able to get page number.
80 printing/page-break-always.html
82 printing/css2.1/page-break-before-000.html
83 printing/css2.1/page-break-after-000.html
84 printing/css2.1/page-break-after-004.html
85 printing/css2.1/page-break-before-001.html
86 printing/css2.1/page-break-after-001.html
87 printing/css2.1/page-break-after-002.html
88 printing/css2.1/page-break-before-002.html
89 printing/css2.1/page-break-inside-000.htm
    [all...]
  /external/webkit/WebKit/win/
ChangeLog-2009-06-16 226 <rdar://problem/6870383> Have to enter credentials twice when downloading from a protected page
400 policy decision is missing keys when full-page zoom is used
    [all...]

Completed in 698 milliseconds

<<81828384858687888990>>