Searched refs:plot (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/perf-test-scripts/ |
D | timing | 221 echo "# temporary file" > plot.tmp 222 echo "set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 7 ps 1" >> plot.tmp # --- blue 223 echo "set style line 2 lc rgb '#ff0000' lt 1 lw 2" >> plot.tmp # --- green 224 echo "set title \"${TEST_NAMES[$testId]} \(avg=$AVG ms, stdcoef=$STDCOEF%\)\"" >> plot.tmp 225 echo "set xlabel \"Iteration #\"" >> plot.tmp 226 echo "set ylabel \"Elapsed Time (ms)\"" >> plot.tmp 228 echo "set yrange [0.0:*]" >> plot.tmp 231 echo "set fit quiet" >> plot.tmp 232 echo "set fit logfile '/dev/null'" >> plot.tmp 233 echo "f(x) = a*x + b" >> plot.tmp [all …]
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
D | SpotFilter.kt | 32 fun plot(s: MotionEvent.PointerCoords) in plot() method 90 mPlotter.plot(tmpSpot) in addInternal() 113 mPlotter.plot(tmpSpot) in finish()
|
D | Painting.kt | 181 override fun plot(s: MotionEvent.PointerCoords) { in plot() method in com.android.egg.paint.Painting
|
/frameworks/base/tools/velocityplot/ |
D | 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()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 159 plot(segmentStartX, segmentStartY, sample, bitmapSize); in spatialSampling() 168 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 177 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 188 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 197 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 209 private static void plot(float x, float y, float[] sample, int sampleSize) { in plot() method
|
/frameworks/base/tools/orientationplot/ |
D | 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()
|
D | README.txt | 35 The tool displays several time series graphs that plot the output of the
|
/frameworks/base/tests/JankBench/scripts/ |
D | collect.py | 225 plt.plot([0, 1, 2, 3, 4, 5], score, label=name)
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 20242 Landroid/gesture/GestureUtils;->plot(FF[FI)V
|