| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| PluralRules.java | 1167 static String[] split(String source) { method in class:PluralRules.SimpleTokenizer [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| TextTrieMap.java | 303 next.split(matchLen); 344 private void split(int offset) { 345 // split the current node at the offset
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| PluralRules.java | 1003 for (String range : COMMA_SEPARATED.split(source)) { 1012 String[] rangeParts = TILDE_SEPARATED.split(range); 1121 static String[] split(String source) { method in class:PluralRules.SimpleTokenizer [all...] |
| /external/libmojo/third_party/catapult/devil/devil/android/ |
| device_utils_devicetest.py | 214 ['ps', '|', 'grep', 'adbd'])[1].split()[1] 217 ['ps', '|', 'grep', 'adbd'])[1].split()[1]
|
| forwarder.py | 117 tokens = output.split(':') 265 (pid, process_start_time) = pid_with_start_time.split(':')
|
| /external/libxml2/doc/examples/ |
| index.py | 66 lines = string.split(comment, "\n") 76 (it, line) = string.split(line, ":", 1)
|
| /external/libxml2/ |
| regressions.py | 109 for f in string.split(testDescription['flag']): 232 for f in string.split(testDescription['exclfile']):
|
| /external/lisa/libs/utils/android/ |
| benchmark.py | 212 for ch in self.args.iio_channel_map.split(','): 213 ch_name, ch_id = ch.split(':')
|
| /external/llvm/utils/lit/lit/ |
| discovery.py | 36 parent,base = os.path.split(path) 66 parent,base = os.path.split(item)
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_fs_vector_splitting.cpp | 28 * split those components out to individual variables so they can be 115 /* Can't split varyings or uniforms. Function in/outs won't get split 171 /* We'll split copies of a vector to copies of channels, so don't 191 * split them, so just accept the body here. 334 /* Trim out variables we can't split. */ 353 /* Replace the decls of the vectors to be split with their split 393 ir_vector_splitting_visitor split(refs.ht); 394 visit_list_elements(&split, instructions) [all...] |
| /external/messageformat/java/com/ibm/icu/simple/ |
| PluralRules.java | 982 for (String range : COMMA_SEPARATED.split(source)) { 991 String[] rangeParts = TILDE_SEPARATED.split(range); 1106 static String[] split(String source) { method in class:PluralRules.SimpleTokenizer [all...] |
| /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
| Main.java | 209 String[] parts = header.split(":", -1); 229 String[] parts = header.split(":", 2);
|
| /external/python/cpython2/Demo/tkinter/ttk/ |
| ttkcalendar.py | 107 cols = self._cal.formatweekheader(3).split() 129 width, height = self._calendar.master.geometry().split('x')
|
| /external/python/cpython2/Lib/distutils/command/ |
| config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
| /external/python/cpython2/Lib/distutils/ |
| filelist.py | 60 sortable_files = map(os.path.split, self.files) 79 words = line.split() 113 # Parse the line: split it up, make sure the right number of words
|
| /external/python/cpython2/Lib/idlelib/ |
| ClassBrowser.py | 104 dir, file = os.path.split(self.file) 227 dir, file = os.path.split(file)
|
| /external/python/cpython2/Lib/test/ |
| test_importhooks.py | 110 subname = fullname.split(".")[-1] 240 parent = mname.split(".")[0]
|
| test_pkg.py | 60 if self.pkgname in name.split('.')] 73 comps = name.split()
|
| /external/python/cpython2/Lib/wsgiref/ |
| validate.py | 371 status_code = status.split(None, 1)[0] 408 code = int(status.split(None, 1)[0])
|
| /external/python/cpython2/Tools/compiler/ |
| astgen.py | 59 for arg in args.split(',') if arg] 211 name, args = line.split(':')
|
| /external/python/cpython2/Tools/scripts/ |
| fixcid.py | 130 head, tail = os.path.split(filename) 293 words = line[:i].split()
|
| /external/r8/src/test/java/com/android/tools/r8/optimize/ |
| R8DebugStrippingTest.java | 219 String[] beforeLines = before.split("\n"); 220 String[] afterLines = after.split("\n");
|
| /external/syslinux/bios/utils/ |
| mkdiskimage | 65 foreach $byte ( split(/\s+/, $line) ) { 84 foreach $o ( split(//, substr($a,1)) ) {
|
| /external/toolchain-utils/automation/server/monitor/ |
| dashboard.py | 59 commands = enumerate(job.PrettyFormatCommand().split('\n'), start=1) 89 prefix, msg = line.split(': ', 1)
|
| /external/toolchain-utils/dejagnu/ |
| chromeos.exp.in | 39 set destfile [lindex [file split $file] end]
|