Searched
refs:split (Results
2726 -
2750 of
6499) sorted by null
<<101102103104105106107108109110>>
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
| fixer_base.py | 185 pkg = self.skip_on.split(".")
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
| macresource.py | 45 filename = modname.split('.')[-1] + '.rsrc'
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_cmd.py | 156 l = s.split()
|
| test_multibytecodec_support.py | 285 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+')) 292 data = line.split('#')[0].strip().split() 323 codech = ''.join(chr(int(c, 16)) for c in coded.split())
|
| test_ntpath.py | 42 tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar')) 43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")', 46 tester('ntpath.split("c:\\")', ('c:\\', '')) 47 tester('ntpath.split("\\\\conky\\mountpoint\\")', 50 tester('ntpath.split("c:/")', ('c:/', '')) 51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', '')) 171 currentdir = os.path.split(os.getcwd())[-1]
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| uu.py | 111 hdrfields = hdr.split(' ', 2)
|
| webbrowser.py | 36 # User gave us a command line, split it into name and args 37 browser = shlex.split(browser) 84 cmd = browser.split()[0] 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/ |
| util.py | 93 path_parts = path_info.split('/')
|
| /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/ |
| type_printers.py | 76 for name in arg.split():
|
| xmethods.py | 51 parts = argv[1].split(";", 1)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
| test_compat.py | 31 data = "The quick brown fox jumped over the lazy dog.".split()
|
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| version.py | 173 # string is split up into a tuple of integer and string components, and 178 # numbers: just split on period and compare the numbers as tuples. 274 self.component_re.split(vstring))
|
| /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
| configHandler.py | 490 eventName,default='').split() 509 eventName,default='').split() 523 binding=self.GetOption('keys',keySetName,eventName,default='').split() 667 value=string.split(value,';')
|
| macosxSupport.py | 153 if tuple(map(int, tkversion.split('.'))) < (8, 4, 14):
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
| fixer_base.py | 185 pkg = self.skip_on.split(".")
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_cmd.py | 156 l = s.split()
|
| test_multibytecodec_support.py | 285 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+')) 292 data = line.split('#')[0].strip().split() 323 codech = ''.join(chr(int(c, 16)) for c in coded.split())
|
| test_ntpath.py | 42 tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar')) 43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")', 46 tester('ntpath.split("c:\\")', ('c:\\', '')) 47 tester('ntpath.split("\\\\conky\\mountpoint\\")', 50 tester('ntpath.split("c:/")', ('c:/', '')) 51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', '')) 171 currentdir = os.path.split(os.getcwd())[-1]
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| uu.py | 111 hdrfields = hdr.split(' ', 2)
|
| webbrowser.py | 36 # User gave us a command line, split it into name and args 37 browser = shlex.split(browser) 84 cmd = browser.split()[0] 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/ |
| util.py | 93 path_parts = path_info.split('/')
|
| /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/ |
| type_printers.py | 76 for name in arg.split():
|
| xmethods.py | 51 parts = argv[1].split(";", 1)
|
| /prebuilts/go/darwin-x86/src/math/ |
| sin.go | 121 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts 178 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts
|
| /prebuilts/go/linux-x86/src/math/ |
| sin.go | 121 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts 178 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts
|
Completed in 1195 milliseconds
<<101102103104105106107108109110>>