HomeSort by relevance Sort by last modified time
    Searched full:plot (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /external/blktrace/btt/
bno_plot.py 28 Utilizes gnuplot to generate a 3D plot of the block number output
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
coordinates.js 8 * @fileoverview Class and functions to handle positioning of plot data points.
12 * Class that handles plot data positioning.
33 * Determines the min/max x or y values in the plot, accounting for some extra
plotter.js 8 * @fileoverview Collection of functions and classes used to plot data in a
9 * <canvas>. Create a Plotter() to generate a plot.
60 * @param {Number} yOtherValue If the plot is overlaying two coordinate systems,
243 * which the plot should be attached.
368 Plotter.prototype.plot = function() {
462 * @param {Array} data A list of [x, y] values representing the line to plot.
514 * @param {Array} data A list of [x, y] values representing the line to plot.
    [all...]
  /pdk/apps/CameraITS/tests/
test_black_level.py 83 pylab.plot(range(32), yhist.tolist()[0:32], 'rgb'[si])
84 pylab.plot(range(32), uhist.tolist()[112:144], 'rgb'[si]+'--')
85 pylab.plot(range(32), vhist.tolist()[112:144], 'rgb'[si]+'--')
  /frameworks/base/tools/velocityplot/
velocityplot.py 28 import matplotlib.pyplot as plot namespace
81 self.fig = plot.figure(1)
156 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
183 plot.close()
289 plot.show()
  /external/chromium_org/v8/tools/profviz/
composer.js 37 var kStackFrames = 8; // Stack frames to display in the plot.
179 if (merge_start > range_end) break; // Out of plot range.
190 if (merge_end < range_start) continue; // Out of plot range.
421 // Set pause tolerance to something appropriate for the plot resolution
472 // Plot deopts.
499 // Plot timeline.
510 // Plot code kind gathered from ticks.
545 // Force plot and return without plotting execution pause impulses.
546 output("plot 1/0");
570 // Plot graph with impulses as data set
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
async_slice_group_track.js 64 // AsyncEvent, we plot each of the subSlices.
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
results-template.html 306 var section = $('<section><div class="plot"></div><div class="time-plots"></div>'
308 section.children('.plot').css({'width': (100 * test.results().length + 25) + 'px', 'height': '300px'});
311 var plotContainer = section.children('.plot');
350 $.plot(container.children().last(), [values.map(function (value, index) { return [index, value]; })],
379 $.plot(plotContainer, plotData, currentPlotOptions);
526 var plot = createPlot(firstCell, test);
527 plot.css({'position': 'absolute', 'z-index': 2});
531 plot.offset(offset);
532 tableRow.children('td').css({'padding-bottom': plot.outerHeight() + 5});
  /external/chromium_org/third_party/flot/
jquery.flot.crosshair.min.js 1 (function(b){var a={crosshair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};function c(h){var j={x:-1,y:-1,locked:false};h.setCrosshair=function e(l){if(!l){j.x=-1}else{var k=h.p2c(l);j.x=Math.max(0,Math.min(k.left,h.width()));j.y=Math.max(0,Math.min(k.top,h.height()))}h.triggerRedrawOverlay()};h.clearCrosshair=h.setCrosshair;h.lockCrosshair=function f(k){if(k){h.setCrosshair(k)}j.locked=true};h.unlockCrosshair=function g(){j.locked=false};function d(k){if(j.locked){return}if(j.x!=-1){j.x=-1;h.triggerRedrawOverlay()}}function i(k){if(j.locked){return}if(h.getSelection&&h.getSelection()){j.x=-1;return}var l=h.offset();j.x=Math.max(0,Math.min(k.pageX-l.left,h.width()));j.y=Math.max(0,Math.min(k.pageY-l.top,h.height()));h.triggerRedrawOverlay()}h.hooks.bindEvents.push(function(l,k){if(!l.getOptions().crosshair.mode){return}k.mouseout(d);k.mousemove(i)});h.hooks.drawOverlay.push(function(m,k){var n=m.getOptions().crosshair;if(!n.mode){return}var l=m.getPlotOffset();k.save();k.translate(l.left,l.top);if(j.x!=-1){k.strokeStyle=n.color;k.lineWidth=n.lineWidth;k.lineJoin="round";k.beginPath();if(n.mode.indexOf("x")!=-1){k.moveTo(j.x,0);k.lineTo(j.x,m.height())}if(n.mode.indexOf("y")!=-1){k.moveTo(0,j.y);k.lineTo(m.width(),j.y)}k.stroke()}k.restore()});h.hooks.shutdown.push(function(l,k){k.unbind("mouseout",d);k.unbind("mousemove",i)})}b.plot.plugins.push({init:c,options:a,name:"crosshair",version:"1.0"})})(jQuery)
jquery.flot.resize.min.js 1 (function(n,p,u){var w=n([]),s=n.resize=n.extend(n.resize,{}),o,l="setTimeout",m="resize",t=m+"-special-event",v="delay",r="throttleWindow";s[v]=250;s[r]=true;n.event.special[m]={setup:function(){if(!s[r]&&this[l]){return false}var a=n(this);w=w.add(a);n.data(this,t,{w:a.width(),h:a.height()});if(w.length===1){q()}},teardown:function(){if(!s[r]&&this[l]){return false}var a=n(this);w=w.not(a);a.removeData(t);if(!w.length){clearTimeout(o)}},add:function(b){if(!s[r]&&this[l]){return false}var c;function a(d,h,g){var f=n(this),e=n.data(this,t);e.w=h!==u?h:f.width();e.h=g!==u?g:f.height();c.apply(this,arguments)}if(n.isFunction(b)){c=b;return a}else{c=b.handler;b.handler=a}}};function q(){o=p[l](function(){w.each(function(){var d=n(this),a=d.width(),b=d.height(),c=n.data(this,t);if(a!==c.w||b!==c.h){d.trigger(m,[c.w=a,c.h=b])}});q()},s[v])}})(jQuery,this);(function(b){var a={};function c(f){function e(){var h=f.getPlaceholder();if(h.width()==0||h.height()==0){return}f.resize();f.setupGrid();f.draw()}function g(i,h){i.getPlaceholder().resize(e)}function d(i,h){i.getPlaceholder().unbind("resize",e)}f.hooks.bindEvents.push(g);f.hooks.shutdown.push(d)}b.plot.plugins.push({init:c,options:a,name:"resize",version:"1.0"})})(jQuery)
jquery.flot.fillbetween.min.js 1 (function(b){var a={series:{fillBetween:null}};function c(f){function d(j,h){var g;for(g=0;g<h.length;++g){if(h[g].id==j.fillBetween){return h[g]}}if(typeof j.fillBetween=="number"){g=j.fillBetween;if(g<0||g>=h.length){return null}return h[g]}return null}function e(B,u,g){if(u.fillBetween==null){return}var p=d(u,B.getData());if(!p){return}var y=g.pointsize,E=g.points,h=p.datapoints.pointsize,x=p.datapoints.points,r=[],w,v,k,G,F,q,t=u.lines.show,o=y>2&&g.format[2].y,n=t&&u.lines.steps,D=true,C=0,A=0,z;while(true){if(C>=E.length){break}z=r.length;if(E[C]==null){for(m=0;m<y;++m){r.push(E[C+m])}C+=y}else{if(A>=x.length){if(!t){for(m=0;m<y;++m){r.push(E[C+m])}}C+=y}else{if(x[A]==null){for(m=0;m<y;++m){r.push(null)}D=true;A+=h}else{w=E[C];v=E[C+1];G=x[A];F=x[A+1];q=0;if(w==G){for(m=0;m<y;++m){r.push(E[C+m])}q=F;C+=y;A+=h}else{if(w>G){if(t&&C>0&&E[C-y]!=null){k=v+(E[C-y+1]-v)*(G-w)/(E[C-y]-w);r.push(G);r.push(k);for(m=2;m<y;++m){r.push(E[C+m])}q=F}A+=h}else{if(D&&t){C+=y;continue}for(m=0;m<y;++m){r.push(E[C+m])}if(t&&A>0&&x[A-h]!=null){q=F+(x[A-h+1]-F)*(w-G)/(x[A-h]-G)}C+=y}}D=false;if(z!=r.length&&o){r[z+2]=q}}}}if(n&&z!=r.length&&z>0&&r[z]!=null&&r[z]!=r[z-y]&&r[z+1]!=r[z-y+1]){for(m=0;m<y;++m){r[z+y+m]=r[z+m]}r[z+1]=r[z-y+1]}}g.points=r}f.hooks.processDatapoints.push(e)}b.plot.plugins.push({init:c,options:a,name:"fillbetween",version:"1.0"})})(jQuery)
jquery.flot.stack.min.js 1 (function(b){var a={series:{stack:null}};function c(f){function d(k,j){var h=null;for(var g=0;g<j.length;++g){if(k==j[g]){break}if(j[g].stack==k.stack){h=j[g]}}return h}function e(C,v,g){if(v.stack==null){return}var p=d(v,C.getData());if(!p){return}var z=g.pointsize,F=g.points,h=p.datapoints.pointsize,y=p.datapoints.points,t=[],x,w,k,J,I,r,u=v.lines.show,G=v.bars.horizontal,o=z>2&&(G?g.format[2].x:g.format[2].y),n=u&&v.lines.steps,E=true,q=G?1:0,H=G?0:1,D=0,B=0,A;while(true){if(D>=F.length){break}A=t.length;if(F[D]==null){for(m=0;m<z;++m){t.push(F[D+m])}D+=z}else{if(B>=y.length){if(!u){for(m=0;m<z;++m){t.push(F[D+m])}}D+=z}else{if(y[B]==null){for(m=0;m<z;++m){t.push(null)}E=true;B+=h}else{x=F[D+q];w=F[D+H];J=y[B+q];I=y[B+H];r=0;if(x==J){for(m=0;m<z;++m){t.push(F[D+m])}t[A+H]+=I;r=I;D+=z;B+=h}else{if(x>J){if(u&&D>0&&F[D-z]!=null){k=w+(F[D-z+H]-w)*(J-x)/(F[D-z+q]-x);t.push(J);t.push(k+I);for(m=2;m<z;++m){t.push(F[D+m])}r=I}B+=h}else{if(E&&u){D+=z;continue}for(m=0;m<z;++m){t.push(F[D+m])}if(u&&B>0&&y[B-h]!=null){r=I+(y[B-h+H]-I)*(x-J)/(y[B-h+q]-J)}t[A+H]+=r;D+=z}}E=false;if(A!=t.length&&o){t[A+2]+=r}}}}if(n&&A!=t.length&&A>0&&t[A]!=null&&t[A]!=t[A-z]&&t[A+1]!=t[A-z+1]){for(m=0;m<z;++m){t[A+z+m]=t[A+m]}t[A+1]=t[A-z+1]}}g.points=t}f.hooks.processDatapoints.push(e)}b.plot.plugins.push({init:c,options:a,name:"stack",version:"1.2"})})(jQuery)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 114 static void plot(struct tile *tile, function
152 plot(tile, i, j, val, blend);
167 plot(tile, i, j, val, FALSE);
210 plot(tile, x, y, val, blend);
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 281 var section = $('<section><div class="plot"></div><div class="time-plots"></div>'
283 section.children('.plot').css({'width': (100 * test.results().length + 25) + 'px', 'height': '300px'});
286 var plotContainer = section.children('.plot');
325 $.plot(container.children().last(), [values.map(function (value, index) { return [index, value]; })],
354 $.plot(plotContainer, plotData, currentPlotOptions);
496 var plot = createPlot(firstCell, test);
497 plot.css({'position': 'absolute', 'z-index': 2});
501 plot.offset(offset);
502 tableRow.children('td').css({'padding-bottom': plot.outerHeight() + 5});
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 114 static void plot(struct tile *tile, function
152 plot(tile, i, j, val, blend);
167 plot(tile, i, j, val, FALSE);
210 plot(tile, x, y, val, blend);
  /prebuilts/tools/common/jfreechart/
README.txt 297 charts (2D or 3D) on a single plot;
392 - created new combined plot classes: CombinedDomainCategoryPlot,
421 - moved the DrawingSupplier into the plot class, renderers now
422 reference the supplier from the plot (parent plot for combined and
460 - incorporated contour plot updates from David M. O'Donnell;
490 - fixed missing category labels in the overlaid category plot;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
537 Rivett) and a compass plot (contributed by Bryan Scott). Updated
540 specified in the sub plot rather than the parent plot (this makes i
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
README.txt 297 charts (2D or 3D) on a single plot;
392 - created new combined plot classes: CombinedDomainCategoryPlot,
421 - moved the DrawingSupplier into the plot class, renderers now
422 reference the supplier from the plot (parent plot for combined and
460 - incorporated contour plot updates from David M. O'Donnell;
490 - fixed missing category labels in the overlaid category plot;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
537 Rivett) and a compass plot (contributed by Bryan Scott). Updated
540 specified in the sub plot rather than the parent plot (this makes i
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
README.txt 297 charts (2D or 3D) on a single plot;
392 - created new combined plot classes: CombinedDomainCategoryPlot,
421 - moved the DrawingSupplier into the plot class, renderers now
422 reference the supplier from the plot (parent plot for combined and
460 - incorporated contour plot updates from David M. O'Donnell;
490 - fixed missing category labels in the overlaid category plot;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
537 Rivett) and a compass plot (contributed by Bryan Scott). Updated
540 specified in the sub plot rather than the parent plot (this makes i
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
README.txt 297 charts (2D or 3D) on a single plot;
392 - created new combined plot classes: CombinedDomainCategoryPlot,
421 - moved the DrawingSupplier into the plot class, renderers now
422 reference the supplier from the plot (parent plot for combined and
460 - incorporated contour plot updates from David M. O'Donnell;
490 - fixed missing category labels in the overlaid category plot;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
537 Rivett) and a compass plot (contributed by Bryan Scott). Updated
540 specified in the sub plot rather than the parent plot (this makes i
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 141 // A class to store the data to plot.
191 // Plot the graph at the specified place.
192 this.plot = function(placeholder) {
193 $.plot(placeholder,
281 plot(selectedA, selectedB, yAxis);
285 function plot(A, B, axis) { function
302 plotData.plot(placeholder);
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 148 graph_name: String name for the graph on which to plot the data.
152 data_point: Numeric data value to plot on the graph for the current build.
154 the graph will plot the average of the values, along with error
  /external/chromium_org/third_party/smhasher/src/
Stats.cpp 75 void plot ( double n ) function
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
locobasic.php 57 "PEEK", "PEN", "PLOT", "PLOTR", "POKE", "PRINT", "RAD", "RANDOMIZE",
gnuplot.php 58 'plot', 'print', 'pwd', 'quit',
181 // `help plot`
  /packages/wallpapers/Basic/res/values-lt/
strings.xml 43 <string name="variable_line_width" msgid="8487094734462263605">"Keisti ?ied? plot?"</string>

Completed in 440 milliseconds

1 23 4 5 6 7