Home
last modified time | relevance | path

Searched refs:blanks (Results 1 – 25 of 50) sorted by relevance

12

/third_party/python/Lib/test/libregrtest/
Dutils.py57 blanks = ' ' * indent
60 initial_indent=blanks, subsequent_indent=blanks),
/third_party/ffmpeg/libavfilter/
Dvf_stereo3d.c151 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/
Dpickletools.rst64 The number of blanks by which to indent a new MARK level.
Ddifflib.rst174 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":
Dcurses.rst1214 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
Durllib.parse.rst188 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
Ddoctest.rst551 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/
DTODO165 files. If string contains embedded blanks, it must be
/third_party/bounds_checking_function/
DLICENSE113 Fill in the blanks in following statement, including insert your software name, the year of the fir…
/third_party/icu/docs/userguide/collation/customization/
Dignorepunct.md80 The implementation “blanks” out all weights of the variable characters’
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_video_output.txt319 blanks on <hpVideoDevice> since transfers were started while
DGLX_NV_video_out.txt288 blanks on <VideoDevice> since transfers were started while
/third_party/gstreamer/gstplugins_base/
DREADME.md134 If the blanks are filled in they might be upgraded to become part of
/third_party/gstreamer/gstplugins_good/
DREADME.md134 If the blanks are filled in they might be upgraded to become part of
/third_party/gstreamer/gstreamer/
DREADME.md134 If the blanks are filled in they might be upgraded to become part of
/third_party/gstreamer/gstplugins_bad/
DREADME.md134 If the blanks are filled in they might be upgraded to become part of
/third_party/openGLES/extensions/NV/
DWGL_NV_video_output.txt319 blanks on <hpVideoDevice> since transfers were started while
DGLX_NV_video_out.txt288 blanks on <VideoDevice> since transfers were started while
/third_party/libdrm/man/
Ddrm-kms.7.rst126 buffer to flip. If you want to synchronize your flips with *vertical-blanks*,
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl1190 /* pad on left with blanks */
1270 /* pad on right with blanks */
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c1301 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/
Doutput.inl621 /* 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/
DNumberFormatTest.java1797 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/
DNumberFormatTest.java1800 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/
Ddate_picker.dart354 /// The offset for the first day of the months is the number of leading blanks

12