Searched refs:split (Results 1 - 25 of 25) sorted by relevance

/system/extras/memcpy-perf/
H A Dgraph_memcpy.py25 line_split = line.split(",")
26 size.append(float(line_split[0].split(":")[1]))
27 perf.append(float(line_split[1].split(":")[1].split("G")[0]))
/system/connectivity/shill/test-scripts/
H A Ddebug24 curr_tagset = set(taglist.split("+"))
25 tagset_to_remove = set(sys.argv[1].lstrip("-").split("+"))
H A Drouting.py96 headers = routelist[0].split()
102 route = routeline.split()
/system/core/init/
H A Dcompare-bootcharts.py86 blocks = f.read().split('\n\n')
88 lines = b.split('\n')
115 segs = line.split(' ')
H A Dperfboot.py249 tokens = l.split(' ')
/system/extras/tests/workloads/
H A Datrace-uncompress.py16 parts = out.split('\nTRACE:', 1)
H A Dpowerave.py33 val = float(line.split(" ")[1]) # xxx take 2nd arg in line
/system/core/fastboot/
H A Dengine.cpp95 double split = now(); local
96 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
97 a->start = split;
210 double split = now(); local
212 cur_product, a->prod, (split - a->start));
213 a->start = split;
222 double split = now(); local
223 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
224 a->start = split;
/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dtest_channel.py183 self._test_channel.send_command('CLEAR_EVENT_DELAY', args.split())
194 args.split()]
207 self._test_channel.send_command('SET_EVENT_DELAY', args.split())
/system/core/liblog/
H A Dpmsg_reader.c336 char *split = NULL; local
351 if (split) {
354 split = cp;
357 if (*cp || !split) {
368 split = strchr(prefix, ':');
369 if (split) {
372 split = strchr(prefix, '/');
373 if (!split) {
376 offset = split - prefix;
383 strncmp(&msg[offset + sizeof(prio)], split
[all...]
/system/extras/tests/net_test/
H A Dnet_test.py86 version = os.uname()[2].split("-")[0]
89 version = tuple(int(i) for i in version.split("."))
237 address = [s for s in address.strip().split(" ") if s]
250 route = [s for s in route.strip().split(" ") if s]
259 route = [s for s in route.strip().split("\t") if s]
H A Dcstruct.py85 _fieldnames = _fieldnames.split(" ")
H A Diproute.py505 lladdr = lladdr.split(":")
H A Dmultinetwork_base.py487 if include_multicast or not int(ether.dst.split(":")[0], 16) & 0x1:
H A Dmultinetwork_test.py62 ret = os.spawnvp(os.P_WAIT, iptables, args.split(" "))
/system/media/camera/docs/
H A Dmetadata_helpers.py142 name_list = name.split(".")
708 return "".join([s[0:1].upper() + s[1:] for s in what.split('.')])
866 javatext = "\n".join(line_filter(i) for i in javatext.split("\n")) + "\n"
941 ndktext = "\n".join(line_filter(i) for i in ndktext.split("\n")) + "\n"
965 text_lines = text.split('\n')
1264 SPLIT_CHARS = r'([.|/|_/,]+)' # split by these characters
1265 CAP_LETTER_MIN = 3 # at least 3 components split by above chars, i.e. x.y.z
1271 for words in text.split(" "):
1274 if len(words.split(char)) >= CAP_LETTER_MIN:
1292 split_by_wbr_list = wbr_filter(navigable_string).split("<wb
[all...]
H A Dmetadata_validate.py65 name = entry['entry'].split(".")[-1] # "a.b.c" => "c"
H A Dmetadata_model.py1325 Returns the name as a list split by a period.
1331 return self.name.split(".")
/system/core/adb/
H A Dtest_device.py298 elements = out.split()
402 shlex.split('echo foo; echo bar >&2; exit 17'))
411 shlex.split('-x echo foo; echo bar >&2; exit 17'))
432 self.device.adb_cmd + shlex.split('shell echo $$; sleep 60'),
437 proc_query = shlex.split('ps {0} | grep {0}'.format(remote_pid))
477 shlex.split("sh -c 'echo hello; echo world'"))[0]
482 shlex.split(r'echo hello\;echo world'))[0].splitlines()
486 result = self.device.shell(shlex.split("'true && echo t'"))[0].strip()
489 shlex.split("sh -c 'true && echo t'"))[0].strip()
493 result = self.device.shell(shlex.split('FO
[all...]
/system/vold/bench/
H A Dbenchgen.py67 fd, path = arg.split("<")
114 thread = int(fn.split(".")[-1])
/system/bt/osi/src/
H A Dconfig.c435 char *split = strchr(line_ptr, '='); local
436 if (!split) {
441 *split = '\0';
442 config_set_string(config, section, trim(line_ptr), trim(split + 1));
/system/connectivity/shill/mobile_operator_db/
H A Dserviceproviders_converter.py405 _, fname = os.path.split(__file__)
564 lines = xml_data.split(u'\n')
577 lines_str_ascii = to_print_str_ascii.split('\n')
/system/extras/simpleperf/runtest/
H A Druntest.py215 report_options = test_item.attrib['option'].split()
582 for test in sys.argv[i].split(','):
/system/extras/tests/sdcard/
H A Dplot_sdcard.py164 (time, value) = line.split(None, 1)
/system/extras/verity/
H A DVerityVerifier.java220 String[] fields = tableStr.split(" ");

Completed in 7252 milliseconds