/external/webkit/WebCore/accessibility/chromium/ |
AXObjectCacheChromium.cpp | 38 Page* page = view->frame() ? view->frame()->page() : 0; local 39 if (!page) 42 return static_cast<ChromeClientChromium*>(page->chrome()->client());
|
/packages/apps/Browser/tests/src/com/android/browser/ |
PopularUrlsTest.java | 126 * Reset the latch whenever page progress reaches 100%. 226 Log.w(TAG, "page timeout. trying to stop."); 227 // try to stop page load 244 private int page; field in class:PopularUrlsTest.RunStatus 257 page = Integer.parseInt(reader.readLine()); 261 page = 0; 292 output.write(page + newLine); 314 page = 0; 318 ++page; 326 return page; 360 String page; local [all...] |
/bootable/bootloader/legacy/arch_msm7k/ |
nand.c | 148 static int flash_erase_block(dmov_s *cmdlist, unsigned *ptrlist, unsigned page) 155 if(page & 63) return -1; 158 data[1] = page; 219 static int _flash_read_page(dmov_s *cmdlist, unsigned *ptrlist, unsigned page, void *_addr, void *_spareaddr) 229 data->addr0 = page << 16; 230 data->addr1 = (page >> 16) & 0xff; 311 dprintf("read page %d: status: %x %x %x %x\n", 312 page, data[5], data[6], data[7], data[8]); 333 static int _flash_write_page(dmov_s *cmdlist, unsigned *ptrlist, unsigned page, 344 data->addr0 = page << 16 529 unsigned page = (ptn->start * 64) + (offset \/ 2048); local 562 unsigned page = ptn->start * 64; local [all...] |
/external/bluetooth/bluez/tools/ |
hciconfig.8 | 32 page scan enabled, inquiry scan enabled, inquiry, authentication enabled, 75 Enable page and inquiry scan. 78 Disable page and inquiry scan. 81 Enable inquiry scan, disable page scan. 84 Enable page scan, disable inquiry scan. 173 prints page scan window and interval. Otherwise, sets page scan window to 175 slots and page scan interval to 182 prints page timeout. Otherwise, sets page timeou [all...] |
/external/webkit/WebCore/inspector/ |
JavaScriptDebugServer.h | 50 class Page; 62 void addListener(JavaScriptDebugListener*, Page*); 63 void removeListener(JavaScriptDebugListener*, Page*); 90 void pageCreated(Page*); 110 bool hasListenersInterestedInPage(Page*); 113 void setJavaScriptPaused(Page*, bool paused); 117 void dispatchFunctionToListeners(JavaScriptExecutionCallback, Page*); 118 void pauseIfNeeded(Page*); 133 void didAddListener(Page*); 134 void didRemoveListener(Page*); [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffs_ramem2k.c | 63 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon7010 104 memset(blk->page[i],0xff,sizeof(nandemul_Page)); 105 blk->page[i]->empty = 1; 159 if((blk->page[j] = YMALLOC(sizeof(nandemul_Page))) == 0) 207 x = ned.block[blk]->page[pg]->data; 214 ned.block[blk]->page[pg]->empty = 0; 220 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE]; 250 memcpy(data,ned.block[blk]->page[pg]->data,PAGE_DATA_SIZE); 256 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE]; 279 if(ned.block[blk]->page[pg]->data[i] != 0xFF [all...] |
/external/kernel-headers/original/asm-arm/ |
pgalloc.h | 27 * Since we have only two-level page tables, these are trivial 69 static inline struct page * 72 struct page *pte; 76 void *page = page_address(pte); local 77 clean_dcache_area(page, sizeof(pte_t) * PTRS_PER_PTE); 94 static inline void pte_free(struct page *pte) 126 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, struct page *ptep)
|
/external/kernel-headers/original/asm-generic/ |
tlb.h | 22 * and page free order so much.. 44 struct page * pages[FREE_PTE_NR]; 90 /* keep the page table cache within bounds */ 101 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) 105 free_page_and_swap_cache(page); 108 tlb->pages[tlb->nr++] = page;
|
/external/kernel-headers/original/linux/mtd/ |
bbm.h | 23 * @pages: the page(s) where we find the bbt, used with 27 * @offs: offset of the pattern in the oob area of the page 28 * @veroffs: offset of the bbt version counter in the oob area of the page 29 * @version: version read from the bbt page during scan 66 /* The bbt is at the given page, else we must scan for the bbt */ 68 /* The bbt is at the given page, else we must scan for the bbt */ 84 /* Search good / bad pattern on the first and the second page */
|
/external/qemu/docs/ |
ANDROID-MEMCHECK.TXT | 25 and libc use a "magic page" that is set up in such a way that every write to 26 that page on the emulated system produces some sort of event in the emulator, 28 page". For more info on that, see hw/goldfish-trace.c 47 - invalidating every page containing allocated blocks every time anything has 48 been read, or written to that page, so we can be sure that we don't miss AV 49 on condition that page has been cached and ld_/st_mmu is omitted when 50 accessing memory in that page.
|
/external/webkit/WebKit/android/jni/ |
WebCoreFrameBridge.h | 40 class Page; 51 // one instance of WebFrame per Page for calling into Java's BrowserFrame 54 WebFrame(JNIEnv* env, jobject obj, jobject historyList, WebCore::Page* page); 121 WebCore::Page* page() const { return mPage; } function in class:android::WebFrame 126 WebCore::Page* mPage;
|
/external/webkit/WebKit/chromium/src/ |
StorageEventDispatcherImpl.cpp | 40 #include "Page.h" 61 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree 62 // of any given page in the group or mutate the page group itself. 65 const HashSet<Page*>& pages = m_pageGroup->pages(); 66 HashSet<Page*>::const_iterator end = pages.end(); 67 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
|
/system/extras/tests/pftest/ |
pftest.c | 52 /* Align to page start */ 61 * page 0 page 1 page 2 .... page N 63 * word 0 -> word 0 -> word 0 -> .... -> word 0 -> (page 0/word 0) 79 /* Last page - form the cycle */
|
/external/webkit/WebCore/page/ |
FrameTree.cpp | 25 #include "Page.h" 66 ASSERT(child->page() == m_thisFrame->page()); 188 // Search the entire tree for this page next. 189 Page* page = m_thisFrame->page(); 191 // The frame could have been detached from the page, so check it. 192 if (!page) 195 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext() [all...] |
PrintContext.cpp | 72 outPageHeight = pageHeight; // this is the height of the page adjusted by margins 101 // always return at least one page, since empty files should print a blank page 122 // This number determines how small we are willing to reduce the page content 123 // in order to accommodate the widest line. If the page would have to be 183 const IntRect& page = printContext.pageRect(pageNumber); local 184 if (page.x() <= left && left < page.right() && page.y() <= top && top < page.bottom() [all...] |
/external/webkit/WebCore/platform/graphics/ |
FontFastPath.cpp | 71 GlyphPage* page; local 75 page = node->page(); 76 if (page) { 77 GlyphData data = page->glyphDataForCharacter(c); 93 page = node->page(); 94 if (page) { 95 GlyphData data = page->glyphDataForCharacter(c); 104 const GlyphPage* smallCapsPage = smallCapsNode->page(); [all...] |
GlyphPageTreeNode.cpp | 133 // The parent's page will be 0 if we are level one or the parent's font data 134 // did not contain any glyphs for that page. 135 GlyphPage* parentPage = m_parent->page(); 148 // Fill in a buffer with the entire "page" of characters that we want to look up glyphs for. 191 // routine of our glyph map for actually filling in the page with the glyphs. 192 // Success is not guaranteed. For example, Times fails to fill page 260, giving glyph data 238 // The page we're overriding may not be owned by our parent node. 240 // and just copies the pointer to an already-existing page (see 244 // that page to avoid duplication, and so standardize on having the 245 // page's owner collect all the overrides. Call getChild on th [all...] |
/external/webkit/WebCore/ |
Android.mk | 330 page/BarInfo.cpp \ 331 page/Chrome.cpp \ 332 page/Connection.cpp \ 333 page/Console.cpp \ 334 page/ContextMenuController.cpp \ 335 page/DOMSelection.cpp \ 336 page/DOMTimer.cpp \ 337 page/DOMWindow.cpp \ 338 page/DragController.cpp \ 339 page/EventHandler.cpp [all...] |
/frameworks/base/media/libstagefright/ |
OggExtractor.cpp | 82 struct Page { 93 Page mCurrentPage; 104 ssize_t readPage(off_t offset, Page *page); 247 // XXX what if new page continues packet from last??? 252 ssize_t MyVorbisExtractor::readPage(off_t offset, Page *page) { 271 page->mFlags = header[5]; 273 if (page->mFlags & ~7) { 278 page->mGranulePosition = U64LE_AT(&header[6]) [all...] |
/external/grub/stage2/ |
i386-elf.h | 118 /* symbol table - page 4-25, figure 4-15 */ 130 /* symbol type and binding attributes - page 4-26 */ 136 /* symbol binding - page 4-26, figure 4-16 */ 144 /* symbol types - page 4-28, figure 4-17 */ 155 /* Macros to split/combine relocation type and symbol page 4-32 */ 162 /* program header - page 5-2, figure 5-1 */ 177 /* segment types - page 5-3, figure 5-2 */ 190 /* segment permissions - page 5-6 */ 198 /* dynamic structure - page 5-15, figure 5-9 */ 212 /* Dynamic array tags - page 5-16, figure 5-10. * [all...] |
/external/qemu/hw/ |
goldfish_events_device.c | 40 int page; member in struct:__anon4738 67 QFIELD_INT32(page), 139 int page = s->page; local 140 if (page == PAGE_NAME) 142 if (page >= PAGE_EVBITS && page <= PAGE_EVBITS + EV_MAX) 143 return s->ev_bits[page - PAGE_EVBITS].len; 144 if (page == PAGE_ABSDATA) 152 int page = s->page local [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidatesContainer.java | 46 * Besides the candidate views, there are two arrow views to show the page 74 * The left arrow button used to show previous page. 79 * The right arrow button used to show next page. 91 * another page, animation effect will be performed. 102 * page. 108 * page. 113 * Animation used by the incoming view when the user navigates to a page 114 * above. If the page navigation is triggered by DOWN key, this animation is 120 * Animation used by the incoming view when the user navigates to a page 121 * below. If the page navigation is triggered by UP key, this animation i [all...] |
/bionic/libc/kernel/arch-arm/asm/ |
cacheflush.h | 77 #define copy_to_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); flush_ptrace_access(vma, page, vaddr, dst, len, 1); } while (0) 79 #define copy_from_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); } while (0) 89 #define flush_icache_user_range(vma,page,addr,len) flush_dcache_page(page) 91 #define flush_icache_page(vma,page) do { } while (0)
|
/external/qemu/ |
kqemu.h | 105 uint8_t *ram_base; /* must be page aligned */ 108 uint8_t *ram_dirty; /* must be page aligned */ 110 uint64_t *pages_to_flush; /* must be page aligned */ 112 uint64_t *ram_pages_to_update; /* must be page aligned */ 114 uint64_t *modified_ram_pages; /* must be page aligned */ 120 #define KQEMU_IO_MEM_COMM 2 /* kqemu communication page */
|
/external/webkit/WebCore/bindings/js/ |
ScriptCachedFrameData.cpp | 37 #include "Page.h" 91 if (Page* page = frame->page()) { 92 scriptController->attachDebugger(windowShell, page->debugger()); 93 windowShell->window()->setProfileGroup(page->group().identifier());
|