| /cts/suite/cts/utils/ |
| grapher.py | 25 This uses MatPlotLib (http://matplotlib.org/) to plot which can be installed on linux with; 64 # Create a plot 69 # Plot the workload vs the values 70 ax.plot(x, y, 'o-', label=lbl, color=clr)
|
| /external/chromium_org/third_party/smhasher/src/ |
| Stats.cpp | 75 void plot ( double n ) function
|
| Stats.h | 14 void plot ( double n ); 156 if(drawDiagram) plot(n); 336 if(drawDiagram) plot(s);
|
| /pdk/apps/CameraITS/tests/ |
| test_param_black_level_lock.py | 61 # Add this histogram to a plot; solid for shots without BL 63 pylab.plot(range(16), hist.tolist()[:16])
|
| test_param_noise_reduction.py | 85 # Draw a plot. 87 pylab.plot(range(3), variances[j], "rgb"[j])
|
| /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()
|
| /prebuilts/devtools/tools/lib/ |
| jfreechart-1.0.9.jar | |
| jfreechart-swt-1.0.9.jar | |
| /prebuilts/tools/common/jfreechart/ |
| jfreechart-1.0.9.jar | |
| jfreechart-1.0.9-swt.jar | |
| /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
| jfreechart-1.0.9.jar | |
| /development/tools/axl/ |
| chewie.py | 151 # pylab.plot([vals[-1][6]], rng) 154 pylab.plot(opened, rng, 'ro') 155 pylab.plot(killed[1], killed[0], 'rx') 179 # pylab.plot(lines, [[x, x] for x in range(len(vals))], 'r-')
|
| /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)
|
| /external/eigen/bench/btl/data/ |
| mk_new_gnuplot.sh | 28 echo plot \\ >> $WHAT.gnuplot 54 # pstoedit -rotate -90 -xscale 0.8 -yscale 0.8 -centered -yshift -50 -xshift -100 -f plot-svg aat.ps aat2.svg
|
| /external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
| s_aalinetemp.h | 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) function 214 segment(ctx, &line, NAME(plot), tStart, tEnd); 226 segment(ctx, &line, NAME(plot), tStart, 1.0F); 231 segment(ctx, &line, NAME(plot), 0.0, 1.0);
|
| /external/mesa3d/src/mesa/swrast/ |
| s_aalinetemp.h | 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) function 214 segment(ctx, &line, NAME(plot), tStart, tEnd); 226 segment(ctx, &line, NAME(plot), tStart, 1.0F); 231 segment(ctx, &line, NAME(plot), 0.0, 1.0);
|
| /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
| jfreechart-swt-1.0.9.jar | |
| /frameworks/base/core/java/android/gesture/ |
| GestureUtils.java | 159 plot(segmentStartX, segmentStartY, sample, bitmapSize); 168 plot(xpos, ypos, sample, bitmapSize); method 177 plot(xpos, ypos, sample, bitmapSize); method 188 plot(xpos, ypos, sample, bitmapSize); method 197 plot(xpos, ypos, sample, bitmapSize); method 209 private static void plot(float x, float y, float[] sample, int sampleSize) { method
|
| /cts/suite/audio_quality/test_description/processing/ |
| gen_random.py | 49 #plt.plot(freq, abs(fft.fft(filteredData))) 50 #plt.plot(filteredData) 99 plt.plot(result)
|
| check_spectrum_playback.py | 129 plt.plot(amp)
|
| /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/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);
|
| /frameworks/base/tools/orientationplot/ |
| orientationplot.py | 24 import matplotlib.pyplot as plot namespace 77 self.fig = plot.figure(1) 230 return axes.plot([], label=label, color=color, linewidth=linewidth)[0] 269 plot.close() 457 plot.show()
|
| /external/blktrace/btt/ |
| btt_plot.py | 52 each type ('aqd.dat' for example). If such files are found, a plot for 282 """Generate the output plot based upon the type and database""" 317 print 'Generating plot into %s' % ofile 340 ax.plot(dat['x'], dat['y'], color(idx, 'marker'), 345 ax.plot(dat['ax'], dat['ay'], color(idx, 'line'),
|