/device/google/crosshatch/vibrator/ |
D | impl.cpp | 47 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/ |
D | service.cpp | 54 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/ |
D | netrc.py | 57 lexer.whitespace = ' \t' 61 lexer.whitespace = ' \t\r\n'
|
D | shlex.py | 43 self.whitespace = ' \t\r\n' 137 elif nextchar in self.whitespace: 203 elif nextchar in self.whitespace:
|
D | stringold.py | 26 whitespace = ' \t\n\r\v\f' variable 429 from strop import maketrans, lowercase, uppercase, whitespace
|
D | string.py | 23 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/ |
D | service.cpp | 64 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/ |
D | handler.py | 168 def ignorableWhitespace(self, whitespace): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | handler.py | 168 def ignorableWhitespace(self, whitespace): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | string.py | 23 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/ |
D | fancy_getopt.py | 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
|
D | util.py | 316 _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/ |
D | test_strop.py | 116 strop.whitespace
|
D | test_string.py | 70 string.whitespace
|
D | test_cookielib.py | 917 for whitespace in " ", "": 929 int(c, url, "foo1=bar%s%s" % (vs, whitespace)) 930 int(c, url, "foo2=bar%s; secure%s" % (vs, whitespace))
|
D | test_bigmem.py | 225 whitespace = ' \f\n\r\t\v' 226 repeats = size // len(whitespace) + 2 227 s = whitespace * repeats
|
D | test_float.py | 1058 whitespace = [ 1069 for lead in whitespace: 1070 for trail in whitespace:
|
D | math_testcases.txt | 37 -- ignored. Blank lines, or lines containing only whitespace, are also
|
D | cmath_testcases.txt | 13 -- <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/ |
D | ChangeLog | 78 append things like whitespace indentation.
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 78 append things like whitespace indentation.
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 253 a empty line just whitespace of (" " "\t" "\n") is ignored.
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | VolInfo_Utility_Man_Page.rtf | 158 \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/ |
D | VfrSyntax.g | 93 // Skip whitespace
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 696 // Skip whitespace
|