Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 31) sorted by relevance

12

/system/core/healthd/
DAndroid.mk37 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true)
40 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
65 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
73 ifeq ($(strip $(BOARD_CHARGER_NO_UI)),true)
92 ifeq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
112 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
120 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
132 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
/system/core/adb/
Dtest_device.py47 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root'
64 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root'
141 self.assertEqual('', msg.strip(),
164 self.assertEqual('', msg.strip())
178 self.assertEqual('', msg.strip(),
193 self.assertEqual('', msg.strip())
196 self.assertEqual('', self.device.forward_list().strip(),
202 port = self.device.forward('tcp:0', 'tcp:8888').strip()
213 self.assertEqual('', msg.strip(),
228 self.assertEqual('', msg.strip())
[all …]
Dtest_adb.py229 output.strip(), 'connected to localhost:{}'.format(port))
/system/vold/bench/
Dbenchgen.py60 name = name.strip('<>"')
68 path = path.strip(">")
98 args.append(arg.strip())
103 args.append(arg.strip())
/system/extras/tests/bootloader/
Dbootctl.py61 return self._exec("get-suffix " + str(slot))[1].strip()
/system/chre/build/arch/
Dhexagon.mk67 TARGET_CFLAGS += -m$(strip $(HEXAGON_ARCH))
/system/extras/simpleperf/scripts/
Dreport.py140 if not line.strip('| \t'):
143 line = line.strip('| \t')
154 line = line.strip('|- \t')
Dapp_profiler.py117 log_fatal('unsupported architecture: %s' % output.strip())
/system/core/libcutils/
Dfs_config.c251 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip() function
266 len = strip(target_out_path, len, "/"); in fs_config_open()
267 len = strip(target_out_path, len, "/system"); in fs_config_open()
/system/core/init/
Dcompare-bootcharts.py123 proc_name = segs[1].strip('()')
Dperfboot.py231 line = line.strip()
/system/sepolicy/tools/
Dpost_process_mac_perms48 if err and err.strip():
Dinsertkeys.py41 line = line.strip()
/system/update_engine/scripts/update_payload/
Dcommon.py157 return digest.encode('base64').strip()
/system/tools/aidl/tests/
Dintegration-test.py100 return result.stdout.strip()
/system/bt/tools/scripts/
Dbtsnooz.py156 base64_string += line.strip()
/system/extras/simpleperf/runtest/
Druntest.py428 if not line.strip('| \t'):
431 function_name = line.strip('| \t')
444 line = line.strip('|- \t')
/system/core/libbacktrace/
DAndroid.bp122 strip: {
/system/sepolicy/tests/
Dpolicy.py13 self.perms = set((data[4].strip()).split(' '))
/system/tpm/attestation/common/
Dproto_print.py132 line = line.strip()
/system/media/camera/docs/
Dmetadata_parser_xml.py118 return "".join([i.strip() for i in MetadataParserXml._find_direct_strings(element)])
Dmetadata_template.mako24 % if tag.description and tag.description.strip():
/system/core/fastboot/
Dfastboot.cpp623 static char *strip(char *s) in strip() function
672 name = strip(name); in setup_requirement_line()
673 for(n = 0; n < count; n++) val[n] = strip(val[n]); in setup_requirement_line()
675 name = strip(name); in setup_requirement_line()
686 out[n] = strdup(strip(val[n])); in setup_requirement_line()
/system/extras/tests/sdcard/
Dplot_sdcard.py139 line = line.strip()
/system/update_engine/
DAndroid.mk518 ifeq ($(strip $(PRODUCT_STATIC_BOOT_CONTROL_HAL)),)
521 ifeq ($(strip $(AB_OTA_UPDATER)),true)

12