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

1 2 3 4 5 6 7

  /external/linux-tools-perf/util/include/asm/
bug.h 6 #define WARN(condition, format...) ({ \
18 if (WARN(!__warned, format)) \
  /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)
  /external/objenesis/tck/test/
log4j.properties 32 log4j.rootCategory=WARN, stdout
  /system/core/fastbootd/
debug.h 25 #define WARN 1
  /system/extras/fatblock/
fatblock.c 59 WARN("underlying filesystem has been modified; stopping.\n");
89 WARN("setting USB mass storage file: fopen(%s) failed: %s\n",
94 WARN("writing '/dev/block/ublock%d' to %s.\n", index, filename);
112 WARN("clearing USB mass storage file: fopen(%s) failed: %s\n",
127 WARN("cleanup: clearing USB mass storage file\n");
129 WARN("cleanup: destroying block device\n");
135 WARN("received signal %d\n", sig);
read.c 61 WARN("checking metadata of %s: stat failed: %s\n",
82 WARN("reading %s (%llu, %llu): "
89 WARN("reading %s (%llu, %llu): "
96 WARN("reading %s (%llu, %llu): metadata has changed\n",
103 WARN("reading %s: open failed: %s\n", f->path, strerror(errno));
109 WARN("reading %s (%llu, %llu): seek failed: %s\n",
116 WARN("reading %s (%llu, %llu): read failed: %s\n",
156 WARN("reading extent: unexpected type %d\n", e->type);
utils.h 26 #define WARN(...) EPRINT(__VA_ARGS__)
31 void warn(char *msg);
import.c 104 WARN("importing %s: stat failed: %s\n", path, strerror(errno));
110 WARN("importing %s: couldn't allocate file struct: "
118 WARN("importing %s: couldn't strdup path: out of memory\n",
134 WARN("importing %s: couldn't allocate data extent\n", path);
217 WARN("importing %s: opendir failed: %s\n", path,
224 WARN("importing %s: couldn't allocate dir struct: "
232 WARN("importing %s: couldn't strdup path: out of memory\n",
255 WARN("importing %s: couldn't allocate item struct: "
297 WARN("importing %s: couldn't allocate directory table extent: "
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 32 Log.VERBOSE, Log.WARN };
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 31 case Log.WARN:
  /frameworks/base/services/java/com/android/server/pm/
PackageSignatures.java 82 PackageManagerService.reportSettingsProblem(Log.WARN,
116 PackageManagerService.reportSettingsProblem(Log.WARN,
122 PackageManagerService.reportSettingsProblem(Log.WARN,
137 PackageManagerService.reportSettingsProblem(Log.WARN,
142 PackageManagerService.reportSettingsProblem(Log.WARN,
149 PackageManagerService.reportSettingsProblem(Log.WARN,
154 PackageManagerService.reportSettingsProblem(Log.WARN,
160 PackageManagerService.reportSettingsProblem(Log.WARN,
  /developers/samples/android/common/src/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.
  /development/samples/browseable/ActivityInstrumentation/src/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.
  /development/samples/browseable/AdvancedImmersiveMode/src/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.
  /development/samples/browseable/BasicAccessibility/src/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.
  /development/samples/browseable/BasicAndroidKeyStore/src/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.
  /development/samples/browseable/BasicContactables/src/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.
  /development/samples/browseable/BasicGestureDetect/src/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.
  /development/samples/browseable/BasicImmersiveMode/src/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.
  /development/samples/browseable/BasicMediaRouter/src/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.
  /development/samples/browseable/BasicMultitouch/src/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.
  /development/samples/browseable/BasicNetworking/src/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.
  /development/samples/browseable/BasicSyncAdapter/src/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.
  /development/samples/browseable/BorderlessButtons/src/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 1173 milliseconds

1 2 3 4 5 6 7