Home
last modified time | relevance | path

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

12

/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect1 warnings.rs:6:1: warning: control reaches end of non-void function
2 warnings.rs:9:7: warning: unused variable 'k'
3 warnings.rs:11:7: warning: unused variable 'j'
4 warnings.rs:11:11: warning: variable 'l' is uninitialized when used here
5 warnings.rs:10:8: note: initialize the variable 'l' to silence this warning
6 warnings.rs:5:12: warning: unused function 'foo'
7 warnings.rs:8:13: warning: unused function 'bar'
/frameworks/rs/tests/lldb/tests/harness/
Dutil_warnings.py19 import warnings
40 _OLD_WARNINGS_HANDLER = warnings.showwarning
46 log.warn(warnings.formatwarning(*args).rstrip())
48 warnings.showwarning = _redirect_warnings_to_log
58 warnings.showwarning = _OLD_WARNINGS_HANDLER
Ddecorators.py18 import warnings
153 warnings.warn(warning, self.exception, 2)
/frameworks/base/tools/stringslint/
Dstringslint.py44 warnings = None variable
47 global warnings
60 warnings[key] = value
63 global warnings
64 warnings = {}
69 return warnings
146 return warnings
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/doclava/
DChecksConfig.kt33 val warnings: List<Int>, constant in androidx.build.doclava.ChecksConfig
60 warnings = emptyList(),
72 warnings = emptyList(),
DDoclavaTask.kt35 warnings = listOf(121 /* hidden type param */),
154 addMultilineMultiValueOption("warning", checksConfig.warnings) in <lambda>()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DCompilationResult.java57 List<String> warnings = new ArrayList<String>(); in getBindingWarnings() local
60 warnings.add(line.substring("warning:".length())); in getBindingWarnings()
63 return warnings; in getBindingWarnings()
DSimpleCompilationTest.java146 final List<String> warnings = result.getBindingWarnings(); in singleFileWarningTest() local
148 for (String warning : warnings) { in singleFileWarningTest()
151 assertTrue(Joiner.on("\n").join(warnings),found); in singleFileWarningTest()
/frameworks/rs/tests/lldb/tests/
Drun_test.py26 import warnings
75 warnings.warn("get_bundle_target() is deprecated and will be removed soon"
112 warnings.warn("get_bundle_target() is deprecated and will be removed soon"
/frameworks/compile/slang/
DAndroid.bp90 // Skip missing-field-initializer warnings for mingw.
183 // Skip missing-field-initializer warnings for mingw.
DRSCCOptions.td95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
/frameworks/base/services/
DAndroid.bp39 // Uncomment to enable output of certain warnings (deprecated, unchecked)
/frameworks/native/cmds/installd/
DAndroid.bp46 "-warnings-as-errors=clang-analyzer-security*,cert-*"
/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/compile/mclinker/include/mcld/LD/
DDiagMips.inc1 // Mips specific errors and warnings on object file incompatibilities
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/checkapi/
DCheckApiTask.kt176 checksConfig.warnings.forEach { args("-warning", it) } in exec()
/frameworks/native/services/vr/hardware_composer/
DAndroid.bp163 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
/frameworks/base/libs/androidfw/
DAndroid.bp119 // This is to suppress warnings/errors from gtest
/frameworks/native/libs/gui/
DAndroid.bp62 // Allow documentation warnings
/frameworks/support/
DREADME.md30 If you see any warnings (red underlines) run `Build > Clean Project`.
/frameworks/base/tools/aapt2/
Dreadme.md166 - Legacy mode: treats some class of errors as warnings in order to be more compatible
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DDiffAndDocs.kt585 warnings = emptyList(),
/frameworks/support/jetifier/jetifier/source-transformer/
Ddefault.config40 # To ignore warnings
1502 # Broken cases - usually not correct mapping anyway, we map it to avoid warnings
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.config45 # To ignore warnings
1491 # Broken cases - usually not correct mapping anyway, we map it to avoid warnings
/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

12