| /external/parameter-framework/upstream/tools/coverage/ |
| coverage.py | 766 list = liststring.split(separator) [all...] |
| /external/ply/ply/ply/ |
| yacc.py | [all...] |
| /external/python/cpython2/Lib/ |
| ConfigParser.py | 486 if line.split(None, 1)[0].lower() == 'rem' and line[0] in "rR":
|
| inspect.py | 374 lines = string.split(string.expandtabs(doc), '\n') [all...] |
| ssl.py | 207 pieces = dn.split(r'.') [all...] |
| /external/python/cpython2/Lib/lib-tk/ |
| turtle.py | 113 from os.path import isfile, split, join 194 key, value = line.split("=") 235 head, tail = split(__file__) [all...] |
| /external/python/cpython2/Lib/lib2to3/ |
| refactor.py | 249 parts = fix_name.split("_")
|
| /external/python/cpython2/Lib/msilib/ |
| __init__.py | 294 parts = file.split(".")
|
| /external/python/cpython2/Lib/plat-mac/ |
| findertools.py | 782 base, file = os.path.split(f)
|
| /external/python/cpython2/Lib/test/ |
| test_asyncore.py | 222 self.assertEqual(os.path.split(f)[-1], 'test_asyncore.py')
|
| test_cfgparser.py | 550 klist = 'red green blue black brown'.split()
|
| test_zlib.py | 705 sources = source.split('\n')
|
| /external/python/cpython2/Parser/ |
| spark.py | 174 rules = string.split(doc)
|
| /external/r8/src/main/java/com/android/tools/r8/ir/optimize/ |
| Outliner.java | 722 // If the inserted invoke is inserted in a block with handlers, split the block after 725 block.listIterator(end).split(code, blocksIterator); [all...] |
| /external/r8/src/main/java/com/android/tools/r8/shaking/ |
| ProguardConfigurationParser.java | [all...] |
| /external/r8/src/test/java/com/android/tools/r8/ |
| ToolHelper.java | 402 List<String> parts = Lists.newArrayList(clazz.getCanonicalName().split("\\."));
|
| /external/selinux/python/sepolgen/src/sepolgen/ |
| lex.py | 468 parts = s.split("_") [all...] |
| refparser.py | 1063 name = os.path.split(root)[1]
|
| refpolicy.py | 287 fields = context.split(":")
|
| /external/skia/infra/bots/recipe_modules/swarming/ |
| api.py | 471 tags.add('name:' + task.title.split(' ')[0]) [all...] |
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| Parser.java | 837 String[] v = split(s); 887 // Split the supplied String into words or phrases seperated by spaces. 888 // Recognises quotes around a phrase and doesn't split it. 889 private static String[] split(String val) throws IllegalArgumentException { method in class:Parser [all...] |
| /external/testng/src/main/java/org/testng/xml/ |
| TestNGContentHandler.java | 687 String[] numbers = in.split(" ");
|
| /external/toolchain-utils/ |
| build_tool.py | 490 boards_to_build = self._board.split(',')
|
| /external/toolchain-utils/crosperf/ |
| machine_manager.py | 90 usable_kbytes = int(line.split()[1])
|
| /external/trappy/trappy/ |
| ftrace.py | 168 cobject.name = cobject.unique_word.split(":")[0]
|