Searched
refs:split (Results
4176 -
4200 of
6499) sorted by null
<<161162163164165166167168169170>>
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| imaplib.py | 195 self.capabilities = tuple(dat[-1].upper().split()) [all...] |
| mimetypes.py | 217 words = line.split()
|
| poplib.py | 198 rets = retval.split()
|
| pyclbr.py | 204 c = n.split('.')
|
| symtable.py | 239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| ic.py | 228 record = self.mapfile(os.path.split(file)[1])
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_csv.py | 739 fieldnames="1 2 3 4 5 6".split(), 758 fieldnames="i1 float i2 s1 s2".split()) 768 fieldnames="1 2 3 4 5 6".split()) 776 fieldnames="1 2 3 4 5 6".split(), [all...] |
| test_glob.py | 21 base, file = os.path.split(filename)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
| xmlbuilder.py | 253 return param.split("=", 1)[1].lower()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| bcppcompiler.py | 221 head, tail = os.path.split (output_filename) 233 # split objects in .obj and .res files
|
| cygwinccompiler.py | 457 ld_exe = out.read().decode('ascii').split()[0]
|
| fancy_getopt.py | 413 Split 'text' into multiple lines of no more than 'width' characters 424 chunks = re.split(r'( +|-+)', text) 455 # (and we know from the re.split above that if a chunk has
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
| register.py | 139 choices = '1 2 3 4'.split()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
| test_filelist.py | 85 for line in MANIFEST_IN.split('\n'):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| generator.py | 55 expanded to 8 spaces) than maxheaderlen, the header will split as 152 # what the encoding is. There is no safe way to split this 154 # ascii split, but if it's multibyte then we could break the 156 # be to not split the string and risk it being too long. 265 lines = text.split('\n')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| imaplib.py | 195 self.capabilities = tuple(dat[-1].upper().split()) [all...] |
| mimetypes.py | 217 words = line.split()
|
| poplib.py | 198 rets = retval.split()
|
| pyclbr.py | 204 c = n.split('.')
|
| symtable.py | 239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_csv.py | 739 fieldnames="1 2 3 4 5 6".split(), 758 fieldnames="i1 float i2 s1 s2".split()) 768 fieldnames="1 2 3 4 5 6".split()) 776 fieldnames="1 2 3 4 5 6".split(), [all...] |
| test_glob.py | 21 base, file = os.path.split(filename)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
| xmlbuilder.py | 253 return param.split("=", 1)[1].lower()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
| UiFlagAttributeNode.java | 162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
| ProjectClassLoader.java | 131 String[] segments = name.split("\\."); //$NON-NLS-1$
|
Completed in 1466 milliseconds
<<161162163164165166167168169170>>