Searched refs:split (Results 1 – 25 of 66) sorted by relevance
123
13 rawLines = f.split('\n')17 line = rawLines[x].split()20 ts = int(rawLines[x - 1].split()[-1])29 rawLines = f.split('\r\n')36 chewed = [int(line.split()[5]), int(line.split()[7])]47 rawLines = f.split('\n')50 sidx = lines[0].split().index("Pulled")52 chewed = [[int(x.split()[sidx + 2]), int(x.split()[sidx + 4])] for x in lines]
40 for ln in " ".join(map(str, logstrs)).split("\n"):
86 return path.split('/')[1].split('-')[1]98 return path.split('/')[0]
69 for line in f.read().strip().split('\n'):70 paths = line.split(' ')
21 if key.split('.')[-1] == 'so':24 if v.split('.')[-1] == 'so':73 table[key.split(':')[0]] += item[0]
54 for line in processed.decode('utf-8').split('\n'):72 for line in processed.decode('utf-8').split('\n'):
30 sp = line.split(',')
28 fl = item.split(':')[0]124 for line in result.split('\n'):
189 var split = name.split('/');190 var pkg = split[0];191 var clazz = split.slice(1).join('/');
50 size, name = line.split()53 components = name.split('/')
92 args = shlex.split(cmd)104 lines = decoded.strip().split("\n")
112 parts = line.split()177 for line in result.split("\n"):178 splitted = line.split()188 splitted = result.split("\n")
81 words = line.split()111 words = line.split()
51 split-select
4 split an APK into multiple projects.
66 return Splitter.on(VALUE_DELIMITER).trimResults().omitEmptyStrings().split(str); in .trimResults()123 arr = line.split(":=");125 arr = line.split("\\+=");170 String[] tokens = value.split(" ");
57 parts = line.split(self._VAR_DELIMITER)132 java_libs = java_lib_string.split(' ')
9 split action bar when running on a device with a narrow display, and show three tabs.
212 public EncodedStringValue[] split(String pattern) { in split() method in EncodedStringValue213 String[] temp = getString().split(pattern); in split()231 String[] values = src.split(";"); in extract()
53 String[] langCountry = locale.split("_"); in changeSystemLocale()
73 prefixPath = prefix.split("/"); in getData()90 String[] labelPath = label.split("/"); in getData()
271 if len(output.split()) > 1:324 return get_output('find %s -name "*.apk"' % priv_app_dir).split()484 raw_lines = txt.split('\n')503 raw_lines = txt.split('\n')
196 let target = $(current_item).text().split(':')[2];208 let content = tt.split(':')[2];255 let name = $(item).text().split(':');
89 return mediaID.split(String.valueOf(CATEGORY_SEPARATOR)); in getHierarchy()
285 for (String parameter : parameters.split(" ")) { in configure()286 String[] fields = parameter.split(","); in configure()