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

1 2 3 4 5 6 7 8 91011>>

  /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 23 * Recommended only if you cannot use {@link #STRICT_STUBS} nor {@link #WARN}.</li>
24 * <li>{@link Strictness#WARN} - helps keeping tests clean and improves debuggability.
42 * Recommended only if you cannot use {@link #STRICT_STUBS} nor {@link #WARN}.
62 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 58 #define WARN(...) do { \
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 42 * WARN("Warning %s.\n", "message") -> WARNING: Warning message.
66 # define WARN(...) tf_printf("WARNING: " __VA_ARGS__)
68 # define WARN(...)
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 42 * WARN("Warning %s.\n", "message") -> WARNING: Warning message.
66 # define WARN(...) printf("WARNING: " __VA_ARGS__)
68 # 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
  /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/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
  /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)
  /prebuilts/python/linux-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)
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/
Log.java 33 public static final int WARN = android.util.Log.WARN;
150 * Prints a message at WARN priority.
158 println(WARN, tag, msg, tr);
162 * Prints a message at WARN priority.
172 * Prints a message at WARN priority.
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
Log.java 33 public static final int WARN = android.util.Log.WARN;
150 * Prints a message at WARN priority.
158 println(WARN, tag, msg, tr);
162 * Prints a message at WARN priority.
172 * Prints a message at WARN priority.
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
Log.java 33 public static final int WARN = android.util.Log.WARN;
150 * Prints a message at WARN priority.
158 println(WARN, tag, msg, tr);
162 * Prints a message at WARN priority.
172 * Prints a message at WARN priority.
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
Log.java 33 public static final int WARN = android.util.Log.WARN;
150 * Prints a message at WARN priority.
158 println(WARN, tag, msg, tr);
162 * Prints a message at WARN priority.
172 * Prints a message at WARN priority.

Completed in 1205 milliseconds

1 2 3 4 5 6 7 8 91011>>