/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 1 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/core/java/android/hardware/usb/flags/ |
D | system_sw_usb_flags.aconfig | 8 description: "Enable USB data compliance warnings when set" 22 description: "Enable reporting USB data compliance warnings from HAL when set"
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserSystemPackageInstaller.java | 301 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 358 warnings.add(String.format(notPresentFmt, pkgName)); in getPackagesWhitelistWarnings() 360 warnings.add(String.format(notSystemFmt, pkgName)); in getPackagesWhitelistWarnings() 362 warnings.add(String.format(overlayFmt, pkgName)); in getPackagesWhitelistWarnings() 365 return warnings; in getPackagesWhitelistWarnings() 801 final List<String> warnings = getPackagesWhitelistWarnings(); in dumpPackageWhitelistProblems() 802 showIssues(pw, verbose, warnings, "warnings"); in dumpPackageWhitelistProblems()
|
/frameworks/base/tools/lint/ |
D | README.md | 82 Baseline files can be used to silence known errors (and warnings) that are deemed to be safe. When 95 baseline file. This contains all lint errors and warnings that were found. So the next time 104 As noted above, this baseline file contains warnings too, which might be undesirable. For example, 105 CI tools might surface these warnings in code reviews. In order to create this file without 106 warnings, we need to pass another flag to lint: `--nowarn`. One option is to add the flag to your
|
/frameworks/base/services/ |
D | proguard_permission.flags | 8 # suppress build-time warnings.
|
/frameworks/av/services/audioflinger/ |
D | Android.bp | 26 // Feel free to disable as needed - as warnings are generally ignored, 27 // we treat warnings as errors. 77 // TODO(b/275642749) Reenable these warnings
|
/frameworks/av/services/audioflinger/timing/ |
D | Android.bp | 17 // TODO(b/275642749) Reenable these warnings
|
/frameworks/base/media/jni/soundpool/ |
D | Android.bp | 23 // Feel free to disable as needed - as warnings are generally ignored, 24 // we treat warnings as errors.
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rscript | 35 // No warnings for complex data types
|
/frameworks/proto_logging/stats/atoms/usb/ |
D | usb_atoms.proto | 27 * Logs USB port partner compliance warnings.
|
/frameworks/av/services/audioflinger/afutils/ |
D | Android.bp | 10 // TODO(b/275642749) Reenable these warnings
|
/frameworks/av/services/audioflinger/sounddose/ |
D | Android.bp | 17 // TODO(b/275642749) Reenable these warnings
|
/frameworks/av/services/audioflinger/fastpath/ |
D | Android.bp | 10 // TODO(b/275642749) Reenable these warnings
|
/frameworks/av/services/audioflinger/datapath/ |
D | Android.bp | 17 // TODO(b/275642749) Reenable these warnings
|
/frameworks/av/services/oboeservice/ |
D | Android.bp | 27 // Feel free to disable as needed - as warnings are generally ignored, 28 // we treat warnings as errors.
|
/frameworks/compile/slang/ |
D | Android.bp | 126 // Skip missing-field-initializer warnings for mingw. 213 // Skip missing-field-initializer warnings for mingw.
|
/frameworks/layoutlib/bridge/tests/src/com/android/tools/idea/validator/ |
D | AccessibilityValidatorTests.java | 421 int warnings = 0; in check() local 432 warnings++; in check() 448 assertEquals("Number of expected warnings",expectedWarnings, warnings); in check()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 361 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/av/services/mediametrics/ |
D | Android.bp | 16 // Feel free to disable as needed - as warnings are generally ignored, 17 // we treat warnings as errors.
|
/frameworks/native/libs/bufferstreams/rust/src/ |
D | lib.rs | 171 #![allow(warnings, unused)]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagMips.inc | 1 // Mips specific errors and warnings on object file incompatibilities
|
/frameworks/av/media/libaaudio/src/ |
D | Android.bp | 14 // Feel free to disable as needed - as warnings are generally ignored, 15 // we treat warnings as errors.
|
/frameworks/libs/native_bridge_support/android_api/ |
D | api_analysis.py | 18 import warnings 449 warnings.warn("Forcing compatibility for type '%s' is redundant" % (atype))
|
/frameworks/native/vulkan/vkprofiles/ |
D | README.md | 37 5. You may need to modify the Android.bp to remove warnings as errors, e.g. `"-Wno-error=unused-par…
|
/frameworks/base/native/webview/plat_support/ |
D | Android.bp | 78 // To remove warnings from skia header files
|