Searched refs:warning (Results 1 – 19 of 19) sorted by relevance
/system/core/libcutils/include_vndk/cutils/ |
D | log.h | 26 #pragma GCC diagnostic warning "-W#warnings" 31 #pragma GCC diagnostic warning "-W#warnings" 34 #pragma GCC diagnostic warning "-Wcpp" 38 #warning "Deprecated: don't include cutils/log.h, use either android/log.h or log/log.h"
|
/system/chre/util/include/chre/util/ |
D | macros.h | 44 #warning "Missing compiler-specific macros"
|
/system/chre/build/ |
D | common.mk | 8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 312 bool warning = (p_event->rssi_ < kCriWarnRssi || in DebugDump() local 318 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()
|
/system/libvintf/test/ |
D | Android.bp | 80 // Unexpected logging of string pointer warning from gmock
|
/system/core/init/ |
D | perfboot.py | 217 logging.warning('dm-verity is not enabled for /%s. Did you run ' 257 logging.warning('Unknown tag \'%s\'. Ignoring...', tag)
|
/system/core/logd/ |
D | LogKlog.cpp | 703 static const char warning[] = "WARNING"; in log() local 704 static const ssize_t warningLen = strlen(warning); in log() 719 !fastcmp<strncasecmp>(tag, warning, warningLen)) || in log()
|
D | LogTags.cpp | 499 static int openFile(const char* name, int mode, bool warning) { in openFile() argument 501 if ((fd < 0) && warning) { in openFile()
|
/system/update_engine/ |
D | pylintrc | 116 # note). You have access to the variables errors warning, statement which 120 #evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) 413 # warning. 437 # Exceptions that will emit a warning when being caught. Defaults to
|
/system/sepolicy/ |
D | Android.mk | 12 $(warning BOARD_SEPOLICY_UNION is no longer required - all files found in BOARD_SEPOLICY_DIRS are i… 89 $(warning Be careful when using the SELINUX_IGNORE_NEVERALLOWS flag. \
|
/system/extras/simpleperf/scripts/ |
D | utils.py | 61 logging.warning(msg)
|
/system/media/audio_utils/include/audio_utils/ |
D | Statistics.h | 66 #warning "fast math enabled, could optimize out KahanSum correction"
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 178 /// uint8_t - log level (1 = error, 2 = warning,
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 1102 --warning vendor content after flash vendor
|
/system/chre/pal/doc/ |
D | Doxyfile | 700 # Configuration options related to warning and progress messages 710 # The WARNINGS tag can be used to turn on/off the warning messages that are 743 # a warning is encountered. 748 # The WARN_FORMAT tag determines the format of the warning messages that doxygen 750 # will be replaced by the file and line number from which the warning originated 751 # and the warning text. Optionally the format may contain $version, which will 758 # The WARN_LOGFILE tag can be used to specify a file to which warning and error 2338 # generate a warning when it encounters a \startuml command in this case and
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 700 # Configuration options related to warning and progress messages 710 # The WARNINGS tag can be used to turn on/off the warning messages that are 743 # a warning is encountered. 748 # The WARN_FORMAT tag determines the format of the warning messages that doxygen 750 # will be replaced by the file and line number from which the warning originated 751 # and the warning text. Optionally the format may contain $version, which will 758 # The WARN_LOGFILE tag can be used to specify a file to which warning and error 2338 # generate a warning when it encounters a \startuml command in this case and
|
/system/media/audio_utils/ |
D | Doxyfile | 678 # Configuration options related to warning and progress messages 688 # The WARNINGS tag can be used to turn on/off the warning messages that are 720 # The WARN_FORMAT tag determines the format of the warning messages that doxygen 722 # will be replaced by the file and line number from which the warning originated 723 # and the warning text. Optionally the format may contain $version, which will 730 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
|
D | Doxyfile.orig | 678 # Configuration options related to warning and progress messages 688 # The WARNINGS tag can be used to turn on/off the warning messages that are 720 # The WARN_FORMAT tag determines the format of the warning messages that doxygen 722 # will be replaced by the file and line number from which the warning originated 723 # and the warning text. Optionally the format may contain $version, which will 730 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
|
/system/core/liblog/ |
D | logprint.cpp | 1620 #warning "This code assumes that getpwuid is thread safe, only true with Bionic!" in android_log_formatLogLine()
|