| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_urlparse.py | 31 def checkRoundtrips(self, url, parsed, split): 60 self.assertEqual(result, split) 63 self.assertEqual(t, split) 119 for url, parsed, split in testcases: 120 self.checkRoundtrips(url, parsed, split) 144 for url, parsed, split in testcases: 147 split = (scheme,) + split 148 self.checkRoundtrips(url, parsed, split)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| _MozillaCookieJar.py | 71 line.split("\t")
|
| cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 163 name = where + strong(name.split('.')[-1]) 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 237 elif where != 'local': name = where + name.split('.')[-1]
|
| platform.py | 208 tv = string.split(line) 216 values = string.split(value,'-') 224 pkg = string.split(line,'-') 284 l = string.split(string.strip(firstline)) 457 l = string.split(version,'.') 888 l = string.split(release,'.') [all...] |
| shlex.py | 7 # Posix compliance, split(), string arguments, and 19 __all__ = ["shlex", "split"] 274 def split(s, comments=False, posix=True): function
|
| string.py | 48 Split the argument into words using split, capitalize each 53 sep is used to split and join the words. 56 return (sep or ' ').join(x.capitalize() for x in s.split(sep)) 280 # Split a string into a list of space/tab-separated words 281 def split(s, sep=None, maxsplit=-1): function 282 """split(s [,sep [,maxsplit]]) -> list of strings 289 (split and splitfields are synonymous) 292 return s.split(sep, maxsplit) 293 splitfields = split [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| config.py | 64 index_servers.split('\n')
|
| versionpredicate.py | 115 self.pred = [splitUp(aPred) for aPred in str.split(",")]
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| FileDialog.py | 117 self.directory, default = os.path.split(dir_or_file) 184 head, tail = os.path.split(self.get_selection()) 193 return os.path.split(filter) 255 head, tail = os.path.split(file)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
| fix_import.py | 89 imp_name = imp_name.split(u".", 1)[0]
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_mhlib.py | 32 return os.path.join(*f.split('/')) 35 dir = os.path.split(fname)[0] 73 lines = s.split("\n") 82 base, file = os.path.split(fname)
|
| test_sort.py | 175 data = 'The quick Brown fox Jumped over The lazy Dog'.split() 182 data = 'The quick Brown fox Jumped over The lazy Dog'.split() 198 data = 'The quick Brown fox Jumped over The lazy Dog'.split() 203 data = 'The quick Brown fox Jumped over The lazy Dog'.split()
|
| test_urlparse.py | 31 def checkRoundtrips(self, url, parsed, split): 60 self.assertEqual(result, split) 63 self.assertEqual(t, split) 119 for url, parsed, split in testcases: 120 self.checkRoundtrips(url, parsed, split) 144 for url, parsed, split in testcases: 147 split = (scheme,) + split 148 self.checkRoundtrips(url, parsed, split)
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| mem_windows.go | 21 // Don't split the stack as this function may be invoked without a valid G, 81 // Don't split the stack as this function may be invoked without a valid G,
|
| /prebuilts/go/linux-x86/src/runtime/ |
| mem_windows.go | 21 // Don't split the stack as this function may be invoked without a valid G, 81 // Don't split the stack as this function may be invoked without a valid G,
|
| /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/ |
| pairing_heap_.hpp | 134 split(Pred, pairing_heap&);
|
| /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc_binomial_heap_.hpp | 123 split(Pred, PB_DS_CLASS_C_DEC&);
|
| /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/ |
| pairing_heap_.hpp | 134 split(Pred, pairing_heap&);
|
| /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc_binomial_heap_.hpp | 123 split(Pred, PB_DS_CLASS_C_DEC&);
|
| /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/ |
| pairing_heap_.hpp | 134 split(Pred, pairing_heap&);
|
| /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc_binomial_heap_.hpp | 123 split(Pred, PB_DS_CLASS_C_DEC&);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| _MozillaCookieJar.py | 71 line.split("\t")
|
| cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 163 name = where + strong(name.split('.')[-1]) 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 237 elif where != 'local': name = where + name.split('.')[-1]
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| config.py | 64 index_servers.split('\n')
|
| versionpredicate.py | 115 self.pred = [splitUp(aPred) for aPred in str.split(",")]
|