Searched refs:warnings (Results 1 – 11 of 11) sorted by relevance
/build/tools/ |
D | merge-event-log-tags.py | 39 warnings = [] variable 132 warnings.extend(tagfile.warnings) 139 if warnings: 140 for fn, ln, msg in warnings:
|
D | event_log_tags.py | 41 self.warnings.append((self.filename, linenum, msg)) 48 self.warnings = []
|
D | warn.py | 518 warnings = [] variable
|
/build/core/combo/ |
D | TARGET_linux-mips64.mk | 115 -Wl,--fatal-warnings \
|
D | TARGET_linux-arm64.mk | 114 -Wl,--fatal-warnings \
|
D | TARGET_linux-x86_64.mk | 136 TARGET_GLOBAL_LDFLAGS += -Wl,--fatal-warnings
|
D | TARGET_linux-x86.mk | 127 $(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += -Wl,--fatal-warnings
|
D | TARGET_linux-mips.mk | 109 -Wl,--fatal-warnings \
|
D | TARGET_linux-arm.mk | 138 -Wl,--fatal-warnings \
|
/build/core/ |
D | proguard_basic_keeps.flags | 67 # DO NOT USE THIS: We figured it's dangerous to blindly ignore all support library warnings.
|
/build/tools/releasetools/ |
D | pylintrc | 47 # Only show warnings with the listed confidence levels. Leave empty to show 85 # respectively contain the number of errors / warnings messages and the total
|