Searched refs:warning (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/arch-arm/bionic/ |
D | atexit_legacy.c | 54 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n"; in atexit() local 56 __libc_format_log(ANDROID_LOG_WARN, "libc", warning); in atexit() 57 fprintf(stderr, warning); in atexit()
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
D | ipt_LOG.h | 21 #warning "Please update iptables, this file will be removed soon!"
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 21 #warning "Please update iptables, this file will be removed soon!"
|
/bionic/libc/tools/ |
D | genversion-scripts.py | 33 warning = "Generated by %s. Do not edit." % script_name variable 55 fout.write("# %s\n" % warning)
|
D | gensyscalls.py | 31 warning = "Generated by gensyscalls.py. Do not edit." variable 51 syscall_stub_header = "/* " + warning + " */\n" + \ 565 glibc_fp.write("/* %s */\n" % warning)
|
D | pylintrc | 60 # note). You have access to the variables errors warning, statement which 64 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) 278 # Exceptions that will emit a warning when being caught. Defaults to
|
/bionic/libc/arch-x86/generic/string/ |
D | strcat.S | 11 .section .gnu.warning.strcat
|
/bionic/tools/bionicbb/ |
D | tasks.py | 60 logging.warning('MessageType %s unhandled.', msg_type)
|
D | bionicbb.py | 86 logging.warning('Result for bionic-lint ignored')
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 1101 def writeWithWarning(self, out, warning, left_count, repeat_count, indent): argument 1115 out.write(warning) 1124 out.write(warning) 1248 def writeWithWarning(self, out, warning, repeat_count): argument 1252 left_count, indent = b.writeWithWarning(out, warning, left_count,
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 20 a warning, as appropriate. 145 temporarily support these libraries; so if you see a warning that means
|