HomeSort by relevance Sort by last modified time
    Searched refs:linewidth (Results 1 - 21 of 21) 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/lisa/libs/utils/analysis/
tasks_analysis.py 404 linewidth=1,
664 axes.axhline(tip_lcap, color='y', linestyle=':', linewidth=2)
665 axes.axhline(max_lcap, color='y', linestyle='--', linewidth=2)
666 axes.axhline(tip_bcap, color='r', linestyle=':', linewidth=2)
667 axes.axhline(max_bcap, color='r', linestyle='--', linewidth=2)
frequency_analysis.py 222 linewidth = 10.0, label='clock on', color='green')
225 linewidth = 10.0, label='clock off', color='red')
229 state_axis.hlines(0, 0, first_onoff, linewidth = 1.0, label='indeterminate clock state', linestyle='--')
296 axes.axhline(avg_bfreq, color='r', linestyle='--', linewidth=2)
316 axes.axhline(avg_lfreq, color='b', linestyle='--', linewidth=2)
417 axes.axhline(_avg, color='r', linestyle='--', linewidth=2)
  /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/lisa/libs/utils/
perf_analysis.py 180 axes.axvline(pindex_avg, color='b', linestyle='--', linewidth=2);
  /external/v8/tools/ignition/
bytecode_dispatches_report.py 154 linewidth=0.5
  /external/blktrace/btt/
btt_plot.py 346 linewidth=1.0)
  /external/iproute2/misc/
lnstat.c 179 int linewidth)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 213 rast->linewidth = MAX2(1.0F, templ->line_width);
svga_context.h 179 float linewidth; member in struct:svga_rasterizer_state
svga_state_rss.c 239 EMIT_RS_FLOAT( svga, curr->linewidth, LINEWIDTH, fail );
  /external/webrtc/webrtc/video/
full_stack_plot.py 275 ax.plot(x, y, "o-", label=line.label, markersize=3.0, linewidth=1.0,
  /external/tensorflow/tensorflow/python/debug/cli/
tensor_format_test.py 38 precision=8, threshold=1000, edgeitems=3, linewidth=75)
154 a, tensor_name, np_printoptions={"linewidth": 40})
162 a, "%s:%s" % (tensor_name, debug_op), np_printoptions={"linewidth": 40})
172 a, "a", np_printoptions={"linewidth": 40})
224 a, "a", np_printoptions={"linewidth": 50})
368 a, "a", np_printoptions={"linewidth": 40})
392 a, "a", np_printoptions={"linewidth": 40})
404 a, "a", np_printoptions={"linewidth": 40})
431 a, "a", np_printoptions={"linewidth": 100})
  /external/scapy/scapy/
packet.py 617 c.stroke(make_frame(tlist),[col,pyx.deco.filled([bkcol]),pyx.style.linewidth.Thick])
661 canvas.stroke(cnx,[pyx.style.linewidth.thin,pyx.deco.earrow.small,col])
    [all...]
  /external/python/cpython2/Modules/
glmodule.c 1445 /* void linewidth short s */
1453 linewidth( arg1 );
    [all...]

Completed in 628 milliseconds