/third_party/python/Lib/test/libregrtest/ |
D | utils.py | 57 blanks = ' ' * indent 60 initial_indent=blanks, subsequent_indent=blanks),
|
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 151 int blanks; member 521 s->blanks = s->height / 24; in config_output() 522 s->out.height = s->height * 2 + s->blanks; in config_output() 523 s->out.row_right = s->height + s->blanks; in config_output() 833 int b = (s->blanks) >> ((i == 1 || i == 2) ? s->vsub : 0); in filter_frame()
|
/third_party/python/Doc/library/ |
D | pickletools.rst | 64 The number of blanks by which to indent a new MARK level.
|
D | difflib.rst | 174 strings default to blanks. 305 strings default to blanks. 380 on blanks or hard tabs. 449 Here's the same example as before, but considering blanks to be junk. That 594 This example compares two strings, considering blanks to be "junk":
|
D | curses.rst | 1214 window's data is filled with blanks that have the current background 1822 string; whether blanks in the window are included is affected by the 1889 Return the window contents as a string; whether blanks in the 1895 This attribute is a flag which controls the interpretation of blanks in 1896 the window. When it is on, trailing blanks on each line are ignored; any 1898 end of that line instead, and trailing blanks are stripped when the window
|
D | urllib.parse.rst | 188 indicates that blanks should be retained as blank strings. The default false 233 indicates that blanks should be retained as blank strings. The default false
|
D | doctest.rst | 551 When specified, all sequences of whitespace (blanks and newlines) are treated as 729 two blanks before the single-digit list elements, and because the actual output
|
/third_party/elfutils/ |
D | TODO | 165 files. If string contains embedded blanks, it must be
|
/third_party/bounds_checking_function/ |
D | LICENSE | 113 Fill in the blanks in following statement, including insert your software name, the year of the fir…
|
/third_party/icu/docs/userguide/collation/customization/ |
D | ignorepunct.md | 80 The implementation “blanks” out all weights of the variable characters’
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_video_output.txt | 319 blanks on <hpVideoDevice> since transfers were started while
|
D | GLX_NV_video_out.txt | 288 blanks on <VideoDevice> since transfers were started while
|
/third_party/gstreamer/gstplugins_base/ |
D | README.md | 134 If the blanks are filled in they might be upgraded to become part of
|
/third_party/gstreamer/gstplugins_good/ |
D | README.md | 134 If the blanks are filled in they might be upgraded to become part of
|
/third_party/gstreamer/gstreamer/ |
D | README.md | 134 If the blanks are filled in they might be upgraded to become part of
|
/third_party/gstreamer/gstplugins_bad/ |
D | README.md | 134 If the blanks are filled in they might be upgraded to become part of
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_video_output.txt | 319 blanks on <hpVideoDevice> since transfers were started while
|
D | GLX_NV_video_out.txt | 288 blanks on <VideoDevice> since transfers were started while
|
/third_party/libdrm/man/ |
D | drm-kms.7.rst | 126 buffer to flip. If you want to synchronize your flips with *vertical-blanks*,
|
/third_party/musl/porting/linux/user/src/hilog/ |
D | output_p.inl | 1190 /* pad on left with blanks */ 1270 /* pad on right with blanks */
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 1301 int blanks = 0; in is_whitespace_normalized() local 1305 ++blanks; in is_whitespace_normalized() 1311 if (blanks && ! is_cdata) in is_whitespace_normalized() 1314 } else if (blanks > 1 && ! is_cdata) in is_whitespace_normalized() 1316 blanks = 0; in is_whitespace_normalized() 1320 if (blanks && ! is_cdata) in is_whitespace_normalized()
|
/third_party/bounds_checking_function/src/ |
D | output.inl | 621 /* Pad on left with blanks */ 647 /* Pad on right with blanks */
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 1797 UnicodeSet blanks = new UnicodeSet("[[:Zs:][\\u0009]]").freeze(); in TestWhiteSpaceParsing() local 1798 for (String space : blanks) { in TestWhiteSpaceParsing() 1805 for (String space : blanks) { in TestWhiteSpaceParsing() 1825 UnicodeSet otherWhitespace = new UnicodeSet("[[:whitespace:]]").removeAll(blanks).freeze(); in TestWhiteSpaceParsing()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatTest.java | 1800 UnicodeSet blanks = new UnicodeSet("[[:Zs:][\\u0009]]").freeze(); in TestWhiteSpaceParsing() local 1801 for (String space : blanks) { in TestWhiteSpaceParsing() 1808 for (String space : blanks) { in TestWhiteSpaceParsing() 1828 UnicodeSet otherWhitespace = new UnicodeSet("[[:whitespace:]]").removeAll(blanks).freeze(); in TestWhiteSpaceParsing()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | date_picker.dart | 354 /// The offset for the first day of the months is the number of leading blanks
|