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

<<61626364656667686970>>

  /packages/apps/Browser/src/com/android/browser/
OpenDownloadReceiver.java 71 // Open the downloads page
Tab.java 109 // If true, the tab will be removed when back out of the first page.
115 // The time the load started, used to find load page time
181 * Get the title to display for the current voice search page. If the Tab
343 * we are going to a page by some method besides voice search.
364 * page we can again activate voice search.
466 // We've started to load a new page. If there was a pending message
467 // to save a screenshot then we will now take the new page and save
473 // If we start a touch icon load and then load a new page, we don't
495 // reset sync timer to avoid sync starts during loading a page
541 * resource to be loaded for this page (for example, javascript). Whil
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewInfoPart.java 31 * Generic info section part for overview page: it displays all the attributes from
  /system/bluetooth/data/
main.conf 32 # Use some other page timeout than the controller default one
  /external/kernel-headers/original/linux/
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...]
a.out.h 67 The first page is unmapped to help trap NULL pointer references */
131 #include <asm/page.h>
  /external/v8/src/arm/
macro-assembler-arm.cc 230 mov(ip, Operand(Page::kPageAlignmentMask)); // load mask only once
231 and_(scratch, object, Operand(ip)); // offset into page of the object
235 // Compute the page address from the heap object pointer.
242 // object: page start
244 cmp(offset, Operand(Page::kPageSize / kPointerSize));
250 sub(offset, offset, Operand(Page::kPageSize / kPointerSize));
253 ldr(scratch, MemOperand(object, Page::kObjectStartOffset
256 // Add the page header (including remembered set), array header, and array
257 // body size to the page address.
258 add(object, object, Operand(Page::kObjectStartOffse
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 46 #include "Page.h"
74 , m_focused(frame && frame->page() && frame->page()->focusController()->focusedFrame() == frame)
    [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 58 #include "Page.h"
1640 Page* page = document()->page(); local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
AuditRules.js 193 WebInspector.AuditRules.CombineExternalResourcesRule.call(this, "page-externaljs", "Combine external JavaScript", WebInspector.Resource.Type.Script, "JS", parametersObject);
200 WebInspector.AuditRules.CombineExternalResourcesRule.call(this, "page-externalcss", "Combine external CSS", WebInspector.Resource.Type.Stylesheet, "CSS", parametersObject);
307 String.sprintf("This page makes %d parallelizable requests to %s" +
329 WebInspector.AuditRule.call(this, "page-unusedcss", "Remove unused CSS", parametersObject);
339 return String.sprintf("%s: %f%% (estimated) is not used by the current page.", url, pctUnused);
345 return String.sprintf("%d%% of CSS (estimated) is not used by the current page.", pctUnused);
740 WebInspector.AuditRule.call(this, "page-imagedims", "Specify image dimensions", parametersObject);
756 "speed up page display. The following image(s) are missing a width and/or height:");
    [all...]
  /build/core/
droiddoc.mk 131 $(full_target): PRIVATE_CURRENT_BUILD := -hdf page.build $(BUILD_ID)-$(BUILD_NUMBER)
132 $(full_target): PRIVATE_CURRENT_TIME := -hdf page.now "$(shell date "+%d %b %Y %k:%M")"
  /build/tools/apriori/
main.c 49 "is not page-aligned!\n",
63 ASSERT(!(s_next_link_addr % 4096)); /* New address must be page-aligned */
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
HostnameVerifierTest.java 117 // harmony follows the definition from rfc 1034 page 10 for alternative
173 // harmony follows the definition from rfc 1034 page 10 for alternative
  /development/docs/
howto_SDK_git_cygwin.txt 45 Instead you MUST use the "legacy Cygwin 1.5" that you can find at this page:
49 Don't mind the page title, just grab setup-legacy.exe and it will works just fine
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 146 <string name="title">Page Setup?</string>
148 <ostype name="command">page</ostype>
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 67 <string name="title">Page Setup?</string>
69 <ostype name="command">page</ostype>
  /development/pdk/docs/community/
index.jd 0 page.title=Community
12 this page probably isn't for you; you should contact your carrier or retailer
  /development/pdk/docs/source/
cla-individual.jd 0 page.title=Contributor License Agreement for Individuals
5 to execute the grant online.This page provides the text of the Individual Contributor License Grant for your quick review.</i>
overview-1.0.jd 0 page.title=Android 1.0 Features
4 <div><div><div><div>This page provides a high-level overview of Android 1.0
  /external/blktrace/doc/
btrecord.8 186 man page was created from the \fIbtreplay\fR documentation by Bas Zoetekouw.
199 This manual page was created for Debian by Bas Zoetekouw. It was derived from
btreplay.8 209 man page was created from the \fIbtreplay\fR documentation by Bas Zoetekouw.
222 This manual page was created for Debian by Bas Zoetekouw. It was derived from
  /external/bluetooth/bluez/include/bluetooth/
hci_lib.h 71 int hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
76 int hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
  /external/freetype/
NOTICE 123 encourage you to put an URL to the FreeType web page in your
168 Our home page can be found at
  /external/icu4c/tools/pkgdata/
pkgdata.1.in 3 .\" pkgdata.1: manual page for the pkgdata utility
7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
  /external/kernel-headers/original/linux/mtd/
mtd.h 86 * @ooblen: number of oob bytes per page
114 * one NAND page (or half, or one-fourths of it), in case of ECC-ed NOR

Completed in 133 milliseconds

<<61626364656667686970>>