| /system/extras/memcpy-perf/ |
| D | graph_memcpy.py | 25 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/core/fastboot/ |
| D | engine.cpp | 93 double split = now(); in cb_default() local 94 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start)); in cb_default() 95 a->start = split; in cb_default() 208 double split = now(); in cb_check() local 210 cur_product, a->prod, (split - a->start)); in cb_check() 211 a->start = split; in cb_check() 220 double split = now(); in cb_check() local 221 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start)); in cb_check() 222 a->start = split; in cb_check()
|
| /system/core/init/ |
| D | compare-bootcharts.py | 86 blocks = f.read().split('\n\n') 88 lines = b.split('\n') 115 segs = line.split(' ')
|
| /system/bt/build/toolchain/clang/ |
| D | get_clang_suffix.py | 7 for p in os.environ["PATH"].split(os.pathsep): 23 clang_version_array = clang_version_str.split('.')
|
| /system/core/liblog/ |
| D | pmsg_reader.c | 346 char* split = NULL; in __android_log_pmsg_file_read() local 364 if (split) { in __android_log_pmsg_file_read() 367 split = cp; in __android_log_pmsg_file_read() 370 if (*cp || !split) { in __android_log_pmsg_file_read() 381 split = strchr(prefix, ':'); in __android_log_pmsg_file_read() 382 if (split) { in __android_log_pmsg_file_read() 385 split = strchr(prefix, '/'); in __android_log_pmsg_file_read() 386 if (!split) { in __android_log_pmsg_file_read() 389 offset = split - prefix; in __android_log_pmsg_file_read() 396 split + 1, prefix_len - offset)) { in __android_log_pmsg_file_read()
|
| /system/sepolicy/tests/ |
| D | policy.py | 8 data = rule.split(',') 13 self.perms = set((data[4].strip()).split(' ')) 132 rec = i.split() 134 t = rec[-1].split(":")[2]
|
| /system/extras/tools/ |
| D | graph_lockdep_chains | 269 tee /tmp/${progname}.split | 272 fgrep -v -f /tmp/${progname}.short /tmp/${progname}.split 273 rm -f /tmp/${progname}.short /tmp/${progname}.split
|
| /system/bt/vendor_libs/test_vendor_lib/scripts/ |
| D | test_channel.py | 183 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/media/camera/docs/ |
| D | metadata_helpers.py | 142 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') 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("<wbr>")
|
| /system/sepolicy/private/ |
| D | recovery_refresh.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
| D | recovery_persist.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
| D | logd.te | 7 # TODO: deal with tmpfs_domain pub/priv split properly
|
| D | dumpstate.te | 12 # TODO: deal with tmpfs_domain pub/priv split properly
|
| /system/core/adb/ |
| D | test_device.py | 331 elements = out.split() 446 shlex.split('echo foo; echo bar >&2; exit 17')) 455 shlex.split('-x echo foo; echo bar >&2; exit 17')) 476 self.device.adb_cmd + shlex.split('shell echo $$; sleep 60'), 481 proc_query = shlex.split('ps {0} | grep {0}'.format(remote_pid)) 556 shlex.split("sh -c 'echo hello; echo world'"))[0] 561 shlex.split(r'echo hello\;echo world'))[0].splitlines() 565 result = self.device.shell(shlex.split("'true && echo t'"))[0].strip() 568 shlex.split("sh -c 'true && echo t'"))[0].strip() 572 result = self.device.shell(shlex.split('FOO=a BAR=b echo t'))[0].strip() [all …]
|
| /system/extras/simpleperf/scripts/ |
| D | app_profiler.py | 102 strs = build_version.split('.') 183 output = output.split('\n') 185 strs = line.split() 231 for item in maps.split():
|
| D | annotate.py | 99 stdoutdata = stdoutdata.strip().split('\n') 115 file, line = stdoutdata[out_pos].split(':') 116 line = line.split()[0] # Remove comments after line number 552 items = path.split('/') 564 path = os.sep.join(path.split('/'))
|
| /system/extras/tests/workloads/ |
| D | atrace-uncompress.py | 16 parts = out.split('\nTRACE:', 1)
|
| D | powerave.py | 33 val = float(line.split(" ")[1]) # xxx take 2nd arg in line
|
| /system/bt/osi/src/ |
| D | config.cc | 447 char* split = strchr(line_ptr, '='); in config_parse() local 448 if (!split) { in config_parse() 454 *split = '\0'; in config_parse() 455 config_set_string(config, section, trim(line_ptr), trim(split + 1)); in config_parse()
|
| /system/update_engine/scripts/ |
| D | update_device.py | 110 range_str = range_str.split('=', 1)[1] 111 s, e = range_str.split('-', 1)
|
| /system/sepolicy/public/ |
| D | mediametrics.te | 28 # The goal of the mediaserver split is to place media processing code into
|
| D | cameraserver.te | 39 # The goal of the mediaserver split is to place media processing code into
|
| D | mediaextractor.te | 40 # The goal of the mediaserver split is to place media processing code into
|
| /system/vold/bench/ |
| D | benchgen.py | 67 fd, path = arg.split("<") 114 thread = int(fn.split(".")[-1])
|
| /system/extras/verity/ |
| D | build_verity_metadata.py | 55 args_list = shlex.split(signer_args)
|