/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()
|
/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()
|
/external/libffi/src/frv/ |
eabi.S | 40 # gr11: fig->flags 104 ldi @(fp, #-16), gr10 /* fig->flags */
|
/external/bluetooth/glib/docs/reference/glib/ |
Makefile.am | 79 mainloop-states.fig \
|
/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...] |
/external/libffi/src/arm/ |
sysv.S | 140 @ r3: fig->flags
|
/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...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
Makefile | 1247 %.eps: %.fig 1248 fig2dev -L eps $*.fig $*.eps 1250 %.png: %.fig 1251 fig2dev -L png -m 3 $*.fig | pngtopnm | pnmscale 0.4 | pnmtopng \
|
/external/dropbear/libtommath/ |
bn.tex | 801 \label{fig:CMP} 804 In figure \ref{fig:CMP} two integers $a$ and $b$ are being compared. In this case $a$ is said to be ``to the left'' of 818 three compare codes listed in figure \ref{fig:CMP}. 876 individually. This function will return one of the compare conditions codes listed in figure \ref{fig:CMP}. [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 693 int maxiter CV_DEFAULT(0), int fig CV_DEFAULT(0)); [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 657 Note that \textit{Twofish} has additional configuration options (Figure \ref{fig:twofishopts}) that take place at build time. These options are found in 681 \label{fig:twofishopts} [all...] |