HomeSort by relevance Sort by last modified time
    Searched defs:WARN (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
bug_on.h 11 #define WARN() BUG()
  /external/autotest/client/deps/fakegudev/src/
Makefile 12 WARN := -Werror -Wall
20 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKEGUDEV) \
24 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
28 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKESYSCALLS) \
32 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
  /external/autotest/client/deps/fakemodem/src/
Makefile 13 WARN := -Werror -Wall
14 CFLAGS += $(WARN)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestLog.java 29 // * Warn about missing tests or data.
31 // void warn(String message);
37 public static final int WARN = 1;
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestLog.java 28 // * Warn about missing tests or data.
30 // void warn(String message);
36 public static final int WARN = 1;
  /external/mockito/src/main/java/org/mockito/quality/
Strictness.java 27 * Recommended only if you cannot use {@link #STRICT_STUBS} nor {@link #WARN}.</li>
28 * <li>{@link Strictness#WARN} - helps keeping tests clean and improves debuggability.
46 * Recommended only if you cannot use {@link #STRICT_STUBS} nor {@link #WARN}.
66 WARN,
  /external/selinux/libsemanage/src/
debug.h 58 #define WARN(handle, ...) \
  /external/selinux/libsepol/src/
debug.h 58 #define WARN(handle, ...) \
  /build/kati/
log.h 62 #define WARN(...) \
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 18 * WARN("Warning %s.\n", "message") -> WARNING: Warning message.
42 # define WARN(...) printf("WARNING: " __VA_ARGS__)
44 # define WARN(...)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 162 #define WARN(msg) \
216 /* XXX: For compatibility, only warn about truncations
219 WARN("Truncation of value to char");
228 WARN("Truncation of value to unsigned char");
237 WARN("Truncation of value to short");
246 WARN("Truncation of value to unsigned short");
255 WARN("Truncation of value to int");
269 WARN("Writing negative value into unsigned field");
273 WARN("Truncation of value to unsigned int");
293 WARN("Writing negative value into unsigned field");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 162 #define WARN(msg) \
216 /* XXX: For compatibility, only warn about truncations
219 WARN("Truncation of value to char");
228 WARN("Truncation of value to unsigned char");
237 WARN("Truncation of value to short");
246 WARN("Truncation of value to unsigned short");
255 WARN("Truncation of value to int");
269 WARN("Writing negative value into unsigned field");
273 WARN("Truncation of value to unsigned int");
293 WARN("Writing negative value into unsigned field");
    [all...]
  /external/autotest/client/tests/monotonic_time/src/
logging.h 22 #define WARN(err, fmt, args...) msg(MSG_WARN, err, fmt, ##args)
  /external/ltp/testcases/kernel/io/disktest/
sfunc.h 110 START, END, STAT, INFO, DBUG, WARN, ERR
  /external/python/cpython2/Python/
structmember.c 162 #define WARN(msg) \
216 /* XXX: For compatibility, only warn about truncations
219 WARN("Truncation of value to char");
228 WARN("Truncation of value to unsigned char");
237 WARN("Truncation of value to short");
246 WARN("Truncation of value to unsigned short");
255 WARN("Truncation of value to int");
269 WARN("Writing negative value into unsigned field");
273 WARN("Truncation of value to unsigned int");
293 WARN("Writing negative value into unsigned field")
    [all...]
  /external/python/cpython3/Python/
structmember.c 94 #define WARN(msg) \
144 /* XXX: For compatibility, only warn about truncations
147 WARN("Truncation of value to char");
156 WARN("Truncation of value to unsigned char");
165 WARN("Truncation of value to short");
174 WARN("Truncation of value to unsigned short");
183 WARN("Truncation of value to int");
197 WARN("Writing negative value into unsigned field");
201 WARN("Truncation of value to unsigned int");
221 WARN("Writing negative value into unsigned field")
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/
Log.java 31 WARN,
52 public static void warn(String msg) { method in class:Log
53 log(LogTag.WARN, msg);
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 16 * WARN("Warning %s.\n", "message") -> WARNING: Warning message.
54 # define WARN(...) tf_log(LOG_MARKER_WARNING __VA_ARGS__)
56 # define WARN(...)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
log.py 8 WARN = 3
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
42 def warn(self, msg, *args): member in class:Log
43 self._log(WARN, msg, args)
55 warn = _global_log.warn variable
67 set_threshold(WARN)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
loadfile_machdep.h 65 #define WARN(a) (void)(printf a, \
87 #define WARN(a) warn a
  /external/python/cpython2/Lib/distutils/
log.py 8 WARN = 3
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
42 def warn(self, msg, *args): member in class:Log
43 self._log(WARN, msg, args)
55 warn = _global_log.warn variable
67 set_threshold(WARN)
  /external/python/cpython3/Lib/distutils/
log.py 8 WARN = 3
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
46 def warn(self, msg, *args): member in class:Log
47 self._log(WARN, msg, args)
59 warn = _global_log.warn variable
71 set_threshold(WARN)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
log.py 8 WARN = 3
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
42 def warn(self, msg, *args): member in class:Log
43 self._log(WARN, msg, args)
55 warn = _global_log.warn variable
67 set_threshold(WARN)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
log.py 8 WARN = 3
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
42 def warn(self, msg, *args): member in class:Log
43 self._log(WARN, msg, args)
55 warn = _global_log.warn variable
67 set_threshold(WARN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 8 WARN = 3
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
42 def warn(self, msg, *args): member in class:Log
43 self._log(WARN, msg, args)
55 warn = _global_log.warn variable
67 set_threshold(WARN)

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>