Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/odeint/examples/
Dsolar_system.agr41 @default linewidth 1.0
62 @ line linewidth 1.0
74 @ line linewidth 1.0
86 @ line linewidth 1.0
98 @ line linewidth 1.0
170 @r0 linewidth 1.0
177 @r1 linewidth 1.0
184 @r2 linewidth 1.0
191 @r3 linewidth 1.0
198 @r4 linewidth 1.0
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_squeezer.py36 def check(self, expected, text, linewidth): argument
39 count_lines_with_wrapping(text, linewidth),
59 self.check(expected=1, text='\n', linewidth=80)
60 self.check(expected=2, text='\n\n', linewidth=80)
61 self.check(expected=10, text='\n' * 10, linewidth=80)
64 self.check(expected=3, text='a' * 200, linewidth=80)
65 self.check(expected=3, text='a' * 200 + '\n', linewidth=80)
74 self.check(expected=5, text=text, linewidth=80)
75 self.check(expected=5, text=text + '\n', linewidth=80)
76 self.check(expected=6, text=text, linewidth=40)
[all …]
/third_party/boost/tools/quickbook/src/
Dpost_process.cpp32 , linewidth(linewidth_) in pretty_printer()
113 if (column >= linewidth) { in print()
130 if (!in_string && column >= linewidth && in print()
171 int linewidth; member
435 std::string const& in, int indent, int linewidth, bool is_html) in post_process() argument
438 if (linewidth == -1) linewidth = 80; // set default to 80 in post_process()
441 tidy_compiler state(tidy, linewidth, is_html); in post_process()
Dpost_process.hpp20 int linewidth = -1,
Dquickbook.cpp132 , linewidth(-1) in parse_document_options()
143 int linewidth; member
209 stage2, options_.indent, options_.linewidth); in parse_document()
423 options.linewidth = vm["linewidth"].as<int>(); in main()
/third_party/python/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
/third_party/boost/libs/geometry/doc/generated/
Dsvg.qbk31 …onal size (used for SVG points) in SVG pixels. For linestrings, specify linewidth in the SVG style…
Dsvg_mapper.qbk83 …onal size (used for SVG points) in SVG pixels. For linestrings, specify linewidth in the SVG style…
/third_party/mindspore/tests/perf_test/mind_expression_perf/
Dprocess_data.py62 plt.plot(x, y, linewidth=2, marker='o', markersize=5, label=label)
/third_party/boost/libs/graph/doc/
Dlgrind.sty123 \hbox to \linewidth{\hskip\LGindent\l@ftlno ##1\egroup%
204 \begin{minipage}\linewidth\LGsize\LGindent\z@
/third_party/boost/tools/quickbook/doc/
Dcommand_line.qbk51 [[--linewidth] [
/third_party/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()
/third_party/python/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|
/third_party/mindspore/tests/ut/python/dataset/
Dutil.py294 linewidth=1.80, edgecolor='r', facecolor='none')
/third_party/boost/tools/build/src/tools/
Dquickbook.jam347 …"$(QB-COMMAND)" -I"$(INCLUDES)" -D"$(QB-DEFINES)" --indent="$(QB-INDENT)" --linewidth="$(QB-LINE-W…
/third_party/python/Doc/library/
Dcodecs.rst1018 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
1273 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
Dwarnings.rst66 .. tabularcolumns:: |l|p{0.6\linewidth}|
Dtkinter.ttk.rst170 .. tabularcolumns:: |l|p{0.7\linewidth}|
807 .. tabularcolumns:: |l|p{0.7\linewidth}|
Dsys.rst1600 .. tabularcolumns:: |l|p{0.7\linewidth}|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c1795 double linewidth = 2.0; in gst_video_test_src_spokes() local
1798 x = linewidth * 0.5 - fabs (x); in gst_video_test_src_spokes()
/third_party/mesa3d/docs/relnotes/
D7.10.rst1970 - r600g: emit hardware linewidth
2004 - evergreeng: respect linewidth state, use integer widths only