HomeSort by relevance Sort by last modified time
    Searched refs:plots (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/
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 {
  /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)
  /external/libvorbis/doc/
07-floor1.tex 9 encode a spectral envelope curve. The representation plots this curve
241 values taken from the bitstream. The second step plots the curve
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 2 %PLOTBENCHMARK Plots and exports video codec benchmarking results.
4 % files given by the cell array of strings FILENAME. It plots the results and
  /external/blktrace/btt/doc/
btt.tex 49 and also show some interesting plots generated from the data provided
    [all...]

Completed in 267 milliseconds