Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 41) 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/core/java/android/hardware/usb/flags/
Dsystem_sw_usb_flags.aconfig8 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/
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
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/
DREADME.md82 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/
Dproguard_permission.flags8 # suppress build-time warnings.
/frameworks/av/services/audioflinger/
DAndroid.bp26 // 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/
DAndroid.bp17 // TODO(b/275642749) Reenable these warnings
/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/proto_logging/stats/atoms/usb/
Dusb_atoms.proto27 * Logs USB port partner compliance warnings.
/frameworks/av/services/audioflinger/afutils/
DAndroid.bp10 // TODO(b/275642749) Reenable these warnings
/frameworks/av/services/audioflinger/sounddose/
DAndroid.bp17 // TODO(b/275642749) Reenable these warnings
/frameworks/av/services/audioflinger/fastpath/
DAndroid.bp10 // TODO(b/275642749) Reenable these warnings
/frameworks/av/services/audioflinger/datapath/
DAndroid.bp17 // TODO(b/275642749) Reenable these warnings
/frameworks/av/services/oboeservice/
DAndroid.bp27 // Feel free to disable as needed - as warnings are generally ignored,
28 // we treat warnings as errors.
/frameworks/compile/slang/
DAndroid.bp126 // 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/
DAccessibilityValidatorTests.java421 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/
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/av/services/mediametrics/
DAndroid.bp16 // Feel free to disable as needed - as warnings are generally ignored,
17 // we treat warnings as errors.
/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs171 #![allow(warnings, unused)]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagMips.inc1 // Mips specific errors and warnings on object file incompatibilities
/frameworks/av/media/libaaudio/src/
DAndroid.bp14 // Feel free to disable as needed - as warnings are generally ignored,
15 // we treat warnings as errors.
/frameworks/libs/native_bridge_support/android_api/
Dapi_analysis.py18 import warnings
449 warnings.warn("Forcing compatibility for type '%s' is redundant" % (atype))
/frameworks/native/vulkan/vkprofiles/
DREADME.md37 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/
DAndroid.bp78 // To remove warnings from skia header files

12