HomeSort by relevance Sort by last modified time
    Searched refs:pages (Results 276 - 300 of 352) sorted by null

<<1112131415

  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 280 empty_pages, // Terminated process has no active pages.
635 // the case of live app pages (which don't have an EFD) and
682 const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) {
726 for (std::vector<ExtensionPage>::const_iterator iter = pages.begin();
727 iter != pages.end(); ++iter) {
733 // For live pages, use the full URL.
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 378 empty_pages, // Terminated process has no active pages.
728 // the case of live app pages (which don't have an EFD) and
772 const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) {
    [all...]
  /external/linux-tools-perf/util/
python.c 585 static char *kwlist[] = {"pages", "overwrite",
587 int pages = 128, overwrite = false; local
590 &pages, &overwrite))
593 if (perf_evlist__mmap(evlist, pages, overwrite) < 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 217 * Creates the various form pages.
224 * Called by the base class {@link AndroidXmlEditor} once all pages (custom form pages
306 * Creates the pages of the multi-page editor.
327 * Returns whether the editor is currently creating its pages.
496 * Removes all the pages from the editor.
533 // Do not record page changes during creation of pages
602 * Commit all dirty pages then saves the contents of the text editor.
685 * Commits all dirty pages in the editor. This method should
703 if (pages != null)
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 40 * recently-closed pages, but the tangent NTP doesn't use that data so we
172 var pages = Math.floor(Math.random() * 8) + 1;
174 for (var p = 0; p < pages; p++) {
  /external/bison/doc/
refcard.tex 44 % produces two separate pages, each of which needs to be reduced to 80%.
182 %%%% Reduce skip from .8 to .75 to permit printing on two pages.
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 129 ULONG pages; member in struct:linux_mdesc
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 63 // the sizeclass is 0. The cache may have stale information for pages that do
65 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
66 // do_memalign() for all other relevant pages.
618 // Minimum number of pages to fetch from system at a time. Must be
725 // Mapping from size class to number of pages to allocate at a time
884 // Allocate enough pages so leftover is less than 1/8 of total.
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.h 151 void scrollByPages(int pages);
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 37 # The following is for SDK/NDK pages
  /external/chromium/chrome/browser/history/
top_sites.cc     [all...]
  /external/openssh/contrib/suse/
openssh.spec 100 - Marked all manual pages as %doc(umentation)
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 14 ; conversion routine from the mmx programming tutorial pages).
  /external/v8/tools/
codemap.js 56 * Map of memory pages occupied with static code.
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 324 this attribute is enabled for all pages by setting it on the
392 web pages. This is enabled by default.
399 \value PluginsEnabled Enables or disables plugins in Web pages (e.g. using NPAPI). Qt plugins
402 recording visited pages in the history and storing web page icons. This is disabled by default.
765 // Setting size to 0, makes all pages be released.
778 Sets the maximum number of pages to hold in the memory page cache to \a pages.
781 to pages in the forward/back history, by pausing and resuming up to \a pages.
787 void QWebSettings::setMaximumPagesInCache(int pages)
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 791 QList<WebCore::WebPage*> pages = m_drt->getAllPages(); local
792 foreach (WebCore::WebPage* page, pages)
  /external/e2fsprogs/lib/et/
texinfo.tex 132 % Margin to add to right of even pages, to left of odd pages.
521 \newtoks \evenheadline % Token sequence for heading line of even pages
522 \newtoks \oddheadline % Token sequence for heading line of odd pages
523 \newtoks \evenfootline % Token sequence for footing line of even pages
524 \newtoks \oddfootline % Token sequence for footing line of odd pages
587 % Put chapter name on inside top of right hand pages, document
588 % title on inside top of left hand pages, and page numbers on outside top
589 % edge of all pages.
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 236 for (String[] page: Tags.pages) {
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 236 for (String[] page: Tags.pages) {
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 16 * communication between background pages and popups.
  /external/stressapptest/src/
sat.cc 234 // Fetch and return empty and full pages into the empty and full pools.
303 // Set up the bitmap of physical pages in case we want to see which pages were
314 // Make a bitmask of this many pages. Assume that the memory is relatively
328 // Add the 4k pages in this block to the array of pages SAT has seen.
358 uint64 pages = page_bitmap_size_ / 4096;
365 for (uint64 i = 0; i < pages; i ++) {
381 // Initializes page lists and fills pages with data patterns.
393 // same queue and randomly traverse to find pages, the empty-valid rati
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/grub/docs/
texinfo.tex 189 % Margin to add to right of even pages, to left of odd pages.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 246 // if there aren't any children, go to the next section (required for About pages)
315 // Set up the course landing pages for Training with class names and descriptions
918 $(".toggle-img", li).attr("title", "hide pages");
923 $(".toggle-img", li).attr("title", "show pages");
931 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
    [all...]
  /external/v8/src/
spaces.cc 425 // All real new-space pages will be in new-space.
705 // We are guarding code pages: the first OS page after the header
717 // We are guarding code pages: the first OS page after the header
724 // We are guarding code pages: the last OS page will be protected as
885 // Adjust list of unswept pages if the page is the head of the list.
955 // We can only iterate over the pages if they were swept precisely.
1314 int pages = capacity_ \/ Page::kPageSize; local
    [all...]

Completed in 929 milliseconds

<<1112131415