/third_party/boost/libs/numeric/odeint/examples/ |
D | solar_system.agr | 41 @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/ |
D | test_squeezer.py | 36 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/ |
D | post_process.cpp | 32 , 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()
|
D | post_process.hpp | 20 int linewidth = -1,
|
D | quickbook.cpp | 132 , 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/ |
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
|
/third_party/boost/libs/geometry/doc/generated/ |
D | svg.qbk | 31 …onal size (used for SVG points) in SVG pixels. For linestrings, specify linewidth in the SVG style…
|
D | svg_mapper.qbk | 83 …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/ |
D | process_data.py | 62 plt.plot(x, y, linewidth=2, marker='o', markersize=5, label=label)
|
/third_party/boost/libs/graph/doc/ |
D | lgrind.sty | 123 \hbox to \linewidth{\hskip\LGindent\l@ftlno ##1\egroup% 204 \begin{minipage}\linewidth\LGsize\LGindent\z@
|
/third_party/boost/tools/quickbook/doc/ |
D | command_line.qbk | 51 [[--linewidth] [
|
/third_party/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()
|
/third_party/python/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|
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | util.py | 294 linewidth=1.80, edgecolor='r', facecolor='none')
|
/third_party/boost/tools/build/src/tools/ |
D | quickbook.jam | 347 …"$(QB-COMMAND)" -I"$(INCLUDES)" -D"$(QB-DEFINES)" --indent="$(QB-INDENT)" --linewidth="$(QB-LINE-W…
|
/third_party/python/Doc/library/ |
D | codecs.rst | 1018 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}| 1273 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
|
D | warnings.rst | 66 .. tabularcolumns:: |l|p{0.6\linewidth}|
|
D | tkinter.ttk.rst | 170 .. tabularcolumns:: |l|p{0.7\linewidth}| 807 .. tabularcolumns:: |l|p{0.7\linewidth}|
|
D | sys.rst | 1600 .. tabularcolumns:: |l|p{0.7\linewidth}|
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 1795 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/ |
D | 7.10.rst | 1970 - r600g: emit hardware linewidth 2004 - evergreeng: respect linewidth state, use integer widths only
|