HomeSort by relevance Sort by last modified time
    Searched full:warn (Results 151 - 175 of 1427) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 92 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
116 HelpText<"Warn about unintended use of sizeof() on pointer expressions">,
195 HelpText<"Warn about idempotent operations">,
210 HelpText<"Warn on uses of the 'gets' function">,
213 HelpText<"Warn on uses of the 'getpw' function">,
216 HelpText<"Warn on uses of the 'mktemp' function">,
219 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
222 HelpText<"Warn on uses of the 'rand', 'random', and related functions">,
225 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">,
228 HelpText<"Warn on uses of the 'vfork' function">
    [all...]
  /frameworks/base/core/java/android/util/
LogWriter.java 36 * {@link android.util.Log#WARN Log.WARN}, or
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 84 public void warn(Object message) { method in class:Log
88 public void warn(Object message, Throwable t) { method in class:Log
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 32 Log.VERBOSE, Log.WARN };
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 49 public PrintStream warn = System.err; field in class:CfOptions
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 23 close $in or warn "Can't close $filename: $!";
33 close $out or warn "Can't close $filename: $!";
130 unlink 'err.tmp' or warn "Can't remove err.tmp: $!";
136 unlink 'out.tmp' or warn "Can't remove out.tmp: $!";
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CharacterImplTest.java 30 // WARN: this assertion may not be valid on other JREs
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 87 warn(xctxt, XPATHErrorResources.WG_PROPERTY_NOT_SUPPORTED, method
95 warn(xctxt, XPATHErrorResources.WG_DONT_DO_ANYTHING_WITH_NS, method
112 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION, method
134 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION, method
  /external/clang/test/CodeGenCXX/
varargs.cpp 8 // will warn about 'dropped arguments' at the call site.
  /external/clang/test/Misc/
diag-mapping.c 1 // This should warn by default.
diag-mapping2.c 1 // This should warn by default.
  /external/clang/test/Sema/
format-strings-c90.c 11 /* TODO: Warn that the 'a' conversion specifier is a C99 feature. */
  /external/clang/test/SemaCXX/
unreachable-code.cpp 43 // PR 6130 - Don't warn about bogus unreachable code with throw's and
warn-memset-bad-sizeof.cpp 36 /* Should warn */
60 /* Shouldn't warn */
104 // Copy to raw buffer shouldn't warn either
108 // Shouldn't warn, and shouldn't crash either.
warn-self-assign.cpp 21 // These shouldn't warn due to the use of the preprocessor.
warn-string-conversion.cpp 3 // Warn on cases where a string literal is converted into a bool.
  /external/clang/test/SemaObjC/
unqualified-to-qualified-class-warn.m 29 functionTakingAClassConformingToAProtocol(bobject); // Shouldn't warn - does implement Fooable
  /external/icu4c/test/testdata/
root.txt 15 CurrentCLDRVersion { 2.0.1 } // Current CLDR version as of the test update. Warn if not an exact match.
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %s -o %t
bitwriter.ml 1 (* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 47 _log.warn("Unable to import readline.")
51 _log.warn("If you're using MacPorts, try running:")
52 _log.warn(" sudo port install py25-readline")
147 _log.warn("Failed to open %s" % url)
  /frameworks/base/core/jni/
android_util_Log.cpp 40 jint warn; member in struct:android::levels_t
52 case 'W': return levels.warn;
158 levels.warn = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "WARN", "I"));
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 30 Logger.global.warning("This has logging Level.WARNING, should become WARN");
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 31 case Log.WARN:
  /hardware/ti/omap3/dspbridge/inc/
dbg.h 59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
60 #define DBG_LEVEL7 (BYTE)(0x80 & DEBUGZONE(7)) /* Warn Critical Errors */
68 #define DBG_LEVEL6 (BYTE)(0x40) /* Warn SERVICES Failures */
69 #define DBG_LEVEL7 (BYTE)(0x80) /* Warn Critical Errors */

Completed in 1077 milliseconds

1 2 3 4 5 67 8 91011>>