Searched refs:strip (Results 1 – 14 of 14) sorted by relevance
/system/core/charger/ |
D | Android.mk | 11 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true) 15 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true) 28 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
|
/system/core/fastbootd/ |
D | config.c | 44 static char *strip(char *str) in strip() function 82 key = strip(key); in config_parse_line() 83 value = strip(value); in config_parse_line()
|
/system/core/liblog/ |
D | Android.mk | 26 ifeq ($(strip $(USE_CYGWIN)),) 31 ifneq ($(strip $(USE_MINGW)),)
|
/system/core/fastboot/ |
D | Android.mk | 38 ifneq ($(strip $(USE_CYGWIN)),) 43 ifneq ($(strip $(USE_MINGW)),)
|
D | fastboot.c | 442 static char *strip(char *s) in strip() function 492 name = strip(name); in setup_requirement_line() 493 for(n = 0; n < count; n++) val[n] = strip(val[n]); in setup_requirement_line() 495 name = strip(name); in setup_requirement_line() 505 out[n] = strdup(strip(val[n])); in setup_requirement_line()
|
/system/core/libcutils/ |
D | Android.mk | 59 ifeq ($(strip $(USE_CYGWIN)),) 64 ifneq ($(strip $(USE_MINGW)),)
|
/system/core/init/ |
D | Android.mk | 21 ifeq ($(strip $(INIT_BOOTCHART)),true)
|
/system/core/adb/ |
D | Android.mk | 39 ifneq ($(strip $(USE_CYGWIN)),) 44 ifneq ($(strip $(USE_MINGW)),)
|
/system/core/libutils/ |
D | Android.mk | 49 ifeq ($(strip $(USE_CYGWIN),),)
|
/system/media/camera/docs/ |
D | metadata_parser_xml.py | 101 return "".join([i.strip() for i in MetadataParserXml._find_direct_strings(element)])
|
D | metadata_helpers.py | 646 for line in ( line.strip() for line in text.splitlines() ):
|
D | metadata_template.mako | 24 % if tag.description and tag.description.strip():
|
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 139 line = line.strip()
|
/system/core/sh/ |
D | TOUR | 271 the variable table as the simplest way to strip duplicates, and
|