HomeSort by relevance Sort by last modified time
    Searched full:plots (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/resources/chromeos/
power.html 23 <td id="battery-charge-cell" class="plots-cell">
25 <div class="plots-div" id="battery-charge-plots-div"></div>
50 <td id="cpu-idle-cell" class="plots-cell">
52 <div class="plots-div" id="cpu-idle-plots-div"></div>
69 <td id="cpu-freq-cell" class="plots-cell">
71 <div class="plots-div" id="cpu-freq-plots-div"></div>
power.js 13 * corresponding data in plots was sampled.
14 * @param {Array.<{data: Array.<number>, color: string}>} plots An
15 * array of plots to plot on the canvas. The field 'data' of a plot is an
27 plotCanvas, legendCanvas, tData, plots, yMin, yMax, yPrecision) {
53 for (var count = 0; count < plots.length; count++) {
54 if (plots[count].data.length != size) {
115 for (var i = 0; i < plots.length; i++) {
116 if (plots[i].name != null) {
133 for (var i = 0; i < plots.length; i++) {
134 if (plots[i].name == null)
    [all...]
power.css 50 td.plots-cell {
61 div.plots-div {
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.pom 12 charts, pie charts, line charts, XY-plots and time series plots.
18 supports bar charts, pie charts, line charts, XY-plots and time series plots.
README.txt 351 - extended box-and-whisker plots to work with the CategoryPlot class
370 - added support for box-and-whisker plots, thanks to David Browning;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
539 plots. Modified combined and overlaid plots to use the series colors
597 examples of the dial and thermometer plots.
609 - fixed auto range calculation for category plots;
616 0.9.0 : (7-Jun-2002) New plots including an area chart, a horizontal
618 Combination plots have been reworked to provide a
619 simpler framework, and extends to allow category plots to b
    [all...]
  /external/fio/tools/
fio_generate_plots.1 19 fio_generate_plots \- Generate plots for Flexible I/O Tester
34 generate plots from fio run with \-\-latency-log (\-l) and/or
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.pom 16 supports bar charts, pie charts, line charts, XY-plots and time series plots.
README.txt 351 - extended box-and-whisker plots to work with the CategoryPlot class
370 - added support for box-and-whisker plots, thanks to David Browning;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
539 plots. Modified combined and overlaid plots to use the series colors
597 examples of the dial and thermometer plots.
609 - fixed auto range calculation for category plots;
616 0.9.0 : (7-Jun-2002) New plots including an area chart, a horizontal
618 Combination plots have been reworked to provide a
619 simpler framework, and extends to allow category plots to b
    [all...]
  /external/chromium_org/third_party/flot/
jquery.flot.resize.min.js 1 /* Flot plugin for automatically redrawing plots as the placeholder resizes.
9 There are no options. If you need to disable the plugin for some plots, you
  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 18 // Generates y values for the chart plots.
31 // The plots are animated by rotating the data points by leftShift.
85 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path
  /external/chromium_org/third_party/skia/samplecode/
SampleChart.cpp 14 // Generates y values for the chart plots.
27 // The plots are animated by rotating the data points by leftShift.
81 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path
  /external/skia/bench/
ChartBench.cpp 18 // Generates y values for the chart plots.
31 // The plots are animated by rotating the data points by leftShift.
85 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path
  /external/skia/samplecode/
SampleChart.cpp 14 // Generates y values for the chart plots.
27 // The plots are animated by rotating the data points by leftShift.
81 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h 25 // GrPictureInfo stores the atlas plots used by a single picture. A single
231 // plots).
244 // layers used in it decrement the lock count for the used plots.
245 // Plots with a 0 lock count are open for recycling/purging.
GrAtlas.h 30 // GrAtlas::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
GrAtlas.cpp 177 // set up allocated plots
240 // now look through all allocated plots for one we can share, in MRU order
  /external/skia/src/gpu/
GrAtlas.h 30 // GrAtlasMgr::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
GrAtlas.cpp 172 // set up allocated plots
235 // now look through all allocated plots for one we can share, in MRU order
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 21 .line-plots {
25 .line-plots > div {
32 .lage-line-plots {
36 .large-line-plots > div, .histogram-plots > div {
415 var section = $('<section><div class="histogram-plots"></div>'
419 attachHistogramPlots(test, section.children('.histogram-plots'));
422 var section = $('<section><div class="large-line-plots"></div>'
426 attachLinePlots(test, section.children('.large-line-plots'), useLargeLinePlots);
429 var section = $('<section><div class="plot"></div><div class="line-plots"></div>
    [all...]
  /prebuilts/tools/common/jfreechart/
README.txt 351 - extended box-and-whisker plots to work with the CategoryPlot class
370 - added support for box-and-whisker plots, thanks to David Browning;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
539 plots. Modified combined and overlaid plots to use the series colors
597 examples of the dial and thermometer plots.
609 - fixed auto range calculation for category plots;
616 0.9.0 : (7-Jun-2002) New plots including an area chart, a horizontal
618 Combination plots have been reworked to provide a
619 simpler framework, and extends to allow category plots to b
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
README.txt 351 - extended box-and-whisker plots to work with the CategoryPlot class
370 - added support for box-and-whisker plots, thanks to David Browning;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
539 plots. Modified combined and overlaid plots to use the series colors
597 examples of the dial and thermometer plots.
609 - fixed auto range calculation for category plots;
616 0.9.0 : (7-Jun-2002) New plots including an area chart, a horizontal
618 Combination plots have been reworked to provide a
619 simpler framework, and extends to allow category plots to b
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 19 # Plots debug log output from VelocityTracker.
214 # Scroll the plots.
225 # Redraw the plots.
  /cts/suite/cts/utils/
grapher.py 79 # Show the plots
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon_profiler.py 9 Output graph plots power in watts over time in seconds.
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 203 def plot_all(plots, trace, prefix):
206 for plot in plots:
233 plots = [ variable
314 charts = plot_all(plots, trace, filename)

Completed in 2017 milliseconds

1 2 3