/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_linetemp.h | 51 * To actually "plot" each pixel the PLOT macro must be defined... 52 * PLOT(X,Y) - code to plot a pixel. Example: 312 #ifdef PLOT 313 PLOT( x0, y0 ); 352 #ifdef PLOT 353 PLOT( x0, y0 ); 399 #undef PLOT
|
/external/mesa3d/src/mesa/swrast/ |
s_linetemp.h | 51 * To actually "plot" each pixel the PLOT macro must be defined... 52 * PLOT(X,Y) - code to plot a pixel. Example: 312 #ifdef PLOT 313 PLOT( x0, y0 ); 352 #ifdef PLOT 353 PLOT( x0, y0 ); 399 #undef PLOT
|
/external/fio/tools/plot/ |
fio2gnuplot.1 | 25 raw : Plot the exact reported performance. This plotting could be difficult to read 146 To plot all the traces named like 'host*_read_4k_iops.log' 150 To plot all IO oriented log files from the current directory 154 To plot all Bandwidth oriented log files from the current directory 158 To plot all Bandwidth oriented log files in a directory name 'outdir'
|
fio2gnuplot.manpage | 14 - raw : Plot the exact reported performance. This plotting could be difficult to read 104 To plot all the traces named like 'host*_read_4k_iops.log' 107 To plot all IO oriented log files from the current directory 110 To plot all Bandwidth oriented log files from the current directory 113 To plot all Bandwidth oriented log files in a directory name 'outdir'
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
power.js | 6 * Plot a line graph of data versus time on a HTML canvas element. 15 * array of plots to plot on the canvas. The field 'data' of a plot is an 55 throw new Error('Mismatch in time and plot data.'); 113 // Show a legend only if at least one individual plot has a name. 244 var plot = plots[count]; 245 var yData = plot.data; 246 plotCtx.strokeStyle = plot.color; 253 // Stroke the plot drawn so far and begin a fresh plot [all...] |
/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)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
textblit.c | 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function 106 plot(y,x, image, pitch); 120 plot(x,y, image, pitch);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_textblit.c | 27 static void plot(int x, int y, unsigned char *image, int pitch) { function 101 plot(y, x, image, pitch); 111 plot(x, y, image, pitch);
|
/external/libvpx/libvpx/vp8/common/ |
textblit.c | 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function 106 plot(y,x, image, pitch); 120 plot(x,y, image, pitch);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_textblit.c | 27 static void plot(int x, int y, unsigned char *image, int pitch) { function 101 plot(y, x, image, pitch); 111 plot(x, y, image, pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
textblit.c | 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function 106 plot(y,x, image, pitch); 120 plot(x,y, image, pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_textblit.c | 27 static void plot(int x, int y, unsigned char *image, int pitch) { function 101 plot(y, x, image, pitch); 111 plot(x, y, image, pitch);
|
/external/blktrace/doc/ |
bno_plot.1 | 5 bno_plot \- generate interactive 3D plot of IO blocks and sizes 27 bno_plot utilizes gnuplot to generate a 3D plot of the block number output from
|
/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
|
/pdk/apps/CameraITS/tests/inprog/ |
test_ev_compensation.py | 58 pylab.plot(evs, lumas, 'r') 59 pylab.plot(evs, expected_lumas, 'b')
|
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])
|
/pdk/apps/CameraITS/tests/scene0/ |
test_jitter.py | 55 # Draw a plot. 56 pylab.plot(range(len(deltas_ms)), deltas_ms)
|
/prebuilts/devtools/tools/lib/ |
jfreechart-swt-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-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.categories.min.js | 7 allows you to plot such a dataset directly. 12 $.plot("#placeholder", data, { xaxis: { mode: "categories" } }); 42 as "categories" on the axis object, e.g. plot.getAxes().xaxis.categories. 44 */(function(e){function n(e,t,n,r){var i=t.xaxis.options.mode=="categories",s=t.yaxis.options.mode=="categories";if(!i&&!s)return;var o=r.format;if(!o){var u=t;o=[],o.push({x:!0,number:!0,required:!0}),o.push({y:!0,number:!0,required:!0});if(u.bars.show||u.lines.show&&u.lines.fill){var a=!!(u.bars.show&&u.bars.zero||u.lines.show&&u.lines.zero);o.push({y:!0,number:!0,required:!1,defaultValue:0,autoscale:a}),u.bars.horizontal&&(delete o[o.length-1].y,o[o.length-1].x=!0)}r.format=o}for(var f=0;f<o.length;++f)o[f].x&&i&&(o[f].number=!1),o[f].y&&s&&(o[f].number=!1)}function r(e){var t=-1;for(var n in e)e[n]>t&&(t=e[n]);return t+1}function i(e){var t=[];for(var n in e.categories){var r=e.categories[n];r>=e.min&&r<=e.max&&t.push([r,n])}return t.sort(function(e,t){return e[0]-t[0]}),t}function s(t,n,r){if(t[n].options.mode!="categories")return;if(!t[n].categories){var s={},u=t[n].options.categories||{};if(e.isArray(u))for(var a=0;a<u.length;++a)s[u[a]]=a;else for(var f in u)s[f]=u[f];t[n].categories=s}t[n].options.ticks||(t[n].options.ticks=i),o(r,n,t[n].categories)}function o(e,t,n){var i=e.points,s=e.pointsize,o=e.format,u=t.charAt(0),a=r(n);for(var f=0;f<i.length;f+=s){if(i[f]==null)continue;for(var l=0;l<s;++l){var c=i[f+l];if(c==null||!o[l][u])continue;c in n||(n[c]=a,++a),i[f+l]=n[c]}}}function u(e,t,n){s(t,"xaxis",n),s(t,"yaxis",n)}function a(e){e.hooks.processRawData.push(n),e.hooks.processDatapoints.push(u)}var t={xaxis:{categories:null},yaxis:{categories:null}};e.plot.plugins.push({init:a,options:t,name:"categories",version:"1.0"})})(jQuery)
|
jquery.flot.crosshair.min.js | 1 /* Flot plugin for showing crosshairs when the mouse hovers over the plot. 25 moves the mouse. "pos" is in coordinates of the plot and should be on the 42 var myFlot = $.plot( $("#graph"), ..., { crosshair: { mode: "x" } } }; 59 */(function(e){function n(e){function n(n){if(t.locked)return;t.x!=-1&&(t.x=-1,e.triggerRedrawOverlay())}function r(n){if(t.locked)return;if(e.getSelection&&e.getSelection()){t.x=-1;return}var r=e.offset();t.x=Math.max(0,Math.min(n.pageX-r.left,e.width())),t.y=Math.max(0,Math.min(n.pageY-r.top,e.height())),e.triggerRedrawOverlay()}var t={x:-1,y:-1,locked:!1};e.setCrosshair=function(r){if(!r)t.x=-1;else{var i=e.p2c(r);t.x=Math.max(0,Math.min(i.left,e.width())),t.y=Math.max(0,Math.min(i.top,e.height()))}e.triggerRedrawOverlay()},e.clearCrosshair=e.setCrosshair,e.lockCrosshair=function(r){r&&e.setCrosshair(r),t.locked=!0},e.unlockCrosshair=function(){t.locked=!1},e.hooks.bindEvents.push(function(e,t){if(!e.getOptions().crosshair.mode)return;t.mouseout(n),t.mousemove(r)}),e.hooks.drawOverlay.push(function(e,n){var r=e.getOptions().crosshair;if(!r.mode)return;var i=e.getPlotOffset();n.save(),n.translate(i.left,i.top);if(t.x!=-1){var s=e.getOptions().crosshair.lineWidth%2===0?0:.5;n.strokeStyle=r.color,n.lineWidth=r.lineWidth,n.lineJoin="round",n.beginPath();if(r.mode.indexOf("x")!=-1){var o=Math.round(t.x)+s;n.moveTo(o,0),n.lineTo(o,e.height())}if(r.mode.indexOf("y")!=-1){var u=Math.round(t.y)+s;n.moveTo(0,u),n.lineTo(e.width(),u)}n.stroke()}n.restore()}),e.hooks.shutdown.push(function(e,t){t.unbind("mouseout",n),t.unbind("mousemove",r)})}var t={crosshair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};e.plot.plugins.push({init:n,options:t,name:"crosshair",version:"1.0"})})(jQuery)
|
/external/chromium_org/tools/git/ |
graph.sh | 38 plot(count ~ ago, type="l", main="$target", xlab='days ago', data=data)
|
/external/chromium_org/v8/tools/profviz/ |
profviz.html | 39 <img src="" id="plot" type="image/svg+xml" class="display" 63 to plot only part of the log file."> 111 Click "Show plot/profile" to switch between the statistical profile and 112 the timeline plot.<br/>
|