Home
last modified time | relevance | path

Searched refs:fig (Results 1 – 25 of 48) sorted by relevance

12

/external/fonttools/Lib/fontTools/varLib/
Dplot.py48 def plotLocations(locations, fig, names=None, **kwargs): argument
62 model, axes[0], fig, cols, rows, names=names, **kwargs
66 model, axes, fig, cols, rows, names=names, **kwargs
72 def _plotLocations2D(model, axis, fig, cols, rows, names, **kwargs): argument
76 subplot = fig.add_subplot(rows, cols, i + 1)
93 def _plotLocations3D(model, axes, fig, rows, cols, names, **kwargs): argument
99 axis3D = fig.add_subplot(rows, cols, i + 1, projection='3d')
129 def plotDocument(doc, fig, **kwargs): argument
133 plotLocations(locations, fig, names, **kwargs)
153 fig = pyplot.figure()
[all …]
/external/blktrace/btt/
Dbtt_plot.py243 def gen_title(fig, type, title_str): argument
259 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)
417 fig = plt.figure(figsize=plot_size)
418 ax = fig.add_subplot(111)
431 gen_title(fig, 'live', 'Active I/O Per Device')
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_dynamics.py151 fig = plt.figure()
157 ax = fig.add_subplot(n, 1, v.getSubplot())
162 fig.savefig(test_name + ".png")
/external/webrtc/webrtc/video/
Dfull_stack_plot.py401 fig = plt.figure(figsize=(14.0, 10.0))
402 ax = fig.add_subplot(1, 1, 1)
408 fig.savefig(config.output_filename)
409 plt.close(fig)
/external/blktrace/btreplay/doc/
Dbtreplay.tex259 \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}
427 defaults, as presented in figure~\ref{fig:btreplay--help} on
[all …]
/external/u-boot/doc/DocBook/
DMakefile157 %.eps: %.fig
166 %.png: %.fig
/external/icu/icu4c/source/data/brkitr/
Dit.txt10 "fig.",
Dfr.txt32 "fig.",
Des.txt10 "fig.",
Dpt.txt8 "fig.",
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
Deabi.S40 # $r3 : fig->flags
/external/libffi/src/moxie/
Deabi.S40 # $r3 : fig->flags
/external/blktrace/btt/doc/
Dbtt.tex574 of IOs and when they are completed. Figure~\ref{fig:activity} shows
580 \caption{\label{fig:activity}Simple Activity Chart}
605 Figure~\ref{fig:qhist} is a sample graph generated from data used during
616 \caption{\label{fig:qhist}Q Histogram}
621 Figure~\ref{fig:dhist} is a sample graph generated from data used during
631 \caption{\label{fig:dhist}D Histogram}
663 figure~\ref{fig:rstats}).
668 \caption{\label{fig:rstats}Running Stats}
813 Figure~\ref{fig:seek} shows a simple graph that can be produced which
819 \caption{\label{fig:seek}Seek Chart}
[all …]
/external/python/cpython3/Doc/library/
Dhttp.cookies.rst242 >>> C["fig"] = "newton"
245 Set-Cookie: fig=newton
248 Set-Cookie: fig=newton
/external/libffi/src/frv/
Deabi.S40 # gr11: fig->flags
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
Deabi.S40 # gr11: fig->flags
/external/python/cpython2/Doc/library/
Dcookie.rst247 >>> C["fig"] = "newton"
250 Set-Cookie: fig=newton
253 Set-Cookie: fig=newton
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dsysv.S155 @ r3: fig->flags
330 @ r3: fig->flags
/external/libffi/src/arm/
Dsysv.S155 @ r3: fig->flags
330 @ r3: fig->flags
/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py144 fig, axes = plt.subplots(2, 2) variable
/external/dtc/Documentation/
Ddtc-paper.tex200 \label{fig:blob-layout}
209 Figure \ref{fig:blob-layout} shows the layout of the blob of data
368 \label{fig:dts}
439 tree in a vaguely C-like form. Figure \ref{fig:dts} shows an
463 \ref{fig:dts}, the \texttt{/chosen} node has an
474 particular node or property. For example, Figure \ref{fig:dts} has a
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dsysv.asm71 ; a4: fig->flags
/external/libffi/src/metag/
Dsysv.S105 ! D0Ar4: fig->flags
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
Dsysv.S105 ! D0Ar4: fig->flags
/external/tensorflow/tensorflow/tools/docker/notebooks/
D2_getting_started.ipynb192 "fig, (ax1, ax2) = plt.subplots(1, 2)\n",
194 "fig.set_size_inches(10, 4)\n",
648 "fig, (ax1, ax2) = plt.subplots(1, 2)\n",
650 "fig.set_size_inches(10, 4)\n",
780 "fig, (ax1, ax2) = plt.subplots(1, 2)\n",
782 "fig.set_size_inches(10, 4)\n",

12