Home
last modified time | relevance | path

Searched refs:linewidth (Results 1 – 25 of 35) sorted by relevance

12

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py37 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/
Dcandlestick.rs15 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()
Dcurve.rs19 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()
Derrorbar.rs18 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/
Dsqueezer.py28 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/
Dmbim_data_channel.py69 linewidth=1000)
99 linewidth=1000)
Dmbim_channel_endpoint.py190 linewidth=1000)
210 linewidth=1000)
/external/kotlinx.coroutines/benchmarks/scripts/
Dgenerate_plots_flow_flatten_merge.py37 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/
Dcpu_mon.py75 pyplot.plot(s.samples, label=s.Text(), linewidth=2)
/external/iperf3/contrib/
Diperf3.gp18 set grid linewidth 1
/external/eigen/bench/btl/data/
Dgnuplot_common_settings.hh21 set key left top Right noreverse box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0
/external/iproute2/misc/
Dlnstat.c179 int linewidth) in build_hdr_string() argument
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c220 rast->linewidth = MAX2(1.0F, templ->line_width); in svga_create_rasterizer_state()
Dsvga_context.h188 float linewidth; member
Dsvga_state_rss.c253 EMIT_RS_FLOAT(svga, curr->linewidth, LINEWIDTH); in emit_rss_vgpu9()
/external/llvm-project/llvm/utils/llvm-locstats/
Dllvm-locstats.py28 plt.grid(color='grey', which='major', axis='y', linestyle='-', linewidth=0.3)
/external/webrtc/modules/video_coding/codecs/test/
Dplot_webrtc_test_logs.py283 plt.plot(x, y, label=label, linewidth=1.5, marker='o', markersize=5,
/external/llvm-project/libc/benchmarks/
Drender.py367 plt.plot(x, y, linewidth=1, label=function_name)
/external/blktrace/btt/
Dbtt_plot.py346 linewidth=1.0)
/external/webrtc/video/
Dfull_stack_tests_plot.py275 ax.Plot(x, y, "o-", label=line.label, markersize=3.0, linewidth=1.0,
/external/python/cpython3/Doc/c-api/
Dbuffer.rst269 .. 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/
Dtensor_format_test.py38 precision=8, threshold=1000, edgeitems=3, linewidth=75)
/external/scapy/scapy/
Dpacket.py617 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/
Dcodecs.rst1011 .. 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/
Dwarnings.rst60 .. tabularcolumns:: |l|p{0.6\linewidth}|

12