Searched refs:warning (Results 1 – 25 of 37) sorted by relevance
12
/system/extras/ |
D | .clang-format-none | 2 # any warning.
|
/system/extras/simpleperf/demo/ |
D | .clang-format | 2 # any warning.
|
/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/chre/build/ |
D | common.mk | 8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
|
/system/tools/aidl/ |
D | diagnostics.inc | 12 DIAG(unknown_warning, "unknown-warning", false)
|
/system/bpf/ |
D | Android.bp | 33 // Many calls to snprintf/sscanf/memset/memcpy in libbpf.c have the following warning.
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 127 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/ |
D | IFoo.hal | 21 // since this is only a warning for now
|
/system/extras/simpleperf/scripts/ |
D | run_simpleperf_without_usb_connection.py | 69 logging.warning('No simpleperf process on device. The recording has ended.')
|
D | stackcollapse.py | 74 logging.warning(
|
D | report.py | 188 logging.warning('some callgraphs are skipped in brief callgraph mode')
|
D | binary_cache_builder.py | 121 logging.warning('failed to pull %s from device', path)
|
/system/chre/build/variant/ |
D | aosp_cm4_exynos-embos.mk | 45 GCC_SO_LDFLAGS += --no-wchar-size-warning
|
/system/chre/util/include/chre/util/ |
D | macros.h | 122 #warning "Missing compiler-specific macros"
|
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
D | macros.h | 122 #warning "Missing compiler-specific macros"
|
/system/logging/logd/ |
D | LogKlog.cpp | 631 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()
|
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/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/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/sepolicy/ |
D | Android.mk | 6 $(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/ |
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/extras/perf2cfg/perf2cfg/ |
D | edit.py | 283 logging.warning(
|
/system/update_engine/scripts/ |
D | update_device.py | 140 logging.warning(
|
/system/unwinding/libunwindstack/ |
D | Android.bp | 44 // Disable this warning, it doesn't provide any useful data.
|
12