HomeSort by relevance Sort by last modified time
    Searched refs:page (Results 201 - 225 of 1335) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/flac/libFLAC/
ogg_encoder_aspect.c 66 /*@@@ what about the page? */
99 * - The first packet is flushed to the first page.
101 * - Each metadata packet is flushed to page (this is not required,
196 while(ogg_stream_flush(&aspect->stream_state, &aspect->page) != 0) {
197 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
204 while(ogg_stream_pageout(&aspect->stream_state, &aspect->page) != 0) {
205 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STAT (…)
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 5 .tile-page {
13 .tile-page-scrollbar {
23 .tile-page-content {
28 * impacts performance of page switching, also it causes problems with Mac
73 * webstore tile that's on the same page as a [+]. */
106 /* When a drag finishes while we're not showing the page where the tile
108 .tile.drag-representation.dropped-on-other-page > * {
117 .animating-tile-page .tile,
126 .animating-tile-page .top-margin {
130 .animating-tile-page #notification-container
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
memory_test.py 8 from telemetry.page import page_test
41 // Currently the background of the page shows up checkerboarded
68 def ValidateAndMeasurePage(self, page, tab, results):
87 def WillNavigateToPage(self, page, tab):
111 for page in page_set.pages:
112 page.script_to_evaluate_on_commit = test_harness_script
  /external/chromium_org/third_party/skia/src/utils/
SkPDFRasterizer.cpp 24 #include <poppler-page.h>
25 #include <poppler-page-renderer.h>
40 SkAutoTDelete<poppler::page> page(doc->create_page(0));
42 poppler::image image = renderer.render_page(page.get());
  /external/chromium_org/tools/perf/benchmarks/
jetstream.py 24 from telemetry.page import page_set
25 from telemetry.page import page_test
34 def WillNavigateToPage(self, page, tab):
35 page.script_to_evaluate_on_commit = """
44 def ValidateAndMeasurePage(self, page, tab, results):
maps.py 13 from telemetry.page import page as page_module
14 from telemetry.page import page_set as page_set_module
15 from telemetry.page import page_test
20 def ValidateAndMeasurePage(self, page, tab, results):
31 class MapsPage(page_module.Page):
  /external/chromium_org/tools/perf/measurements/
repaint.py 6 from telemetry.page import page_test
35 def WillRunActions(self, page, tab):
38 self._smoothness_controller.SetUp(page, tab)
68 def DidRunActions(self, page, tab):
78 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness_unittest.py 8 from telemetry.page import page as page_module
33 self.page = page_module.Page('file://blank.html')
44 results.WillRunPage(self.page)
65 self.page, stats, 'input_event_latency', stats.input_event_latency)
73 self.page, stats, 'input_event_latency', stats.input_event_latency)
81 self.page, stats, 'input_event_latency', stats.input_event_latency)
94 self.page, stats)[0]
102 self.page, stats
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_unittest.py 11 from telemetry.page import page as page_module
12 from telemetry.page import page_set
13 from telemetry.page import page_set_archive_info
14 from telemetry.page import page_test
21 def ValidateAndMeasurePage(self, page, tab, results):
29 def ValidateAndMeasurePage(self, page, tab, results):
35 results.AddValue(scalar.ScalarValue(page, 'x', 'ms', 7))
39 def ValidateAndMeasurePage(self, page, tab, results):
43 'Page contents were: ' + contents
    [all...]
page_unittest.py 8 from telemetry.page import page namespace
9 from telemetry.page import page_set
17 apage = page.Page('file://somedir/otherdir/file.html',
22 apage = page.Page('file:///somedir/otherdir/file.html',
27 apage = page.Page('file://somedir/otherdir/file.html?key=val',
32 apage = page.Page('file://somedir/file.html?key=val'
    [all...]
page_set.py 9 from telemetry.page import page as page_module
10 from telemetry.page import page_set_archive_info
28 # page set instance's class.
36 # These attributes can be set dynamically by the page set.
68 def AddPage(self, page):
69 assert page.page_set is self
70 self.pages.append(page)
73 """ Add a simple page with url equals to page_url that contains only default
76 self.AddPage(page_module.Page(
    [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/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
668 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local
740 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local
880 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local
1002 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local
1050 WTF::PartitionPage* page = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr)); local
    [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/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 78 // key event to change the focused element of the page.
133 String page = fullPageLink(HREF, ANCHOR_TEXT); local
134 setServerResponseAndLoad(page);
154 String page = fullPageLink("", ANCHOR_TEXT); local
155 setServerResponseAndLoad(page);
176 String page = fullPageLink(relPath, ANCHOR_TEXT); local
177 setServerResponseAndLoad(page);
198 String page = fullPageLink(prefix + email, ANCHOR_TEXT); local
199 setServerResponseAndLoad(page);
220 String page = fullPageLink(prefix + location, ANCHOR_TEXT) local
243 String page = fullPageLink("tel:" + phone_num, ANCHOR_TEXT); local
264 String page = CommonResources.makeHtmlPageFrom("", "<a class=\\"full_view\\" href=\\"" + local
290 String page = CommonResources.makeHtmlPageFrom("", "<a class=\\"full_view\\" href=\\"" + local
316 String page = CommonResources.makeHtmlPageFrom("", local
325 String page = CommonResources.makeHtmlPageFrom("", local
348 String page = fullPageLink(javascript, ANCHOR_TEXT); local
376 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"
85 return String("WebViewImpl Page Overlay Content Layer");
103 if (Page* page = m_viewImpl->page())
104 page->inspectorController().didRemovePageOverlay(m_layer.get());
119 if (Page* page = m_viewImpl->page())
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/value/
failure.py 13 def __init__(self, page, exc_info, description=None):
14 """A value representing a failure when running the page.
17 page: The page where this failure occurs.
22 super(FailureValue, self).__init__(page, exc_type, '', True, description)
26 def FromMessage(cls, page, message):
30 page: The page where this failure occurs.
34 return FailureValue(page, exc_info)
44 if self.page
    [all...]
  /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/chrome/browser/resources/chromeos/login/
oobe_screen_controller_pairing.css 13 #controller-pairing .page-name {
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.h 31 void set_interstitial_page(InterstitialPage* page) { page_ = page; }

Completed in 926 milliseconds

1 2 3 4 5 6 7 891011>>