Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 33) 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.py55 warnings = None variable
58 global warnings
71 warnings[key] = value
114 global warnings
115 warnings = {}
120 return warnings
220 return warnings
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dapi_implementation.py35 import warnings
83 warnings.warn('PyPy does not work yet with cpp protocol buffers. '
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream_unittest.cc1248 vector<string> warnings; in TEST_F() local
1249 SetupTotalBytesLimitWarningTest(10240, 1024, &errors, &warnings); in TEST_F()
1253 ASSERT_EQ(2, warnings.size()); in TEST_F()
1257 warnings[0]); in TEST_F()
1260 warnings[1]); in TEST_F()
1265 vector<string> warnings; in TEST_F() local
1268 SetupTotalBytesLimitWarningTest(10240, -1, &errors, &warnings); in TEST_F()
1270 EXPECT_EQ(0, warnings.size()); in TEST_F()
1273 SetupTotalBytesLimitWarningTest(10240, -2, &errors, &warnings); in TEST_F()
1275 EXPECT_EQ(0, warnings.size()); in TEST_F()
/frameworks/compile/slang/
DAndroid.bp91 // Skip missing-field-initializer warnings for mingw.
184 // Skip missing-field-initializer warnings for mingw.
DRSCCOptions.td95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
/frameworks/base/services/
DAndroid.bp45 // Uncomment to enable output of certain warnings (deprecated, unchecked)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBProtocolBuffers.m37 // but when #imported here it triggers a bunch of warnings that don't make
39 // warnings here.
/frameworks/base/native/webview/plat_support/
DAndroid.bp44 // To remove warnings from skia header files
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt71 * Fixed warnings about generated constructors not explicitly initializing
91 * Clean up some Java warnings.
DCHANGES.txt103 * Updated the code to support compiling with more compiler warnings
308 * Various bug-fixes and code tweaks to pass more strict compiler warnings.
995 single-precision now explicitly have 'f' suffix to avoid pedantic warnings
1234 * Fixed some GCC warnings that only occur when using -pedantic.
/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/rs/rsov/compiler/
DAndroid.bp87 // TODO: fix the remaining warnings
/frameworks/compile/mclinker/include/mcld/LD/
DDiagMips.inc1 // Mips specific errors and warnings on object file incompatibilities
/frameworks/native/cmds/installd/
DAndroid.bp66 "-warnings-as-errors=clang-analyzer-security*,cert-*"
/frameworks/native/services/vr/hardware_composer/
DAndroid.bp169 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt54 - Issue 38: Disable CLSCompliant warnings (3021)
90 warnings/errors.
/frameworks/base/cmds/idmap2/
DAndroid.bp27 "-warnings-as-errors=*",
/frameworks/base/libs/androidfw/
DAndroid.bp123 // This is to suppress warnings/errors from gtest
/frameworks/base/tools/aapt2/
Dreadme.md166 - Legacy mode: treats some class of errors as warnings in order to be more compatible
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m4109 # other compiler flags to prevent continual compiler warnings
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md310 The following warnings have been disabled while building the protobuf libraries

12