HomeSort by relevance Sort by last modified time
    Searched refs:fig (Results 1 - 14 of 14) sorted by null

  /cts/suite/cts/utils/
grapher.py 49 fig = plt.figure()
65 ax = fig.add_subplot(111)
78 fig.autofmt_xdate()
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 122 fig = plt.figure()
123 plt_s = fig.gca()
183 fig.savefig("%s_samples_iso%04d.png" % (NAME, round(s)))
184 plots.append([round(s), fig])
228 (fig, (plt_S, plt_O)) = plt.subplots(2, 1)
241 fig.savefig("%s.png" % (NAME))
243 for [s, fig] in plots:
244 plt_s = fig.gca()
253 plt.figure(fig.number)
256 fig.savefig("%s_samples_iso%04d.png" % (NAME, round(s))
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 81 self.fig = plot.figure(1)
82 self.fig.suptitle('Velocity Tracker', fontsize=12)
83 self.fig.set_dpi(96)
84 self.fig.set_size_inches(16, 12, forward=True)
117 self.timer = self.fig.canvas.new_timer(interval=100)
133 axes = self.fig.add_axes([0.1, top, 0.8, height],
233 self.fig.canvas.draw_idle()
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 90 fig = matplotlib.pyplot.figure()
97 fig = matplotlib.pyplot.figure()
  /external/blktrace/btt/
btt_plot.py 235 def gen_title(fig, type, title_str):
251 title = fig.text(.5, .95, title_str, horizontalalignment='center')
319 fig = plt.figure(figsize=plot_size)
320 ax = fig.add_subplot(111)
322 gen_title(fig, type, title_str)
  /frameworks/base/tools/orientationplot/
orientationplot.py 77 self.fig = plot.figure(1)
78 self.fig.suptitle('Window Orientation Listener', fontsize=12)
79 self.fig.set_dpi(96)
80 self.fig.set_size_inches(16, 12, forward=True)
179 self.fig.canvas.mpl_connect('button_press_event', self._on_click)
182 self.timer = self.fig.canvas.new_timer(interval=100)
207 axes = self.fig.add_axes([0.1, top, 0.8, height],
381 self.fig.canvas.draw_idle()
  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 99 fig = matplotlib.pyplot.figure()
100 ax = fig.gca(projection='3d')
  /external/blktrace/btreplay/doc/
btreplay.tex 259 \caption{\label{fig:btrecord--help}\texttt{btrecord --help} Output}
289 defaults, as presented in figure~\ref{fig:btrecord--help} on
290 page~\pageref{fig:btrecord--help}.
345 run. Figure~\ref{fig:verb-out} (page~\pageref{fig:verb-out}) shows
346 an example of some output, while figure~\ref{fig:verb-defs}
347 (page~\pageref{fig:verb-defs}) shows what the fields mean.
356 \caption{\label{fig:verb-out}Verbose Output Example}
377 \caption{\label{fig:verb-defs}Verbose Field Definitions}
401 \caption{\label{fig:btreplay--help}\texttt{btreplay --help} Output
    [all...]
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 165 fig = matplotlib.pyplot.figure()
184 fig = matplotlib.pyplot.figure()
  /external/opencv/cxcore/src/
cxutils.cpp 445 * nearly always converge to the number of figures carried, fig, either to
466 static void icvFindPolynomialRoots(const double *a, double *u, int n, int maxiter, int fig)
488 K = pow(10.0, (double)(fig)); // Relative accuracy
501 K = pow(10.0, (double)(fig));
642 void cvSolvePoly(const CvMat* a, CvMat *r, int maxiter, int fig)
677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig);
    [all...]
  /external/blktrace/btt/doc/
btt.tex 538 of IOs and when they are completed. Figure~\ref{fig:activity} shows
544 \caption{\label{fig:activity}Simple Activity Chart}
569 Figure~\ref{fig:qhist} is a sample graph generated from data used during
580 \caption{\label{fig:qhist}Q Histogram}
585 Figure~\ref{fig:dhist} is a sample graph generated from data used during
595 \caption{\label{fig:dhist}D Histogram}
740 Figure~\ref{fig:seek} shows a simple graph that can be produced which
746 \caption{\label{fig:seek}Seek Chart}
789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from
795 \caption{\label{fig:sps}Seeks-per-second Chart
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 70 >>> C["fig"] = "newton"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 70 >>> C["fig"] = "newton"
73 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'
  /external/opencv/cxcore/include/
cxcore.h 693 int maxiter CV_DEFAULT(0), int fig CV_DEFAULT(0));
    [all...]

Completed in 2464 milliseconds