HomeSort by relevance Sort by last modified time
    Searched full:warn (Results 126 - 150 of 5435) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaCXX/
for-range-unused.cpp 3 // PR9968: We used to warn that __range is unused in a dependent for-range.
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-1.h 8 int *other = ptr; // shouldn't warn
  /external/guice/extensions/persist/test/
log4j.properties 1 log4j.rootLogger=warn, console
  /external/netcat/
Android.mk 18 # gold in binutils 2.22 will warn about the usage of mktemp
  /external/python/cpython2/Lib/idlelib/
idlever.py 10 w.warn(__doc__, DeprecationWarning, stacklevel=2)
  /external/python/cpython2/Lib/
sha.py 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
  /external/v8/tools/clang/plugins/tests/
missing_ctor.cpp 7 // We don't warn on classes that use default ctors in cpp files.
missing_ctor_dllexport.cpp 7 // We don't warn on classes that use default ctors in cpp files.
inline_ctor.h 77 // Plugin doesn't warn about inlining trivial member dtor calls.
87 // Plugin doesn't warn about inlining three ctor/dtor calls.
94 // Plugin does warn about inlining four ctor/dtor calls.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sha.py 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
  /prebuilts/gdb/linux-x86/lib/python2.7/
sha.py 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5172.go 7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5172.go 7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sha.py 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sha.py 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bad-size.d 4 #error-output: bad-size.warn
  /external/clang/www/analyzer/
alpha_checks.html 45 Warn about assigning non-{0,1} values to boolean variables.</div></div></td>
49 BOOL b = -1; // warn
64 int *x = (int *)malloc(11); // warn
79 struct s *ps = (struct s *) p; // warn
87 c *pc = (c *) p; // warn
100 p = (int *) 0x10000; // warn
108 Warn about suspicious uses of identical expressions.</div></div></td>
114 int b = a | 4 | a; // warn: identical expr on both sides
123 if (f()) { // warn: true and false branches are identical
146 p = &amp;x + 1; // warn
    [all...]
  /external/autotest/client/common_lib/
deprecation.py 14 def warn(deprecated_name, stacklevel=3): function
18 @param stacklevel: See warnings.warn().
20 warnings.warn(APIDeprecationWarning(deprecated_name),
  /external/clang/test/Frontend/
system-header-prefix.c 7 // CHECK: libs{{/|\\}}mylib{{/|\\}}warn.h:1:5: warning: 'MYLIB' is not defined, evaluates to 0
9 // CHECK: libs{{/|\\}}mylib{{/|\\}}warn.h:1:5: warning: 'MYLIB' is not defined, evaluates to 0
11 // CHECK: src{{/|\\}}warn.h:1:5: warning: 'SRC' is not defined, evaluates to 0
  /external/clang/test/Index/
preamble-reparse-warn-end-of-file.c 5 // CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+6]]:6: FunctionDecl=test:[[@LINE+6]]:6
6 // STDERR: preamble-reparse-warn-end-of-file.c:[[@LINE+5]]:14: error: expected '}'
7 // STDERR: preamble-reparse-warn-end-of-file.c:[[@LINE+4]]:14: error: expected '}'
  /external/clang/test/Sema/
return-noreturn.c 20 // This test case illustrates that we don't warn about the missing return
32 // PR5298 - -Wmissing-noreturn shouldn't warn if the function is already
39 // Do not warn here.
  /frameworks/rs/tests/lldb/tests/harness/
util_warnings.py 27 '''Redirect all warnings issued by warnings::warn to the log.
46 log.warn(warnings.formatwarning(*args).rstrip())
52 '''Restore the reporting of warnings::warn as before.'''
  /external/ppp/pppd/plugins/
passprompt.c 42 warn("Can't make a pipe for %s", promptprog);
46 warn("Can't fork to run %s", promptprog);
90 warn("error waiting for %s: %m", promptprog);
99 warn("%s terminated abnormally", promptprog);
101 warn("%s exited with code %d", promptprog, WEXITSTATUS(status));
  /external/slf4j/slf4j-jcl/src/test/java/org/slf4j/
InvocationTest.java 77 logger.warn("Hello world 3.");
78 logger.warn("Hello world 3", e);
89 logger.warn(null);
95 logger.warn(null, e);
104 logger.warn(blue, "hello");
109 logger.warn(blue, "hello {}", "world");
114 logger.warn(blue, "hello {} and {} ", "world", "universe");
  /external/slf4j/slf4j-nop/src/test/java/org/slf4j/
InvocationTest.java 71 logger.warn("Hello world 3.");
72 logger.warn("Hello world 3", e);
83 logger.warn(null);
89 logger.warn(null, e);
98 logger.warn(blue, "hello");
103 logger.warn(blue, "hello {}", "world");
108 logger.warn(blue, "hello {} and {} ", "world", "universe");

Completed in 1210 milliseconds

1 2 3 4 56 7 8 91011>>