/external/toolchain-utils/crosperf/ |
D | results_report.py | 376 chart = ColumnChart(title, 300, 200) 377 chart.AddColumn('Label', 'string') 378 chart.AddColumn('Average', 'number') 379 chart.AddColumn('Min', 'number') 380 chart.AddColumn('Max', 'number') 381 chart.AddSeries('Min', 'line', 'black') 382 chart.AddSeries('Max', 'line', 'black') 385 chart.AddRow([ 390 chart = None 393 if chart: [all …]
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | AudioFragment.java | 70 private LineChart chart; field in AudioFragment 97 chart = (LineChart) view.findViewById(R.id.chart); in onCreateView() 282 chart.setData(lineData); in drawWaveformChart() 290 chart.getAxisLeft().addLimitLine(line); in drawWaveformChart() 295 chart.setDescription(desc); in drawWaveformChart() 296 chart.getLegend().setEnabled(false); in drawWaveformChart() 297 chart.invalidate(); in drawWaveformChart()
|
/external/autotest/server/site_tests/camera_HAL3Server/ |
D | control.preview.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.still_capture.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.frame.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.still_capture.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.recording.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.stream.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.frame.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.preview.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.stream.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.recording.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.jda.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.jda.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.jea.back | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
D | control.jea.front | 14 Server-side test of cros_camera_test control over chart tablet and launch camera_HAL3 on DUT. 20 'chart') or utils.get_lab_chart_address(machine) 22 raise error.TestError('missing option --args="chart=<CHART IP>"')
|
/external/autotest/server/site_tests/cheets_CTS_N/ |
D | cheets_CTS_N.py | 137 for chart in self.chart_fixtures: 138 chart.initialize() 225 for chart in self.chart_fixtures: 226 chart.cleanup()
|
/external/v8/tools/heap-stats/ |
D | histogram-viewer.js | 184 const chart = new google.visualization.BarChart(this.$('#chart')); 186 chart.draw(data, options);
|
D | global-timeline.js | 206 const chart = new google.visualization.AreaChart(this.$('#chart')); 208 chart.draw(data, google.charts.Line.convertOptions(options));
|
/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/ |
D | main.js | 184 var chart = new google.visualization.ColumnChart(div); 185 chart.draw(dataTable, options);
|
/external/icu/icu4c/source/data/translit/ |
D | ch_ch_FONIPA.txt | 25 # The IPA chart from Omniglot appears to be mixing up [æ] and [ɑ] when 27 # finochamoru.blogspot.com copies the pronunciation chart from Omniglot,
|
/external/clang/test/SemaCXX/ |
D | function-redecl.cpp | 90 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does no… in chart() function in Crash
|
/external/v8/tools/ |
D | gc-nvp-trace-processor.py | 349 for chart in charts: 350 out.write('<img src="%s">' % chart)
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateScriptMetadata.txt | 23 # For printing the combining mark for Zinh in a chart, U+25CC can be prepended.
|
/external/blktrace/btt/doc/ |
D | btt.tex | 189 Using the data from the previous chart, we can then provide some idea 358 Here is a sample portion of this type of chart: 385 of the time line discussed above on page~\pageref{tl-defs}, a chart is 396 Here is a sample portion of this type of chart, showing Q2Q times 408 are also presented in their own chart. 430 are also presented in their own chart. 575 a very simplistic chart showing some activity: 607 Y axis for this chart.}. With the visual representation provided by 623 Y axis for this chart.}. Again, visually, one can see that the black
|