/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 1 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/ |
D | util_warnings.py | 19 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
|
D | decorators.py | 18 import warnings 153 warnings.warn(warning, self.exception, 2)
|
/frameworks/base/tools/stringslint/ |
D | stringslint.py | 55 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/ |
D | api_implementation.py | 35 import warnings 83 warnings.warn('PyPy does not work yet with cpp protocol buffers. '
|
/frameworks/rs/tests/lldb/tests/ |
D | run_test.py | 26 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/ |
D | coded_stream_unittest.cc | 1248 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/ |
D | Android.bp | 91 // Skip missing-field-initializer warnings for mingw. 184 // Skip missing-field-initializer warnings for mingw.
|
D | RSCCOptions.td | 95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
|
/frameworks/base/services/ |
D | Android.bp | 45 // Uncomment to enable output of certain warnings (deprecated, unchecked)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBProtocolBuffers.m | 37 // but when #imported here it triggers a bunch of warnings that don't make 39 // warnings here.
|
/frameworks/base/native/webview/plat_support/ |
D | Android.bp | 44 // To remove warnings from skia header files
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CONTRIBUTORS.txt | 71 * Fixed warnings about generated constructors not explicitly initializing 91 * Clean up some Java warnings.
|
D | CHANGES.txt | 103 * 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/ |
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/rs/rsov/compiler/ |
D | Android.bp | 87 // TODO: fix the remaining warnings
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagMips.inc | 1 // Mips specific errors and warnings on object file incompatibilities
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 66 "-warnings-as-errors=clang-analyzer-security*,cert-*"
|
/frameworks/native/services/vr/hardware_composer/ |
D | Android.bp | 169 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 54 - Issue 38: Disable CLSCompliant warnings (3021) 90 warnings/errors.
|
/frameworks/base/cmds/idmap2/ |
D | Android.bp | 27 "-warnings-as-errors=*",
|
/frameworks/base/libs/androidfw/ |
D | Android.bp | 123 // This is to suppress warnings/errors from gtest
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 166 - 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/ |
D | acx_pthread.m4 | 109 # other compiler flags to prevent continual compiler warnings
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | README.md | 310 The following warnings have been disabled while building the protobuf libraries
|