Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect1 warnings.rscript:6:1: warning: control reaches end of non-void function
2 warnings.rscript:9:7: warning: unused variable 'k'
3 warnings.rscript:11:7: warning: unused variable 'j'
4 warnings.rscript:11:11: warning: variable 'l' is uninitialized when used here
5 warnings.rscript:10:8: note: initialize the variable 'l' to silence this warning
6 warnings.rscript:5:12: warning: unused function 'foo'
7 warnings.rscript:8:13: warning: unused function 'bar'
/frameworks/base/tools/stringslint/
Dstringslint.py53 warnings = None variable
56 global warnings
69 warnings[key] = value
112 global warnings
113 warnings = {}
118 return warnings
218 return warnings
/frameworks/base/services/core/java/com/android/server/pm/
DUserSystemPackageInstaller.java301 final List<String> warnings = getPackagesWhitelistWarnings(); in checkWhitelistedSystemPackages() local
302 final int numberWarnings = warnings.size(); in checkWhitelistedSystemPackages()
310 Slog.w(TAG, warnings.get(i)); in checkWhitelistedSystemPackages()
347 final List<String> warnings = new ArrayList<>(); in getPackagesWhitelistWarnings() local
357 warnings.add(String.format(notPresentFmt, pkgName)); in getPackagesWhitelistWarnings()
359 warnings.add(String.format(notSystemFmt, pkgName)); in getPackagesWhitelistWarnings()
361 warnings.add(String.format(overlayFmt, pkgName)); in getPackagesWhitelistWarnings()
364 return warnings; in getPackagesWhitelistWarnings()
797 final List<String> warnings = getPackagesWhitelistWarnings(); in dumpPackageWhitelistProblems()
798 showIssues(pw, verbose, warnings, "warnings"); in dumpPackageWhitelistProblems()
/frameworks/base/tools/lint/
DREADME.md49 Baseline files can be used to silence known errors (and warnings) that are deemed to be safe. When
62 baseline file. This contains all lint errors and warnings that were found. So the next time
71 As noted above, this baseline file contains warnings too, which might be undesirable. For example,
72 CI tools might surface these warnings in code reviews. In order to create this file without
73 warnings, we need to pass another flag to lint: `--nowarn`. The easiest way to do this is to
/frameworks/base/media/jni/soundpool/
DAndroid.bp23 // Feel free to disable as needed - as warnings are generally ignored,
24 // we treat warnings as errors.
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rscript35 // No warnings for complex data types
/frameworks/compile/slang/
DAndroid.bp126 // Skip missing-field-initializer warnings for mingw.
213 // Skip missing-field-initializer warnings for mingw.
DRSCCOptions.td95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
/frameworks/av/services/mediametrics/
DAndroid.bp16 // Feel free to disable as needed - as warnings are generally ignored,
17 // we treat warnings as errors.
/frameworks/layoutlib/bridge/tests/src/com/android/tools/idea/validator/
DAccessibilityValidatorTests.java404 int warnings = 0; in check() local
415 warnings++; in check()
431 assertEquals("Number of expected warnings",expectedWarnings, warnings); in check()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td361 HelpText<"Set the maximum limit of warnings">;
363 def FatalWarnings : Flag<["--"], "fatal-warnings">,
365 HelpText<"Turn all warnings into errors">;
367 def NoFatalWarnings : Flag<["--"], "no-fatal-warnings">,
369 HelpText<"Do not turn all warnings into errors">;
/frameworks/native/services/vr/hardware_composer/
DAndroid.bp123 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
/frameworks/compile/mclinker/include/mcld/LD/
DDiagMips.inc1 // Mips specific errors and warnings on object file incompatibilities
/frameworks/av/media/libaaudio/src/
DAndroid.bp13 // Feel free to disable as needed - as warnings are generally ignored,
14 // we treat warnings as errors.
/frameworks/base/native/webview/plat_support/
DAndroid.bp78 // To remove warnings from skia header files
/frameworks/base/services/incremental/
DAndroid.bp38 // Disabling due to many unavoidable warnings from POSIX API usage.
/frameworks/native/cmds/installd/
DAndroid.bp85 "-warnings-as-errors=clang-analyzer-security*,cert-*",
/frameworks/base/libs/androidfw/
DAndroid.bp148 // This is to suppress warnings/errors from gtest
/frameworks/base/services/
DAndroid.bp179 // Uncomment to enable output of certain warnings (deprecated, unchecked)
/frameworks/base/api/
DAndroid.bp93 // Silence reflection warnings. See b/168689341
/frameworks/base/tools/aapt2/
Dreadme.md166 - Legacy mode: treats some class of errors as warnings in order to be more compatible
/frameworks/av/media/libaaudio/
DDoxyfile397 # Note: This will also disable the warnings about undocumented members that are
690 # this implies that the warnings are on.
692 # Tip: Turn warnings on while writing the documentation.
698 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
704 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
712 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
/frameworks/av/media/codec2/docs/
Ddoxygen.config425 # Note: This will also disable the warnings about undocumented members that are
722 # this implies that the warnings are on.
724 # Tip: Turn warnings on while writing the documentation.
730 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
736 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
744 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
/frameworks/base/media/native/midi/include/
DDoxyfile434 # Note: This will also disable the warnings about undocumented members that are
731 # this implies that the warnings are on.
733 # Tip: Turn warnings on while writing the documentation.
739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
753 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
/frameworks/wilhelm/doc/
DDoxyfile539 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
545 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
552 # This WARN_NO_PARAMDOC option can be abled to get warnings for

12