Searched
full:warnings (Results
251 -
275 of
2194) sorted by null
<<11121314151617181920>>
/external/clang/include/clang/Basic/ |
Diagnostic.h | 126 /// "report warnings as errors" and passes them off to the DiagnosticConsumer 172 bool IgnoreAllWarnings; // Ignore all warnings: -w 173 bool WarningsAsErrors; // Treat warnings like errors. 174 bool EnableAllWarnings; // Enable all warnings. 176 bool SuppressSystemWarnings; // Suppress warnings in system headers. 184 ExtensionHandling ExtBehavior; // Map extensions onto warnings or errors? 292 unsigned NumWarnings; // Number of warnings reported 408 /// setIgnoreAllWarnings - When set to true, any unmapped warnings are 413 /// setEnableAllWarnings - When set to true, any unmapped ignored warnings 419 /// setWarningsAsErrors - When set to true, any warnings reported are issue [all...] |
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
ButtonDetectorTest.java | 113 "No warnings.", 125 "No warnings.", 144 "No warnings.", 168 // Target SDK < 14 - no warnings on button order 171 "No warnings.", 212 "No warnings.",
|
IconDetectorTest.java | 37 // Use minSDK4 to ensure that we get warnings about missing drawables 50 "No warnings.", 117 "No warnings.",
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
timm_osal_trace.h | 84 * Level 2 - Warning [Warnings that are useful to know about] 131 * TIMM_OSAL_Warning() -- Warnings that are useful to know about 162 * TIMM_OSAL_WarningExt() -- Warnings that are useful to know about
|
/sdk/lint/cli/src/com/android/tools/lint/ |
Reporter.java | 39 /** A reporter is an output generator for lint warnings 57 * Write the given warnings into the report 60 * @param warningCount the number of warnings
|
/bionic/libc/unistd/ |
sigwait.c | 50 /* use a union to get rid of aliasing warnings */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 320 String warnings = sb.toString().trim(); local 321 if (warnings == null || "".equals(warnings)) { 324 ((TextView) (findViewById(R.id.fs_warnings))).setText(warnings);
|
/development/host/windows/usb/ |
readme.txt | 30 not break the installation, but it will cause security warnings (that can be
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
api.t | 2 use warnings;
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
messages.sgml | 83 @G_LOG_LEVEL_WARNING: log level for warnings, see g_warning() 131 You can make warnings fatal at runtime by setting the %G_DEBUG environment 143 warnings exit the program, then use g_critical() for fatal errors, for 148 You can also make critical warnings fatal at runtime by setting
|
/external/chromium/base/threading/ |
thread_local_storage_unittest.cc | 15 // Ignore warnings about ptr->int conversions that we use when
|
/external/chromium/chrome/browser/resources/ntp4/tools/ |
check.sh | 45 # cope for now I just just off all missing-JSDoc warnings.
|
/external/chromium/chrome/browser/resources/touch_ntp/tools/ |
check.sh | 46 # cope for now I just just off all missing-JSDoc warnings.
|
/external/clang/test/Analysis/ |
additive-folding-range-constraints.c | 3 // These are used to trigger warnings.
|
unreachable-code-path.c | 60 // These next tests are false positives and should not generate warnings
|
/external/clang/test/CodeGenCXX/ |
warn-padded-packed.cpp | 75 // The warnings are emitted when the layout of the structs is computed, so we have to use them.
|
/external/clang/test/Sema/ |
complex-init-list.c | 15 // FIXME: It would be a good idea to have a warnings for implicit
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-scalars.cpp | 47 // FIXME: Redundant warnings.
|
warn-literal-conversion.cpp | 36 // Expressions, such as those that indicate rounding-down, should NOT produce warnings.
|
/external/clang/test/SemaObjC/ |
warn-missing-super.m | 50 // CHECK-GC: 2 warnings generated.
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_custom.h | 70 /* These spit out warnings etc */
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 10 warnings enabled.
|
/external/guava/ |
README | 21 IMPORTANT WARNINGS
|
/external/icu4c/test/intltest/ |
callimts.h | 64 * results as warnings. These are not generally of concern, but they
|
/external/jpeg/ |
makcjpeg.st | 19 .C[-w-cln] ; no "constant is long" warnings
|
Completed in 839 milliseconds
<<11121314151617181920>>