Searched refs:strip (Results 1 – 25 of 25) sorted by relevance
/system/core/healthd/ |
D | Android.mk | 37 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true) 41 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true) 49 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
|
/system/core/adb/ |
D | test_device.py | 46 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root' 63 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root' 140 self.assertEqual('', msg.strip(), 163 self.assertEqual('', msg.strip()) 177 self.assertEqual('', msg.strip(), 192 self.assertEqual('', msg.strip()) 196 self.assertEqual('', msg.strip(), 211 self.assertEqual('', msg.strip()) 297 out = self.device.shell(['cat', '/proc/uptime'])[0].strip() 435 remote_pid = sleep_proc.stdout.readline().strip() [all …]
|
/system/vold/bench/ |
D | benchgen.py | 60 name = name.strip('<>"') 68 path = path.strip(">") 98 args.append(arg.strip()) 103 args.append(arg.strip())
|
/system/extras/simpleperf/ |
D | report.py | 106 if not line.strip('| \t'): 109 line = line.strip('| \t') 120 line = line.strip('|- \t')
|
/system/extras/tests/net_test/ |
D | net_test.py | 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]
|
D | sock_diag.py | 117 data = nla_data.strip("\x00")
|
D | iproute.py | 284 data = nla_data.strip("\x00")
|
/system/core/init/ |
D | compare-bootcharts.py | 123 proc_name = segs[1].strip('()')
|
D | perfboot.py | 231 line = line.strip()
|
/system/bt/hci/ |
D | Android.mk | 47 ifeq (,$(strip $(SANITIZE_TARGET)))
|
/system/connectivity/shill/mobile_operator_db/ |
D | serviceproviders_converter.py | 565 lines = [line.strip(u'\n') for line in lines] 566 lines = [line for line in lines if not line.strip() == u''] 567 lines = [line.strip(u'\n') for line in lines if line.strip()]
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 48 if err and err.strip():
|
D | insertkeys.py | 41 line = line.strip()
|
/system/bt/tools/scripts/ |
D | btsnooz.py | 156 base64_string += line.strip()
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 389 if not line.strip('| \t'): 392 function_name = line.strip('| \t') 405 line = line.strip('|- \t')
|
/system/tools/aidl/tests/ |
D | integration-test.py | 100 return result.stdout.strip()
|
/system/core/fastboot/ |
D | fastboot.cpp | 601 static char *strip(char *s) in strip() function 650 name = strip(name); in setup_requirement_line() 651 for(n = 0; n < count; n++) val[n] = strip(val[n]); in setup_requirement_line() 653 name = strip(name); in setup_requirement_line() 664 out[n] = strdup(strip(val[n])); in setup_requirement_line()
|
/system/tpm/attestation/common/ |
D | proto_print.py | 132 line = line.strip()
|
/system/media/camera/docs/ |
D | metadata_parser_xml.py | 118 return "".join([i.strip() for i in MetadataParserXml._find_direct_strings(element)])
|
D | metadata_template.mako | 24 % if tag.description and tag.description.strip():
|
D | metadata_helpers.py | 1170 shortname = match.group(2).strip()
|
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 139 line = line.strip()
|
/system/sepolicy/ |
D | README | 99 editor and strip out anything outside the opening and closing scissor lines. Failure to do
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 137 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 141 # strip. 149 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
D | Doxyfile | 137 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 141 # strip. 149 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|