Searched refs:warning (Results 1 – 25 of 33) sorted by relevance
12
/system/bt/gd/cert/ |
D | os_utils.py | 67 logging.warning("Empty ports is given to make_ports_available()") 76 logging.warning("Freeing port %d used by %s" % (conn.laddr.port, str(conn))) 81 logging.warning("Killing pid %d that is using port port %d" % (conn.pid, conn.laddr.port))
|
D | gd_device.py | 313 … logging.warning("[%s] Cannot find LLVM symbolizer at %s" % (self.label, str(llvm_symbolizer))) 355 logging.warning("[%s] Failed to index profdata, cmd result: %r" % (self.label, result)) 368 … logging.warning("[%s] Failed to generated coverage report, cmd result: %r" % (self.label, result)) 380 …logging.warning("[%s] Failed to generated coverage summary, cmd result: %r" % (self.label, result)) 582 logging.warning( 609 logging.warning(
|
/system/extras/simpleperf/demo/ |
D | .clang-format | 2 # any warning.
|
/system/extras/ |
D | .clang-format-none | 2 # any warning.
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 119 logger.warning("`%s` exits with code %d with the following error: %s", " ".join(command), 140 logger.warning("Unknown level '%s' in file: %s", output, file) 172 logger.warning("Found duplicated matrix for level %s, ignoring: %s", level, file) 313 logger.warning("Nothing to show, because no matrices found in '%s'.", args.input)
|
/system/tools/aidl/ |
D | diagnostics.inc | 10 DIAG(unknown_warning, "unknown-warning", false)
|
D | Android.bp | 491 // warning: keep this list up to date with tests/golden_test.sh
|
/system/chre/build/ |
D | common.mk | 8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
|
/system/chre/util/include/chre/util/ |
D | macros.h | 78 #warning "Missing compiler-specific macros"
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | base.h | 315 #pragma warning(push) 316 #pragma warning(disable: 4127) // C4127: conditional expression is constant 361 #pragma warning(pop)
|
/system/tools/hidl/test/error_test/import_identifier/1.0/ |
D | IFoo.hal | 21 // since this is only a warning for now
|
/system/bt/gd/packet/parser/ |
D | BUILD.gn | 30 "-Wno-unknown-warning-option",
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 1337 check_ne "${BASE_SYSTEM_DEVT}" "${BASE_VENDOR_DEVT}" --warning system/vendor devt 1418 check_eq "${BASE_SYSTEM_DEVT}" "`adb_sh stat --format=%D /system/bin/stat </dev/null`" --warning ba… 1419 check_eq "${BASE_VENDOR_DEVT}" "`adb_sh stat --format=%D /vendor/bin/stat </dev/null`" --warning ba… 1420 check_eq "${BASE_SYSTEM_DEVT}" "`adb_sh stat --format=%D /system/xbin/su </dev/null`" --warning dev… 1542 --warning vendor content after flash vendor 1547 …check_eq "${BASE_SYSTEM_DEVT}" "`adb_sh stat --format=%D /system/bin/stat </dev/null`" --warning b… 1548 …check_eq "${BASE_SYSTEM_DEVT}" "`adb_sh stat --format=%D /system/xbin/su </dev/null`" --warning de…
|
/system/bt/gd/l2cap/classic/cert/ |
D | cert_l2cap.py | 154 logging.warning("Received config request with unknown dcid") 273 logging.warning("Received config request with unknown dcid") 335 logging.warning("Received config request with unknown dcid")
|
/system/logging/logd/ |
D | LogKlog.cpp | 653 static const char warning[] = "WARNING"; in log() local 654 static const ssize_t warningLen = strlen(warning); in log() 668 ((size == warningLen) && !fastcmp<strncasecmp>(tag, warning, warningLen)) || in log()
|
D | LogTags.cpp | 483 static int openFile(const char* name, int mode, bool warning) { in openFile() argument 485 if (fd < 0 && warning) { in openFile()
|
/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/apex/ |
D | pylintrc | 174 # note). You have access to the variables errors warning, statement which 178 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) 318 # This flag controls whether inconsistent-quotes generates a warning when the 426 # warning. 443 # Exceptions that will emit a warning when being caught. Defaults to
|
/system/tools/mkbootimg/ |
D | pylintrc | 168 # note). You have access to the variables errors warning, statement which 172 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) 311 # This flag controls whether inconsistent-quotes generates a warning when the 419 # warning. 436 # Exceptions that will emit a warning when being caught. Defaults to
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 513 bool warning = (p_event->bqr_link_quality_event_.rssi < kCriWarnRssi || in DebugDump() local 520 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()
|
/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/bt/ |
D | BUILD.gn | 104 "-Wno-unknown-warning-option",
|
/system/extras/perf2cfg/perf2cfg/ |
D | edit.py | 283 logging.warning(
|
/system/update_engine/scripts/ |
D | update_device.py | 128 logging.warning(
|
/system/chre/chpp/ |
D | RELEASE_NOTES.md | 90 …- Improved compiler compatibility for MSVC, as well as when enabling additional compiler warning f…
|
12