Home
last modified time | relevance | path

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

12

/system/bt/gd/cert/
Dos_utils.py67 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))
Dgd_device.py313 … 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-format2 # any warning.
/system/extras/
D.clang-format-none2 # any warning.
/system/libvintf/analyze_matrix/
Dhals_for_release.py119 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/
Ddiagnostics.inc10 DIAG(unknown_warning, "unknown-warning", false)
DAndroid.bp491 // warning: keep this list up to date with tests/golden_test.sh
/system/chre/build/
Dcommon.mk8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
/system/chre/util/include/chre/util/
Dmacros.h78 #warning "Missing compiler-specific macros"
/system/chre/external/flatbuffers/include/flatbuffers/
Dbase.h315 #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/
DIFoo.hal21 // since this is only a warning for now
/system/bt/gd/packet/parser/
DBUILD.gn30 "-Wno-unknown-warning-option",
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1337 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/
Dcert_l2cap.py154 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/
DLogKlog.cpp653 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()
DLogTags.cpp483 static int openFile(const char* name, int mode, bool warning) { in openFile() argument
485 if (fd < 0 && warning) { in openFile()
/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/apex/
Dpylintrc174 # 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/
Dpylintrc168 # 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/
Dbtif_bqr.cc513 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/
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/bt/
DBUILD.gn104 "-Wno-unknown-warning-option",
/system/extras/perf2cfg/perf2cfg/
Dedit.py283 logging.warning(
/system/update_engine/scripts/
Dupdate_device.py128 logging.warning(
/system/chre/chpp/
DRELEASE_NOTES.md90 …- Improved compiler compatibility for MSVC, as well as when enabling additional compiler warning f…

12