Home
last modified time | relevance | path

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

12

/system/extras/
D.clang-format-none2 # any warning.
/system/extras/simpleperf/demo/
D.clang-format2 # any warning.
/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/chre/build/
Dcommon.mk8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
/system/tools/aidl/
Ddiagnostics.inc12 DIAG(unknown_warning, "unknown-warning", false)
/system/bpf/
DAndroid.bp33 // Many calls to snprintf/sscanf/memset/memcpy in libbpf.c have the following warning.
/system/libvintf/analyze_matrix/
Dhals_for_release.py127 logger.warning("`%s` exits with code %d with the following error: %s", " ".join(command),
148 logger.warning("Unknown level '%s' in file: %s", output, file)
190 logger.warning("Found duplicated matrix for level %s, ignoring: %s", level, file)
454 logger.warning("Nothing to show, because no matrices found in '%s'.", args.input)
/system/tools/hidl/test/error_test/import_identifier/1.0/
DIFoo.hal21 // since this is only a warning for now
/system/extras/simpleperf/scripts/
Drun_simpleperf_without_usb_connection.py69 logging.warning('No simpleperf process on device. The recording has ended.')
Dstackcollapse.py74 logging.warning(
Dreport.py188 logging.warning('some callgraphs are skipped in brief callgraph mode')
Dbinary_cache_builder.py121 logging.warning('failed to pull %s from device', path)
/system/chre/build/variant/
Daosp_cm4_exynos-embos.mk45 GCC_SO_LDFLAGS += --no-wchar-size-warning
/system/chre/util/include/chre/util/
Dmacros.h122 #warning "Missing compiler-specific macros"
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Dmacros.h122 #warning "Missing compiler-specific macros"
/system/logging/logd/
DLogKlog.cpp631 static const char warning[] = "WARNING"; in log() local
632 static const ssize_t warningLen = strlen(warning); in log()
646 ((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/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/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/sepolicy/
DAndroid.mk6 $(warning BOARD_SEPOLICY_UNION is no longer required - all files found in BOARD_SEPOLICY_DIRS are i…
74 $(warning Be careful when using the SELINUX_IGNORE_NEVERALLOWS flag. \
/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/extras/perf2cfg/perf2cfg/
Dedit.py283 logging.warning(
/system/update_engine/scripts/
Dupdate_device.py140 logging.warning(
/system/unwinding/libunwindstack/
DAndroid.bp44 // Disable this warning, it doesn't provide any useful data.

12