| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| stringold.py | 103 # Split a string into a list of space/tab-separated words 104 def split(s, sep=None, maxsplit=0): function 105 """split(str [,sep [,maxsplit]]) -> list of strings 112 (split and splitfields are synonymous) 115 return s.split(sep, maxsplit) 116 splitfields = split 372 Split the argument into words using split, capitalize each 378 return join(map(capitalize, s.split(sep)), sep or ' ')
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| SimpleHTTPServer.py | 150 path = path.split('?',1)[0] 151 path = path.split('#',1)[0] 153 words = path.split('/') 158 head, word = os.path.split(word)
|
| stringold.py | 103 # Split a string into a list of space/tab-separated words 104 def split(s, sep=None, maxsplit=0): function 105 """split(str [,sep [,maxsplit]]) -> list of strings 112 (split and splitfields are synonymous) 115 return s.split(sep, maxsplit) 116 splitfields = split 372 Split the argument into words using split, capitalize each 378 return join(map(capitalize, s.split(sep)), sep or ' ')
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| mem_darwin.go | 9 // Don't split the stack as this function may be invoked without a valid G, 29 // Don't split the stack as this function may be invoked without a valid G,
|
| /prebuilts/go/linux-x86/src/runtime/ |
| mem_darwin.go | 9 // Don't split the stack as this function may be invoked without a valid G, 29 // 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/ov_tree_map_/ |
| split_join_fn_imps.hpp | 44 split(key_const_reference r_key, 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/splay_tree_/ |
| split_join_fn_imps.hpp | 80 split(key_const_reference r_key, 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/thin_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/ov_tree_map_/ |
| split_join_fn_imps.hpp | 44 split(key_const_reference r_key, 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/splay_tree_/ |
| split_join_fn_imps.hpp | 80 split(key_const_reference r_key, 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/thin_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/ov_tree_map_/ |
| split_join_fn_imps.hpp | 44 split(key_const_reference r_key, 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/splay_tree_/ |
| split_join_fn_imps.hpp | 80 split(key_const_reference r_key, 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/thin_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/python/darwin-x86/2.7.5/lib/python2.7/ |
| SimpleHTTPServer.py | 150 path = path.split('?',1)[0] 151 path = path.split('#',1)[0] 153 words = path.split('/') 158 head, word = os.path.split(word)
|
| stringold.py | 103 # Split a string into a list of space/tab-separated words 104 def split(s, sep=None, maxsplit=0): function 105 """split(str [,sep [,maxsplit]]) -> list of strings 112 (split and splitfields are synonymous) 115 return s.split(sep, maxsplit) 116 splitfields = split 372 Split the argument into words using split, capitalize each 378 return join(map(capitalize, s.split(sep)), sep or ' ')
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| macostools.py | 37 dstdir, dstname = os.path.split(dst) 62 head, tail = os.path.split(dst) 83 pardir = os.path.split(dst)[0] 95 mkdirs(os.path.split(dst)[0])
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| SimpleHTTPServer.py | 150 path = path.split('?',1)[0] 151 path = path.split('#',1)[0] 153 words = path.split('/') 158 head, word = os.path.split(word)
|
| stringold.py | 103 # Split a string into a list of space/tab-separated words 104 def split(s, sep=None, maxsplit=0): function 105 """split(str [,sep [,maxsplit]]) -> list of strings 112 (split and splitfields are synonymous) 115 return s.split(sep, maxsplit) 116 splitfields = split 372 Split the argument into words using split, capitalize each 378 return join(map(capitalize, s.split(sep)), sep or ' ')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
| defaults.py | 47 paths = paths.split(":")
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
| AdtConsoleSdkLog.java | 43 for (String s : msg.split("\n")) {
|
| WidgetClassLoader.java | 132 String[] segments = fqcn.split("\\."); 180 classes = line.substring(1).split(" "); 188 classes = line.substring(1).split(" "); 196 classes = line.substring(1).split(" ");
|
| /test/vts/testcases/template/gtest_binary_test/ |
| gtest_binary_test.py | 106 for line in cmd_results[const.STDOUT][1].split('\n'): 111 test_name = line.split('#')[0].strip() 168 for line in stderr.split('\n'): 179 for line in stdout.split('\n'):
|
| /test/vts/utils/python/performance/ |
| benchmark_parser.py | 71 name = bm[self._NAME].split("/", 1)
|
| /test/vts-testcase/kernel/api/proc/ |
| ProcMapsTest.py | 58 lines = contents.split('\n')
|