Home
last modified time | relevance | path

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

12

/external/catch2/scripts/
DgenerateSingleHeader.py68 blanks = 0
99 blanks = blanks + 1
101 blanks = 0
102 if blanks < 2 and not defineParser.match(line):
/external/python/cpython3/Lib/test/libregrtest/
Dutils.py52 blanks = ' ' * indent
55 initial_indent=blanks, subsequent_indent=blanks),
/external/curl/docs/cmdline-opts/
Duser-agent.d8 Specify the User-Agent string to send to the HTTP server. To encode blanks in
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
Dcontrol.notset_sleep20 The test shall pass if the user session sleeps (i.e., screen blanks, but user
/external/apache-commons-bcel/src/changes/
Drelease-notes.vm49 #set($blanks=" ")
50 #set($indent1=$blanks.substring(0,$blanklen))
/external/python/cpython3/Doc/library/
Dpickletools.rst64 The number of blanks by which to indent a new MARK level.
Ddifflib.rst169 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":
Dcurses.rst1163 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
Durllib.parse.rst158 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
Ddoctest.rst553 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/
Ddifflib.rst161 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:"
Durlparse.rst138 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
Demail.generator.rst135 into single blanks. The latter is a bug that will eventually be fixed.
Dcurses.rst1118 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
Ddoctest.rst562 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/
Dregrtest.py1675 blanks = ' ' * indent
1678 initial_indent=blanks, subsequent_indent=blanks)
/external/elfutils/
DTODO165 files. If string contains embedded blanks, it must be
/external/python/cpython2/Lib/idlelib/idle_test/
DREADME.txt19 even if xyz.py is not. Here is a possible template, with the blanks after
/external/u-boot/common/
Dcli_hush.c1931 static char blanks[]=" "; local
1932 return &blanks[sizeof(blanks)-i-1];
/external/expat/tests/
Druntests.c1374 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/
DNumberFormatTest.java1759 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/
DNumberFormatTest.java1756 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/
Drelease-notes.vm581 o COMPRESS-140: ArArchiveInputStream fails if entries contain only blanks for
/external/libpng/
DCHANGES435 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/
Dxpath.c11096 int blanks; in xmlXPathCompNodeTest() local
11122 blanks = IS_BLANK_CH(CUR); in xmlXPathCompNodeTest()
11169 if ((!blanks) && (CUR == ':')) { in xmlXPathCompNodeTest()

12