/external/catch2/scripts/ |
D | generateSingleHeader.py | 68 blanks = 0 99 blanks = blanks + 1 101 blanks = 0 102 if blanks < 2 and not defineParser.match(line):
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | utils.py | 52 blanks = ' ' * indent 55 initial_indent=blanks, subsequent_indent=blanks),
|
/external/curl/docs/cmdline-opts/ |
D | user-agent.d | 8 Specify the User-Agent string to send to the HTTP server. To encode blanks in
|
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/ |
D | control.notset_sleep | 20 The test shall pass if the user session sleeps (i.e., screen blanks, but user
|
/external/apache-commons-bcel/src/changes/ |
D | release-notes.vm | 49 #set($blanks=" ") 50 #set($indent1=$blanks.substring(0,$blanklen))
|
/external/python/cpython3/Doc/library/ |
D | pickletools.rst | 64 The number of blanks by which to indent a new MARK level.
|
D | difflib.rst | 169 strings default to blanks. 300 strings default to blanks. 375 on blanks or hard tabs. 444 Here's the same example as before, but considering blanks to be junk. That 576 This example compares two strings, considering blanks to be "junk":
|
D | curses.rst | 1163 window's data is filled with blanks that have the current background 1758 string; whether blanks in the window are included is affected by the 1825 Return the window contents as a string; whether blanks in the 1831 This attribute is a flag which controls the interpretation of blanks in 1832 the window. When it is on, trailing blanks on each line are ignored; any 1834 end of that line instead, and trailing blanks are stripped when the window
|
D | urllib.parse.rst | 158 indicates that blanks should be retained as blank strings. The default false 193 indicates that blanks should be retained as blank strings. The default false
|
D | doctest.rst | 553 When specified, all sequences of whitespace (blanks and newlines) are treated as 731 two blanks before the single-digit list elements, and because the actual output
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 161 strings default to blanks. 296 strings default to blanks. 358 on blanks or hard tabs. 417 Here's the same example as before, but considering blanks to be junk. That 555 This example compares two strings, considering blanks to be "junk:"
|
D | urlparse.rst | 138 indicates that blanks should be retained as blank strings. The default false 161 indicates that blanks should be retained as blank strings. The default false
|
D | email.generator.rst | 135 into single blanks. The latter is a bug that will eventually be fixed.
|
D | curses.rst | 1118 window's data is filled with blanks that have the current background 1710 string; whether blanks in the window are included is affected by the 1777 Return the window contents as a string; whether blanks in the 1783 This attribute is a flag which controls the interpretation of blanks in 1784 the window. When it is on, trailing blanks on each line are ignored; any 1786 end of that line instead, and trailing blanks are stripped when the window
|
D | doctest.rst | 562 When specified, all sequences of whitespace (blanks and newlines) are treated as 734 two blanks before the single-digit list elements, and because the actual output
|
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 1675 blanks = ' ' * indent 1678 initial_indent=blanks, subsequent_indent=blanks)
|
/external/elfutils/ |
D | TODO | 165 files. If string contains embedded blanks, it must be
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | README.txt | 19 even if xyz.py is not. Here is a possible template, with the blanks after
|
/external/u-boot/common/ |
D | cli_hush.c | 1931 static char blanks[]=" "; local 1932 return &blanks[sizeof(blanks)-i-1];
|
/external/expat/tests/ |
D | runtests.c | 1374 int blanks = 0; in is_whitespace_normalized() local 1378 ++blanks; in is_whitespace_normalized() 1384 if (blanks && !is_cdata) in is_whitespace_normalized() 1388 else if (blanks > 1 && !is_cdata) in is_whitespace_normalized() 1390 blanks = 0; in is_whitespace_normalized() 1394 if (blanks && !is_cdata) in is_whitespace_normalized()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 1759 UnicodeSet blanks = new UnicodeSet("[[:Zs:][\\u0009]]").freeze(); in TestWhiteSpaceParsing() local 1760 for (String space : blanks) { in TestWhiteSpaceParsing() 1767 for (String space : blanks) { in TestWhiteSpaceParsing() 1787 UnicodeSet otherWhitespace = new UnicodeSet("[[:whitespace:]]").removeAll(blanks).freeze(); in TestWhiteSpaceParsing()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 1756 UnicodeSet blanks = new UnicodeSet("[[:Zs:][\\u0009]]").freeze(); in TestWhiteSpaceParsing() local 1757 for (String space : blanks) { in TestWhiteSpaceParsing() 1764 for (String space : blanks) { in TestWhiteSpaceParsing() 1784 UnicodeSet otherWhitespace = new UnicodeSet("[[:whitespace:]]").removeAll(blanks).freeze(); in TestWhiteSpaceParsing()
|
/external/apache-commons-compress/src/changes/ |
D | release-notes.vm | 581 o COMPRESS-140: ArArchiveInputStream fails if entries contain only blanks for
|
/external/libpng/ |
D | CHANGES | 435 Removed trailing blanks from all files. 455 Replaced leading blanks with tab characters in makefile.hux 485 Changed leading blanks to tabs in all makefiles. 632 Expanded tabs and removed trailing blanks in source files. 637 Removed leading blanks from a #define in pngvcrd.c 691 Cosmetic changes only (removed some trailing blanks and TABs) 1645 Removed trailing blanks from source files. 2900 Removed some trailing blanks.
|
/external/libxml2/ |
D | xpath.c | 11096 int blanks; in xmlXPathCompNodeTest() local 11122 blanks = IS_BLANK_CH(CUR); in xmlXPathCompNodeTest() 11169 if ((!blanks) && (CUR == ':')) { in xmlXPathCompNodeTest()
|