OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linewidth
(Results
1 - 11
of
11
) sorted by null
/external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_channel.py
69
linewidth
=1000)
99
linewidth
=1000)
mbim_channel_endpoint.py
190
linewidth
=1000)
210
linewidth
=1000)
/system/extras/memcpy-perf/
graph_memcpy.py
29
line, = ax.plot(size, perf, '-',
linewidth
=0.2, label=arg)
/frameworks/base/tools/orientationplot/
orientationplot.py
96
self.raw_acceleration_axes, 'magnitude', 'orange',
linewidth
=2)
116
self.filtered_acceleration_axes, 'magnitude', 'orange',
linewidth
=2)
145
self.orientation_axes, 'current', 'black',
linewidth
=2)
147
self.orientation_axes, 'predicted', 'purple',
linewidth
=3)
149
self.orientation_axes, 'proposed', 'green',
linewidth
=3)
161
self.stability_axes, 'time until settled', 'black',
linewidth
=2)
229
def _add_timeseries_line(self, axes, label, color,
linewidth
=1):
230
return axes.plot([], label=label, color=color,
linewidth
=
linewidth
)[0]
/external/webrtc/tools/cpu/
cpu_mon.py
75
pyplot.plot(s.samples, label=s.Text(),
linewidth
=2)
/frameworks/base/tools/velocityplot/
velocityplot.py
155
def _add_timeseries_line(self, axes, label, color,
linewidth
=1):
156
return axes.plot([], label=label, color=color,
linewidth
=
linewidth
)[0]
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
21
set key left top Right noreverse box linetype -2
linewidth
1.000 samplen 4 spacing 1 width 0
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.py
85
line = plt.plot(x, y, label=alg,
linewidth
=4.0)
/external/blktrace/btt/
btt_plot.py
346
linewidth
=1.0)
/external/iproute2/misc/
lnstat.c
182
int
linewidth
)
/external/webrtc/webrtc/video/
full_stack_plot.py
275
ax.plot(x, y, "o-", label=line.label, markersize=3.0,
linewidth
=1.0,
Completed in 225 milliseconds