HomeSort by relevance Sort by last modified time
    Searched refs:page (Results 26 - 50 of 3073) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/vibration/testing/
InternalsVibration.cpp 42 ASSERT(document && document->page());
43 return NavigatorVibration::from(*document->page()).isVibrating();
48 ASSERT(document && document->page());
49 return NavigatorVibration::from(*document->page()).pattern();
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mmzone.h 21 #include <asm/page.h>
  /external/chromium_org/printing/
printed_document_linux.cc 16 const PrintedPage& page, PrintingContext* context) const {
19 // Make sure the page is from our list.
21 DCHECK(&page == mutable_.pages_.find(page.page_number() - 1)->second.get());
29 if (page.page_number() - 1 == mutable_.first_page) {
31 page.metafile());
  /external/chromium_org/third_party/WebKit/Source/core/page/
ScopedPageLoadDeferrer.cpp 22 #include "core/page/ScopedPageLoadDeferrer.h"
27 #include "core/page/Page.h"
32 ScopedPageLoadDeferrer::ScopedPageLoadDeferrer(Page* exclusion)
34 const HashSet<Page*>& pages = Page::ordinaryPages();
36 HashSet<Page*>::const_iterator end = pages.end();
37 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
38 Page* page = *it local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
InternalsNavigatorContentUtils.cpp 17 ASSERT(document && document->page());
18 NavigatorContentUtils* navigatorContentUtils = NavigatorContentUtils::from(*document->page());
  /external/chromium_org/tools/telemetry/unittest_data/pages/
external_page.py 6 from telemetry.page.page import Page
9 class ExternalPage(Page):
  /bionic/linker/
linker_allocator.cpp 65 LinkerAllocatorPage* page = find_page(block); local
67 if (page == nullptr) {
71 ssize_t offset = reinterpret_cast<uint8_t*>(block) - page->bytes;
88 for (LinkerAllocatorPage* page = page_list_; page != nullptr; page = page->next) {
89 if (mprotect(page, PAGE_SIZE, prot) == -1) {
96 LinkerAllocatorPage* page = reinterpret_cast<LinkerAllocatorPage*>(mmap(nullptr, PAGE_SIZE, local
98 if (page == MAP_FAILED)
121 LinkerAllocatorPage* page = page_list_; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)
  /external/flac/libFLAC/include/private/
ogg_helper.h 38 void simple_ogg_page__init(ogg_page *page);
39 void simple_ogg_page__clear(ogg_page *page);
40 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data);
41 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
highmem.h 24 #define kunmap(page) do { (void) (page); } while (0)
25 #define kmap_atomic(page, idx) page_address(page)

Completed in 1592 milliseconds

12 3 4 5 6 7 8 91011>>