HomeSort by relevance Sort by last modified time
    Searched defs:plot (Results 1 - 25 of 37) sorted by null

1 2

  /external/fio/tools/
fio_generate_plots 78 plot () { function
112 echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $GNUPLOT -
117 # plot <sub title> <file name tag> <y axis label> <y axis scale>
120 plot "I/O Latency" lat "Time (msec)" 1000
121 plot "I/O Operations Per Second" iops "IOPS" 1
122 plot "I/O Submission Latency" slat "Time (?sec)" 1
123 plot "I/O Completion Latency" clat "Time (msec)" 1000
124 plot "I/O Bandwidth" bw "Throughput (KB/s)" 1
  /external/chromium_org/third_party/flot/
jquery.flot.image.min.js 8 in the plot. Image must be a fully loaded Javascript image (you can make one
16 Then call $.plot.image.loadData( data, options, callback ) where data and
17 options are the same as you pass in to $.plot. This loads the images, replaces
20 $.plot with the data set. See the included example.
22 A more low-level helper, $.plot.image.load(urls, callback) is also included.
38 $.plot( $("#placeholder"), [{
48 half a pixel stick out to each side in the plot.
53 */(function(e){function n(e,t,n){var r=e.getPlotOffset();if(!n.images||!n.images.show)return;var i=n.datapoints.points,s=n.datapoints.pointsize;for(var o=0;o<i.length;o+=s){var u=i[o],a=i[o+1],f=i[o+2],l=i[o+3],c=i[o+4],h=n.xaxis,p=n.yaxis,d;if(!u||u.width<=0||u.height<=0)continue;a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),n.images.anchor=="center"&&(d=.5*(l-a)/(u.width-1),a-=d,l+=d,d=.5*(c-f)/(u.height-1),f-=d,c+=d);if(a==l||f==c||a>=h.max||l<=h.min||f>=p.max||c<=p.min)continue;var v=0,m=0,g=u.width,y=u.height;a<h.min&&(v+=(g-v)*(h.min-a)/(l-a),a=h.min),l>h.max&&(g+=(g-v)*(h.max-l)/(l-a),l=h.max),f<p.min&&(y+=(m-y)*(p.min-f)/(c-f),f=p.min),c>p.max&&(m+=(m-y)*(p.max-c)/(c-f),c=p.max),a=h.p2c(a),l=h.p2c(l),f=p.p2c(f),c=p.p2c(c),a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),d=t.globalAlpha,t.globalAlpha*=n.images.alpha,t.drawImage(u,v,m,g-v,y-m,a+r.left,f+r.top,l-a,c-f),t.globalAlpha=d}}function r(e,t,n,r){if(!t.images.show)return;r.format=[{required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}]}function i(e){e.hooks.processRawData.push(r),e.hooks.drawSeries.push(n)}var t={series:{images:{show:!1,alpha:1,anchor:"corner"}}};e.plot.image={},e.plot.image.loadDataImages=function(t,n,r){var i=[],s=[],o=n.series.images.show;e.each(t,function(t,n){if(!o&&!n.images.show)return;n.data&&(n=n.data),e.each(n,function(e,t){typeof t[0]=="string"&&(i.push(t[0]),s.push(t))})}),e.plot.image.load(i,function(t){e.each(s,function(e,n){var r=n[0];t[r]&&(n[0]=t[r])}),r()})},e.plot.image (…)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
Stats.cpp 75 void plot ( double n ) function
  /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/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);
  /external/skia/src/gpu/
GrLayerCache.h 22 // means the plot in which it resides and its bounds inside the plot.
28 void set(GrPlot* plot, const GrIRect16& bounds) {
29 fPlot = plot;
33 const GrPlot* plot() const { function in class:GrAtlasLocation
GrAtlas.cpp 65 // once the plot is nearly full we will revert to uploading each subimage individually
133 // If the Plot is nearly full, anything else we add will probably be small and one
198 void GrAtlasMgr::moveToHead(GrPlot* plot) {
199 if (fPlotList.head() == plot) {
203 fPlotList.remove(plot);
204 fPlotList.addToHead(plot);
210 // iterate through entire plot list for this atlas, see if we can find a hole
213 GrPlot* plot = atlas->fPlots[i]; local
214 if (plot->addSubImage(width, height, image, loc)) {
215 this->moveToHead(plot);
238 GrPlot* plot; local
272 GrPlot* plot; local
287 GrPlot* plot; local
    [all...]
GrTextStrike.cpp 129 GrPlot* plot = atlasMgr->getUnusedPlot(); local
130 if (NULL == plot) {
133 plot->resetRects();
145 strikeToPurge->removePlot(plot);
273 void GrTextStrike::removePlot(const GrPlot* plot) {
276 if (plot == glyphArray[i]->fPlot) {
281 fAtlasMgr->removePlot(&fAtlas, plot);
317 GrPlot* plot = fAtlasMgr->addToAtlas(&fAtlas, glyph->width(), local
321 if (NULL == plot) {
325 glyph->fPlot = plot;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 67 // once the plot is nearly full we will revert to uploading each subimage individually
137 // If the Plot is nearly full, anything else we add will probably be small and one
203 void GrAtlas::makeMRU(GrPlot* plot) {
204 if (fPlotList.head() == plot) {
208 fPlotList.remove(plot);
209 fPlotList.addToHead(plot);
215 // iterate through entire plot list for this atlas, see if we can find a hole
218 GrPlot* plot = usage->fPlots[i]; local
219 if (plot->addSubImage(width, height, image, loc)) {
220 this->makeMRU(plot);
243 GrPlot* plot; local
272 GrPlot* plot; local
287 GrPlot* plot; local
    [all...]
GrLayerCache.cpp 34 // If a layer has a plot (i.e., is atlased) then it must point to
174 fPlotLocks[layer->plot()->id()]++;
186 GrPlot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, local
191 if (plot) {
197 layer->setPlot(plot);
199 fPlotLocks[layer->plot()->id()]++;
204 // plausibly atlas-able). See if a plot can be purged and try again.
231 const int plotID = layer->plot()->id();
244 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, layer->plot());
282 if (layer->plot()) {
344 GrPlot* plot; local
395 GrPlot* plot; local
    [all...]
GrLayerCache.h 26 // plot may be used to store layers from multiple pictures.
46 // Atlased layers also get a pointer to the plot in which they reside.
131 void setPlot(GrPlot* plot) {
132 SkASSERT(NULL == plot || NULL == fPlot);
133 fPlot = plot;
135 GrPlot* plot() { return fPlot; } function in struct:GrCachedLayer
142 SkDEBUGCODE(const GrPlot* plot() const { return fPlot; }) function in struct:GrCachedLayer
161 // For atlased layers, fPlot stores the atlas plot in which the layer rests.
167 // For atlased layers, 'fLocked' is true if the layer is in a plot and
168 // actively required for rendering. If the layer is in a plot but no
    [all...]
GrTextStrike.cpp 136 GrPlot* plot = atlas->getUnusedPlot(); local
137 if (NULL == plot) {
140 plot->resetRects();
152 strikeToPurge->removePlot(plot);
280 void GrTextStrike::removePlot(const GrPlot* plot) {
283 if (plot == (*iter).fPlot) {
289 GrAtlas::RemovePlot(&fPlotUsage, plot);
339 GrPlot* plot = fAtlas->addToAtlas(&fPlotUsage, glyph->width(), local
343 if (NULL == plot) {
347 glyph->fPlot = plot;
    [all...]
  /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()
  /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/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...]
  /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);
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 3243 milliseconds

1 2