Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 19 of 19) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Dlog.h26 #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/
Dmacros.h44 #warning "Missing compiler-specific macros"
/system/chre/build/
Dcommon.mk8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
/system/bt/btif/src/
Dbtif_bqr.cc312 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/
DAndroid.bp80 // Unexpected logging of string pointer warning from gmock
/system/core/init/
Dperfboot.py217 logging.warning('dm-verity is not enabled for /%s. Did you run '
257 logging.warning('Unknown tag \'%s\'. Ignoring...', tag)
/system/core/logd/
DLogKlog.cpp703 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()
DLogTags.cpp499 static int openFile(const char* name, int mode, bool warning) { in openFile() argument
501 if ((fd < 0) && warning) { in openFile()
/system/update_engine/
Dpylintrc116 # 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/
DAndroid.mk12 $(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/
Dutils.py61 logging.warning(msg)
/system/media/audio_utils/include/audio_utils/
DStatistics.h66 #warning "fast math enabled, could optimize out KahanSum correction"
/system/chre/platform/shared/idl/
Dhost_messages.fbs178 /// uint8_t - log level (1 = error, 2 = warning,
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1102 --warning vendor content after flash vendor
/system/chre/pal/doc/
DDoxyfile700 # 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/
DDoxyfile700 # 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/
DDoxyfile678 # 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
DDoxyfile.orig678 # 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/
Dlogprint.cpp1620 #warning "This code assumes that getpwuid is thread safe, only true with Bionic!" in android_log_formatLogLine()