/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_squeezer.py | 37 def check(self, expected, text, linewidth): argument 40 count_lines_with_wrapping(text, linewidth), 60 self.check(expected=1, text='\n', linewidth=80) 61 self.check(expected=2, text='\n\n', linewidth=80) 62 self.check(expected=10, text='\n' * 10, linewidth=80) 65 self.check(expected=3, text='a' * 200, linewidth=80) 66 self.check(expected=3, text='a' * 200 + '\n', linewidth=80) 75 self.check(expected=5, text=text, linewidth=80) 76 self.check(expected=5, text=text + '\n', linewidth=80) 77 self.check(expected=6, text=text, linewidth=40) [all …]
|
/external/rust/crates/criterion-plot/src/ |
D | candlestick.rs | 15 linewidth: Option<f64>, field 24 linewidth: None, in default() 35 if let Some(lw) = self.linewidth { in script() 92 self.linewidth = Some(lw); in set()
|
D | curve.rs | 19 linewidth: Option<f64>, field 32 linewidth: None, in default() 51 if let Some(lw) = self.linewidth { in script() 126 self.linewidth = Some(lw); in set()
|
D | errorbar.rs | 18 linewidth: Option<f64>, field 30 linewidth: None, in default() 44 if let Some(lw) = self.linewidth { in script() 109 self.linewidth = Some(lw); in set()
|
/external/python/cpython3/Lib/idlelib/ |
D | squeezer.py | 28 def count_lines_with_wrapping(s, linewidth=80): argument 51 if current_column > linewidth: 57 linecount += (current_column - 1) // linewidth 66 if current_column > linewidth: 76 linecount += (current_column - 1) // linewidth
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_data_channel.py | 69 linewidth=1000) 99 linewidth=1000)
|
D | mbim_channel_endpoint.py | 190 linewidth=1000) 210 linewidth=1000)
|
/external/kotlinx.coroutines/benchmarks/scripts/ |
D | generate_plots_flow_flatten_merge.py | 37 plt.grid(linewidth='0.5', color='lightgray') 53 label="flows={}".format(flows), capsize=4, color=gen_colour, linewidth=2.2)
|
/external/webrtc/tools_webrtc/cpu/ |
D | cpu_mon.py | 75 pyplot.plot(s.samples, label=s.Text(), linewidth=2)
|
/external/iperf3/contrib/ |
D | iperf3.gp | 18 set grid linewidth 1
|
/external/eigen/bench/btl/data/ |
D | gnuplot_common_settings.hh | 21 set key left top Right noreverse box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0
|
/external/iproute2/misc/ |
D | lnstat.c | 179 int linewidth) in build_hdr_string() argument
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 220 rast->linewidth = MAX2(1.0F, templ->line_width); in svga_create_rasterizer_state()
|
D | svga_context.h | 188 float linewidth; member
|
D | svga_state_rss.c | 253 EMIT_RS_FLOAT(svga, curr->linewidth, LINEWIDTH); in emit_rss_vgpu9()
|
/external/llvm-project/llvm/utils/llvm-locstats/ |
D | llvm-locstats.py | 28 plt.grid(color='grey', which='major', axis='y', linestyle='-', linewidth=0.3)
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | plot_webrtc_test_logs.py | 283 plt.plot(x, y, label=label, linewidth=1.5, marker='o', markersize=5,
|
/external/llvm-project/libc/benchmarks/ |
D | render.py3 | 67 plt.plot(x, y, linewidth=1, label=function_name)
|
/external/blktrace/btt/ |
D | btt_plot.py | 346 linewidth=1.0)
|
/external/webrtc/video/ |
D | full_stack_tests_plot.py | 275 ax.Plot(x, y, "o-", label=line.label, markersize=3.0, linewidth=1.0,
|
/external/python/cpython3/Doc/c-api/ |
D | buffer.rst | 269 .. tabularcolumns:: |p{0.35\linewidth}|l|l|l| 293 .. tabularcolumns:: |p{0.35\linewidth}|l|l|l|l| 318 .. tabularcolumns:: |p{0.35\linewidth}|l|l|l|l|l|l|
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format_test.py | 38 precision=8, threshold=1000, edgeitems=3, linewidth=75)
|
/external/scapy/scapy/ |
D | 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])
|
/external/python/cpython3/Doc/library/ |
D | codecs.rst | 1011 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}| 1266 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
|
/external/python/cpython2/Doc/library/ |
D | warnings.rst | 60 .. tabularcolumns:: |l|p{0.6\linewidth}|
|