Home
last modified time | relevance | path

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

/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/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/native/opengl/tests/EGLTest/
DAndroid.mk33 LOCAL_LDFLAGS += -Wl,--no-fatal-warnings
/frameworks/compile/slang/
DAndroid.bp102 // Skip missing-field-initializer warnings for mingw.
194 // Skip missing-field-initializer warnings for mingw.
DRSCCOptions.td95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DDoclavaTask.groovy58 // spammy doclava warnings which we want to hide
161 public void setDoclavaWarnings(Collection warnings) {
163 doclavaWarnings = warnings as int[]
/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/support/buildSrc/src/main/groovy/android/support/checkapi/
DCheckApiTask.groovy145 * List of Doclava error codes to treat as warnings.
188 public void setCheckApiWarnings(Collection warnings) {
190 checkApiWarnings = warnings as int[]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagMips.inc1 // Mips specific errors and warnings on object file incompatibilities
/frameworks/native/libs/gui/
DAndroid.bp50 // Allow documentation warnings
/frameworks/support/buildSrc/
Ddiff_and_docs.gradle168 warnings: [],
180 warnings: [],
191 warnings: [],
202 checkApiWarnings = checkApiConfig.warnings
/frameworks/support/
DREADME.md30 If you see any warnings (red underlines) run `Build > Clean Project`.
/frameworks/base/tools/aapt2/
Dreadme.md130 - Legacy mode: treats some class of errors as warnings in order to be more compatible
/frameworks/av/media/libaaudio/
DDoxyfile.orig397 # 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
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/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
/frameworks/native/docs/
DDoxyfile635 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
641 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
648 # The WARN_NO_PARAMDOC option can be enabled to get warnings for
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...