Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 25 of 27) sorted by relevance

12

/device/google/crosshatch/vibrator/
Dimpl.cpp47 static std::string trim(const std::string &str, const std::string &whitespace = " \t") { in trim() argument
48 const auto str_begin = str.find_first_not_of(whitespace); in trim()
53 const auto str_end = str.find_last_not_of(whitespace); in trim()
/device/google/wahoo/vibrator/
Dservice.cpp54 const std::string& whitespace = " \t") { in trim() argument
55 const auto str_begin = str.find_first_not_of(whitespace); in trim()
60 const auto str_end = str.find_last_not_of(whitespace); in trim()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnetrc.py57 lexer.whitespace = ' \t'
61 lexer.whitespace = ' \t\r\n'
Dshlex.py43 self.whitespace = ' \t\r\n'
137 elif nextchar in self.whitespace:
203 elif nextchar in self.whitespace:
Dstringold.py26 whitespace = ' \t\n\r\v\f' variable
429 from strop import maketrans, lowercase, uppercase, whitespace
Dstring.py23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
528 from strop import maketrans, lowercase, uppercase, whitespace
/device/google/bonito/vibrator/
Dservice.cpp64 static std::string trim(const std::string &str, const std::string &whitespace = " \t") { in trim() argument
65 const auto str_begin = str.find_first_not_of(whitespace); in trim()
70 const auto str_end = str.find_last_not_of(whitespace); in trim()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dhandler.py168 def ignorableWhitespace(self, whitespace): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dhandler.py168 def ignorableWhitespace(self, whitespace): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
530 from strop import maketrans, lowercase, uppercase, whitespace
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfancy_getopt.py408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
Dutil.py316 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)
347 if s[end] in string.whitespace: # unescaped, unquoted whitespace: now
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strop.py116 strop.whitespace
Dtest_string.py70 string.whitespace
Dtest_cookielib.py917 for whitespace in " ", "":
929 int(c, url, "foo1=bar%s%s" % (vs, whitespace))
930 int(c, url, "foo2=bar%s; secure%s" % (vs, whitespace))
Dtest_bigmem.py225 whitespace = ' \f\n\r\t\v'
226 repeats = size // len(whitespace) + 2
227 s = whitespace * repeats
Dtest_float.py1058 whitespace = [
1069 for lead in whitespace:
1070 for trail in whitespace:
Dmath_testcases.txt37 -- ignored. Blank lines, or lines containing only whitespace, are also
Dcmath_testcases.txt13 -- <input_value> is a pair of floats separated by whitespace
43 -- ignored. Blank lines, or lines containing only whitespace, are also
/device/google/bonito/json-c/
DChangeLog78 append things like whitespace indentation.
/device/google/crosshatch/json-c/
DChangeLog78 append things like whitespace indentation.
/device/generic/opengl-transport/host/commands/emugen/
DREADME253 a empty line just whitespace of (" " "\t" "\n") is ignored.
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DVolInfo_Utility_Man_Page.rtf158 \par \hich\af43\dbch\af31505\loch\f43 Each line contains three tokens separated by whitespace. The …
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g93 // Skip whitespace
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g696 // Skip whitespace

12