HomeSort by relevance Sort by last modified time
    Searched full:warn (Results 251 - 275 of 3214) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 71 LOGGER.warn(' Using a temporary directory for symbol mapping.')
72 LOGGER.warn(' Delete it by yourself.')
73 LOGGER.warn(' Or, move the directory by yourself to use it later.')
76 LOGGER.warn(' Failed to prepare symbol mapping.')
  /external/chromium_org/tools/find_runtime_symbols/
find_runtime_symbols.py 185 log.setLevel(logging.WARN)
187 handler.setLevel(logging.WARN)
194 log.warn("Nothing found: %s" % prepared_data_dir)
197 log.warn("Not a directory: %s" % prepared_data_dir)
  /external/chromium_org/webkit/renderer/compositor_bindings/
PRESUBMIT.py 18 level = 1 # strict, but just warn
  /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/PCH/
empty-with-headers.c 6 // This last one should warn for -Wempty-translation-unit (C99 6.9p1).
  /external/clang/test/Sema/
format-strings-c90.c 11 /* TODO: Warn that the 'a' conversion specifier is a C99 feature. */
format-strings-size_t.c 23 // FIXME: Warn about %zn with non-ssize_t argument.
  /external/clang/test/SemaCXX/
conversion.cpp 64 long l = NULL; // FIXME: this should also warn, but currently does not if sizeof(NULL)==sizeof(inttype)
84 bool bl2 = NULL_COND(true); // don't warn on NULL conversion through the conditional operator across a macro boundary
104 // FIXME: We should warn for non-dependent args (only when the param type is also non-dependent) only once
120 // FIXME: We should warn only once for each template instantiation - not once for each call
unreachable-code.cpp 43 // PR 6130 - Don't warn about bogus unreachable code with throw's and
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/
idiomatic-parentheses.m 3 // Don't warn about some common ObjC idioms unless we have -Widiomatic-parentheses on.
property-category-impl.m 35 // No warn of unimplemented property of protocols in category,
unqualified-to-qualified-class-warn.m 29 functionTakingAClassConformingToAProtocol(bobject); // Shouldn't warn - does implement Fooable
  /external/clang/test/SemaObjCXX/
delay-parsing-func-tryblock.mm 19 [self privateMethod]; // clang already does not warn here
  /external/icu4c/test/testdata/
root.txt 15 CurrentCLDRVersion { 23.0 } // Current CLDR version as of the test update. Warn if not an exact match.
  /external/libvpx/libvpx/
tools_common.c 56 void warn(const char *fmt, ...) { function
  /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/mesa3d/src/mesa/drivers/common/
descrip.mms 23 /float=ieee/ieee=denorm/warn=disable=(PTRMISMATCH)
  /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:

Completed in 1305 milliseconds

<<11121314151617181920>>