/cts/apps/CameraITS/tests/inprog/scene2/ |
README | 3 Specific charts may also be required, for example grey cards, color 4 checker charts, and resolution charts. The individual tests will specify
|
/external/webrtc/tools/python_charts/ |
app.yaml | 1 application: webrtc-python-charts
|
README | 1 This file describes how to setup Eclipse and then the Python Charts project 33 9. Select your Python Charts project as project
|
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9.pom | 11 charts. Utilising the Java2D APIs, it currently supports bar 12 charts, pie charts, line charts, XY-plots and time series plots. 17 JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently 18 supports bar charts, pie charts, line charts, XY-plots and time series plots.
|
README.txt | 140 A demo application that shows a selection of the charts that can be 172 - there is no support for writing charts to JPEG format on JDK 1.3. JPEG 173 is not a good format for charts in any case, and it is usually better to 267 subpackages for 'category' and 'xy' charts. 297 charts (2D or 3D) on a single plot; 300 - createBufferedImage() method can now scale charts; 324 - added item label support for stacked bar charts, and new fall back 333 - added support for GradientPaint in bar charts; 340 - various enhancements to the stacked area XY charts; 345 - fixed mouse event bug for combined charts; [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
chart_json_output_formatter_unittest.py | 48 self.assertIn('foo', d['charts']) 104 self.assertTrue('MyIR@@foo' in d['charts']) 105 self.assertTrue('http://www.foo.com/' in d['charts']['MyIR@@foo']) 120 self.assertTrue('foo' in d['charts']) 121 self.assertTrue('http://www.foo.com/' in d['charts']['foo']) 136 self.assertTrue('foo' in d['charts']) 137 self.assertTrue('http://www.foo.com/' in d['charts']['foo']) 138 self.assertTrue('http://www.bar.com/' in d['charts']['foo']) 139 self.assertTrue('bar' in d['charts']['foo']) 154 self.assertTrue('foo' in d['charts']) [all...] |
chart_json_output_formatter.py | 37 charts = collections.defaultdict(dict) 54 charts[chart_name][trace_name] = value.AsDict() 66 'charts': charts,
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
report-page.html | 14 <polymer-element name="report-page" attributes="hasChart charts"> 46 <section id="charts-container"></section> 64 for (var i = 0; i < this.charts.length; i++) { 65 this.setChartData(this.charts[i]); 71 this.charts = []; 87 * On 'uriload' event, adds charts from the current query parameters. 102 // Add charts. 103 var chartStates = pageState['charts']; 131 var container = this.$['charts-container']; 134 this.charts.unshift(chart) [all...] |
group-report-page.html | 52 /* The bottom container contains the charts. */ 135 <section id="charts-container"></section> 149 // Note: This cannot be a property getter for attribute charts because 151 var charts = []; 152 var children = this.$['charts-container'].children; 154 charts.push(children[i]); 156 return charts; 290 var containerElement = this.$['charts-container']; 329 var chartsContainer = this.$['charts-container']; 371 var charts = this.getCharts() [all...] |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.pom | 15 JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently 16 supports bar charts, pie charts, line charts, XY-plots and time series plots.
|
README.txt | 140 A demo application that shows a selection of the charts that can be 172 - there is no support for writing charts to JPEG format on JDK 1.3. JPEG 173 is not a good format for charts in any case, and it is usually better to 267 subpackages for 'category' and 'xy' charts. 297 charts (2D or 3D) on a single plot; 300 - createBufferedImage() method can now scale charts; 324 - added item label support for stacked bar charts, and new fall back 333 - added support for GradientPaint in bar charts; 340 - various enhancements to the stacked area XY charts; 345 - fixed mouse event bug for combined charts; [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/static/ |
report.html | 41 var charts = document.getElementsByTagName('report-page')[0].charts; 42 for (var i = 0; i < charts.length; i++) { 43 if (charts[i].shadowRoot.contains(elem)) {
|
group_report.html | 28 var charts = document.getElementsByTagName( 30 for (var i = 0; i < charts.length; i++) { 31 if (charts[i].shadowRoot.contains(elem)) {
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
README.chromium | 8 Description: Flot is used in the webui for performance monitor and the visualizer for Deep Memory Profiler to draw charts of performance metrics.
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
chart_handler.py | 5 """Base class for request handlers that display charts.""" 23 """Fills in template values for pages that show charts."""
|
short_uri_test.py | 26 'charts': [['Chromium/win/sunspider/total', 'important']]
|
/external/chromium-trace/catapult/experimental/statistical_analysis/ |
results_stats.py | 57 """Returns the 'charts' element from a given Chart JSON. 60 raises errors for an invalid JSON format or empty 'charts' element. 63 ValueError: Provided chart JSON is either not valid or 'charts' is empty. 66 charts = benchmark_result_json['charts'] 71 if not charts: 72 raise ValueError("Invalid benchmark result format. Dict entry 'charts' is " 85 for metric_name, metric_content in charts.iteritems(): 101 charts = GetChartsFromBenchmarkResultJson(benchmark_result_json) 103 arbitrary_metric_in_charts = charts.itervalues().next( [all...] |
results_stats_unittest.py | 27 """Unit test for errors raised when getting the charts element. 32 input_json_empty = {'charts': {}} 38 input_json_with_trace = {'charts': 71 input_json = {'charts': {}} 73 input_json['charts'][metric] = {'summary': 97 input_json = {'charts': {}} 99 input_json['charts'][metric] = {'summary': 103 input_json['charts'][metric][page] = {'values': metric_vals,
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
__init__.py | 17 """Backend which can generate charts using the Google Chart API.""" 25 """Create a factory method for instantiating charts with displays.
|
/external/webrtc/tools/python_charts/templates/ |
chart_page_template.html | 11 Template file to be used to generate Charts for Video Quality Metrics. 35 /* Display tables and charts */
|
/prebuilts/tools/common/jfreechart/ |
README.txt | 140 A demo application that shows a selection of the charts that can be 172 - there is no support for writing charts to JPEG format on JDK 1.3. JPEG 173 is not a good format for charts in any case, and it is usually better to 267 subpackages for 'category' and 'xy' charts. 297 charts (2D or 3D) on a single plot; 300 - createBufferedImage() method can now scale charts; 324 - added item label support for stacked bar charts, and new fall back 333 - added support for GradientPaint in bar charts; 340 - various enhancements to the stacked area XY charts; 345 - fixed mouse event bug for combined charts; [all...] |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
README.txt | 140 A demo application that shows a selection of the charts that can be 172 - there is no support for writing charts to JPEG format on JDK 1.3. JPEG 173 is not a good format for charts in any case, and it is usually better to 267 subpackages for 'category' and 'xy' charts. 297 charts (2D or 3D) on a single plot; 300 - createBufferedImage() method can now scale charts; 324 - added item label support for stacked bar charts, and new fall back 333 - added support for GradientPaint in bar charts; 340 - various enhancements to the stacked area XY charts; 345 - fixed mouse event bug for combined charts; [all...] |
/external/v8/tools/ |
gc-nvp-trace-processor.py | 32 # This is an utility for plotting charts based on GC traces produced by V8 when 174 charts = [] 177 outfilename = "%s_%d.png" % (prefix, len(charts)) 178 charts.append(outfilename) 183 return charts 284 charts = plot_all(plots, trace, filename) 349 for chart in charts:
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
line_chart_test.py | 26 # TODO: All the different charts are expected to support a similar API (like 28 # tests that run against all the charts to make sure they conform to the API.
|
/external/chromium-trace/catapult/experimental/buildbot/ |
query.py | 33 trace_results = step.results['chart_data']['charts'][VALUE_NAME].iteritems()
|