/external/yaffs2/yaffs2/mtdemul/ |
nandemul2k.c | 75 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon37503 101 static void nandemul2k_Read(void *buffer, int page, int start, int nBytes) 103 int pg = page%PAGES_PER_BLOCK; 104 int blk = page/PAGES_PER_BLOCK; 107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes); 112 static void nandemul2k_Program(const void *buffer, int page, int start, int nBytes) 114 int pg = page%PAGES_PER_BLOCK; 115 int blk = page/PAGES_PER_BLOCK; 119 p = &ned.block[blk]->page[pg]->data[start]; 145 memset(blk->page[i],0xff,sizeof(nandemul_Page)) 321 int start, page; local 379 int col, page; local 425 int start, page; local 483 int col, page; local [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_measurement_unittest.py | 11 from telemetry.page import page as page_module 12 from telemetry.page import page_measurement 13 from telemetry.page import page_measurement_unittest_base 14 from telemetry.page import page_set 15 from telemetry.page import page_set_archive_info 20 def MeasurePage(self, page, tab, results): 27 def MeasurePage(self, page, tab, results): 36 def MeasurePage(self, page, tab, results): 40 'Page contents were: ' + contents [all...] |
/external/chromium_org/ui/app_list/ |
pagination_model.cc | 39 void PaginationModel::SelectPage(int page, bool animate) { 41 // -1 and |total_pages_| are valid target page for animation. 42 DCHECK(page >= -1 && page <= total_pages_); 45 if (page == selected_page_) 49 if (!is_valid_page(page)) { 52 if (page == last_overscroll_target_page_) { 60 last_overscroll_target_page_ = page; 65 StartTransitionAnimation(Transition(page, 0)); 72 if (from_page == page) { [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
GeolocationController.cpp | 31 #include "core/page/Page.h" 40 : PageLifecycleObserver(frame.page()) 47 // it and this class. Until then, there's one GeolocationInspectorAgent per page that the main 52 frame.page()->inspectorController().registerModuleAgent(geolocationAgent.release()); 54 m_inspectorAgent = GeolocationController::from(frame.page()->deprecatedLocalMainFrame())->m_inspectorAgent; 60 // internals.setGeolocationClientMock is per page. 61 GeolocationController* mainController = GeolocationController::from(frame.page()->deprecatedLocalMainFrame()); 86 if (page()) 123 if (wasEmpty && page() && page()->visibilityState() == PageVisibilityStateVisible [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PartitionAlloc.h | 72 // - Each partition page (which is usually multiple physical pages) has a 120 // guard pages, metadata, page headers and wasted space come out of the total. 130 // for a partition page to be based on multiple system pages. Most references to 131 // "page" refer to partition pages. 134 // and include space for a small amount of metadata per partition page. 139 // system page of the span. For our current max slot span size of 64k and other 141 // against the end of a system page. 149 // freelist sections gradually, in units of the dominant system page size. 150 // What we're actually doing is avoiding filling the full partition page 152 // pointers will fault and dirty a private page, which is very wasteful if w [all...] |
PartitionAllocTest.cpp | 115 static void FreeFullPage(WTF::PartitionPage* page) 117 size_t size = page->bucket->slotSize; 118 size_t numSlots = (page->bucket->numSystemPagesPerSlotSpan * WTF::kSystemPageSize) / size; 119 EXPECT_EQ(numSlots, static_cast<size_t>(abs(page->numAllocatedSlots))); 120 char* ptr = reinterpret_cast<char*>(partitionPageToPointer(page)); 148 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local 149 WTF::PartitionBucket* bucket = page->bucket; 171 // Check that the offset appears to include a guard page. 175 // Expect that the last active page does not get tossed to the freelist. 235 WTF::PartitionPage* page = GetFullPage(kTestAllocSize) local 530 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local 667 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local 739 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local 879 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local 1001 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local 1049 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local [all...] |
/external/pdfium/fpdfsdk/include/ |
fpdfformfill.h | 165 * nEnd - A 0-based index that defines the end of an inclusive page range.
167 * bShrinkToFit - If true, the page is shrunk (if necessary) to fit within the imageable area of the printed page.
194 * Jump to a specified page.
201 * nPageNum - The specified page number, zero for the first page.
297 * page - Handle to the page. Returned by FPDF_LoadPage function.
298 * left - Left position of the client area in PDF page coordinate.
299 * top - Top position of the client area in PDF page coordinate. [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
charger_replacement.css | 13 .page { 20 body[page='0'] #check-charger, 21 body[page='1'] #confirm-safe-charger { 24 body[page='2'] #charger-update { 27 body[page='3'] #order-charger-online { 30 body[page='4'] #confirm-online-order { 33 body[page='5'] #finish-not-order-charger { 36 body[page='6'] #order-charger-offline { 39 body[page='7'] #charger-still-bad {
|
/external/chromium_org/chrome/renderer/printing/ |
mock_printer.cc | 226 scoped_refptr<MockPrinterPage> page(page_data); 227 pages_.push_back(page); 250 int MockPrinter::GetWidth(unsigned int page) const { 251 if (printer_status_ != PRINTER_READY || page >= pages_.size()) 253 return pages_[page]->width(); 256 int MockPrinter::GetHeight(unsigned int page) const { 257 if (printer_status_ != PRINTER_READY || page >= pages_.size()) 259 return pages_[page]->height(); 263 unsigned int page, std::string* checksum) const { 264 if (printer_status_ != PRINTER_READY || page >= pages_.size() [all...] |
/external/chromium_org/printing/ |
printed_document.cc | 44 const PrintedPage* page) { 50 base::ASCIIToUTF16(base::StringPrintf("_%04d", page->page_number())); 52 page->metafile()->SaveTo(PrintedDocument::CreateDebugDumpPath( 55 page->metafile()->SaveTo(PrintedDocument::CreateDebugDumpPath( 95 // Records the expected page count if a range is setup. 97 // If there is a range, set the number of page 120 scoped_refptr<PrintedPage> page( 123 page->set_shrink_factor(shrink); 127 mutable_.pages_[page_number] = page; 137 FROM_HERE, base::Bind(&DebugDumpPageTask, name(), page)); 142 scoped_refptr<PrintedPage> page; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
HAREntry.js | 63 var page = this._request.target().networkLog.pageLoadForRequest(this._request); 64 if (page) 65 entry.pageref = "page_" + page.id; 310 var page = this._requests[i].target().networkLog.pageLoadForRequest(this._requests[i]); 311 if (!page || seenIdentifiers[page.id]) 313 seenIdentifiers[page.id] = true; 314 pages.push(this._convertPage(page)); 320 * @param {!WebInspector.PageLoad} page 323 _convertPage: function(page) [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
WebKitHitTestTest.java | 96 // key event to change the focused element of the page. 151 String page = fullPageLink(HREF, ANCHOR_TEXT); local 152 setServerResponseAndLoad(page); 172 String page = fullPageLink("", ANCHOR_TEXT); local 173 setServerResponseAndLoad(page); 194 String page = fullPageLink(relPath, ANCHOR_TEXT); local 195 setServerResponseAndLoad(page); 216 String page = fullPageLink(prefix + email, ANCHOR_TEXT); local 217 setServerResponseAndLoad(page); 238 String page = fullPageLink(prefix + location, ANCHOR_TEXT) local 261 String page = fullPageLink("tel:" + phone_num, ANCHOR_TEXT); local 282 String page = CommonResources.makeHtmlPageFrom("", "<a class=\\"full_view\\" href=\\"" + local 308 String page = CommonResources.makeHtmlPageFrom("", "<a class=\\"full_view\\" href=\\"" + local 334 String page = CommonResources.makeHtmlPageFrom("", local 343 String page = CommonResources.makeHtmlPageFrom("", local 366 String page = fullPageLink(javascript, ANCHOR_TEXT); local 394 String page = CommonResources.makeHtmlPageFrom( local [all...] |
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.css | 6 #channel-change-page { 11 .channel-change-page-channel label { 15 .channel-change-page-channel {
|
/external/chromium_org/components/dom_distiller/core/ |
distilled_content_store.cc | 74 const DistilledPageProto& page = proto.pages(i); local 75 if (page.has_url()) { 76 url_to_id_[page.url()] = entry.entry_id(); 84 const DistilledPageProto& page = proto.pages(i); local 85 if (page.has_url()) { 86 url_to_id_.erase(page.url());
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PageOverlay.cpp | 33 #include "core/page/Page.h" 89 return String("WebViewImpl Page Overlay Content Layer"); 107 if (WebCore::Page* page = m_viewImpl->page()) 108 page->inspectorController().didRemovePageOverlay(m_layer.get()); 123 if (WebCore::Page* page = m_viewImpl->page()) [all...] |
/external/chromium_org/tools/telemetry/telemetry/value/ |
list_of_scalar_values.py | 13 def __init__(self, page, name, units, values, 15 super(ListOfScalarValues, self).__init__(page, name, units, important) 24 if self.page: 25 page_name = self.page.url 65 v0.page, v0.name, v0.units, 75 v0.page, v0.name, v0.units,
|
list_of_string_values.py | 8 def __init__(self, page, name, units, values, 10 super(ListOfStringValues, self).__init__(page, name, units, important) 19 if self.page: 20 page_name = self.page.url 60 v0.page, v0.name, v0.units, 70 v0.page, v0.name, v0.units,
|
/external/yaffs2/yaffs2/direct/ |
yaffs_ramdisk.c | 47 yramdisk_Page page[32]; // The pages in the block member in struct:__anon37494 133 memcpy(ramdisk.block[blk]->page[pg].data,data,512); 142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt)); 164 memcpy(data,ramdisk.block[blk]->page[pg].data,512); 172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt)); 196 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
simple_web_view_dialog_browsertest.cc | 35 content::InterstitialPage* page = content::InterstitialPage::Create( local 37 page->Show(); 74 // Delegate creates a page and passes himself to it. Page owns the
|
/external/chromium_org/content/browser/android/ |
interstitial_page_delegate_android.h | 31 void set_interstitial_page(InterstitialPage* page) { page_ = page; }
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
context_lost.py | 9 from telemetry.page import page namespace 10 from telemetry.page import page_set 12 from telemetry.page import page_test 13 from telemetry.page.actions.all_page_actions import * 62 def ValidatePage(self, page, tab, results): 63 if page.kill_gpu_process: 65 # same page's context -- is much more stressful than restarting 67 for x in range(page.number_of_gpu_process_kills): 105 elif page.force_garbage_collection [all...] |
/external/chromium_org/courgette/third_party/ |
paged_array.h | 24 // Page size in elements. Page size of 2^18 * sizeof(T) is 1MB for T = int. 35 size_t page = i >> kLogPageSize; local 37 // It is tempting to add a DCHECK(page < page_count_), but that makes 39 return pages_[page][offset];
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInputAgent.h | 41 class Page; 48 static PassOwnPtr<InspectorInputAgent> create(Page* page, InspectorClient* client) 50 return adoptPtr(new InspectorInputAgent(page, client)); 60 InspectorInputAgent(Page*, InspectorClient*); 62 Page* m_page;
|
PageRuntimeAgent.h | 41 class Page; 46 static PassOwnPtr<PageRuntimeAgent> create(InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, Page* page, InspectorPageAgent* pageAgent) 48 return adoptPtr(new PageRuntimeAgent(injectedScriptManager, scriptDebugServer, page, pageAgent)); 59 PageRuntimeAgent(InjectedScriptManager*, ScriptDebugServer*, Page*, InspectorPageAgent*); 66 Page* m_inspectedPage;
|
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/ |
PushController.h | 8 #include "core/page/Page.h" 20 class PushController FINAL : public NoBaseWillBeGarbageCollected<PushController>, public WillBeHeapSupplement<Page> { 27 static PushController* from(Page* page) { return static_cast<PushController*>(WillBeHeapSupplement<Page>::from(page, supplementName())); } 28 static blink::WebPushClient* clientFrom(Page*); 32 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<Page>::trace(visitor); } 40 void providePushControllerTo(Page&, blink::WebPushClient*) [all...] |