Searched refs:strip (Results 1 – 25 of 31) sorted by relevance
12
/system/core/healthd/ |
D | Android.mk | 37 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/ |
D | test_device.py | 47 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 …]
|
D | test_adb.py | 229 output.strip(), 'connected to localhost:{}'.format(port))
|
/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/tests/bootloader/ |
D | bootctl.py | 61 return self._exec("get-suffix " + str(slot))[1].strip()
|
/system/chre/build/arch/ |
D | hexagon.mk | 67 TARGET_CFLAGS += -m$(strip $(HEXAGON_ARCH))
|
/system/extras/simpleperf/scripts/ |
D | report.py | 140 if not line.strip('| \t'): 143 line = line.strip('| \t') 154 line = line.strip('|- \t')
|
D | app_profiler.py | 117 log_fatal('unsupported architecture: %s' % output.strip())
|
/system/core/libcutils/ |
D | fs_config.c | 251 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/ |
D | compare-bootcharts.py | 123 proc_name = segs[1].strip('()')
|
D | perfboot.py | 231 line = line.strip()
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 48 if err and err.strip():
|
D | insertkeys.py | 41 line = line.strip()
|
/system/update_engine/scripts/update_payload/ |
D | common.py | 157 return digest.encode('base64').strip()
|
/system/tools/aidl/tests/ |
D | integration-test.py | 100 return result.stdout.strip()
|
/system/bt/tools/scripts/ |
D | btsnooz.py | 156 base64_string += line.strip()
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 428 if not line.strip('| \t'): 431 function_name = line.strip('| \t') 444 line = line.strip('|- \t')
|
/system/core/libbacktrace/ |
D | Android.bp | 122 strip: {
|
/system/sepolicy/tests/ |
D | policy.py | 13 self.perms = set((data[4].strip()).split(' '))
|
/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():
|
/system/core/fastboot/ |
D | fastboot.cpp | 623 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/ |
D | plot_sdcard.py | 139 line = line.strip()
|
/system/update_engine/ |
D | Android.mk | 518 ifeq ($(strip $(PRODUCT_STATIC_BOOT_CONTROL_HAL)),) 521 ifeq ($(strip $(AB_OTA_UPDATER)),true)
|
12