| /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
| startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
| /prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
| startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
| /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 132 split(Pred, PB_DS_CLASS_C_DEC&);
|
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 132 split(Pred, PB_DS_CLASS_C_DEC&);
|
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 132 split(Pred, PB_DS_CLASS_C_DEC&);
|
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_compat.py | 31 data = "The quick brown fox jumped over the lazy dog.".split()
|
| /prebuilts/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
| fixer_base.py | 185 pkg = self.skip_on.split(".")
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| macresource.py | 45 filename = modname.split('.')[-1] + '.rsrc'
|
| /prebuilts/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
| util.py | 93 path_parts = path_info.split('/')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_compat.py | 31 data = "The quick brown fox jumped over the lazy dog.".split()
|
| /prebuilts/python/linux-x86/2.7.5/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))
|