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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/constants/
exit_codes.py 9 WARNING = 88
  /external/libmojo/third_party/catapult/devil/devil/constants/
exit_codes.py 9 WARNING = 88
  /external/vogar/src/vogar/
ResultValue.java 26 WARNING
  /external/libtextclassifier/util/base/
logging_levels.h 26 WARNING,
  /libcore/ojluni/src/main/resources/sun/util/logging/resources/
logging.properties 34 WARNING=WARNING
logging_de.properties 34 WARNING=Warnung
logging_it.properties 34 WARNING=Avvertenza
logging_sv.properties 34 WARNING=Varning
logging_es.properties 34 WARNING=Advertencia
logging_fr.properties 34 WARNING=Avertissement
logging_pt_BR.properties 34 WARNING=Advert\u00EAncia
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationType.java 27 WARNING,
34 case WARNING:
35 return Optional.of(Diagnostic.Kind.WARNING);
  /external/clang/test/SemaCXX/
writable-strings-deprecated.cpp 23 #elif defined(WARNING)
25 // expected-warning@-9 {{ISO C++11 does not allow conversion from string literal to 'char *'}}
27 // expected-warning@-11 {{conversion from string literal to 'char *' is deprecated}}
34 ++b; // expected-warning {{incrementing expression of type bool is deprecated}}
  /system/libvintf/
RuntimeInfo-host.cpp 27 LOG(WARNING) << "Should not run fetchAllInformation on host.";
  /external/doclava/src/com/google/doclava/
Errors.java 57 case WARNING: res.append("\033[33mwarning: "); break;
69 case WARNING: res.append("warning "); break;
113 if (resolvedLevel == WARNING && warningsAreErrors) {
158 * Warning level means that we encountered some incompatible or inconsistent
161 public static final int WARNING = 2;
233 * <li>{@link #WARNING}
255 public static final Error ADDED_PACKAGE = new Error(2, WARNING);
256 public static final Error ADDED_CLASS = new Error(3, WARNING);
257 public static final Error ADDED_METHOD = new Error(4, WARNING);
    [all...]
  /system/update_engine/
power_manager_android.cc 30 LOG(WARNING) << "PowerManager not implemented.";
omaha_utils.cc 42 LOG(WARNING) << "Invalid EolStatus value: " << static_cast<int>(eol_status);
53 LOG(WARNING) << "Invalid end-of-life attribute: " << eol_status;
  /system/timezone/tzdatacheck/
tzdatacheck.cpp 110 PLOG(WARNING) << "Error opening file " << fileName;
117 LOG(WARNING) << fileName << " is too small. " << byteCount << " bytes required";
129 LOG(WARNING) << fileName << " does not start with the expected bytes (tzdata)";
182 PLOG(WARNING) << "Failed to unlink file/symlink " << fpath;
189 PLOG(WARNING) << "Failed to remove dir " << fpath;
193 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag;
205 PLOG(WARNING) << "Unable to stat " << path;
225 LOG(WARNING) << "Path " << fileToDelete << " failed to stat() or is not a file.";
232 PLOG(WARNING) << "unlink() failed for " << fileToDelete;
255 LOG(WARNING) << "Path " << dirToDelete << " failed to stat() or is not a directory."
    [all...]
  /art/runtime/gc/space/
image_space_fs.h 50 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents";
71 LOG(WARNING) << "Unexpected file type of " << std::hex << de->d_type << " encountered.";
122 PLOG(WARNING) << "Failed to create boot marker.";
127 LOG(WARNING) << "Pruning dalvik cache because of low-memory situation.";
133 PLOG(WARNING) << "Failed to create boot marker.";
139 PLOG(WARNING) << "Failed to read boot marker.";
146 LOG(WARNING) << "Incomplete boot detected. Pruning dalvik cache";
154 PLOG(WARNING) << "Failed to write boot marker.";
160 PLOG(WARNING) << "Failed to write boot marker.";
166 PLOG(WARNING) << "Failed to flush boot marker."
    [all...]
  /packages/apps/Messaging/build/
colorize_errors.py 16 # Given an input stream look for Error: and Warning: lines and colorize those to
28 WARNING = re.compile(r"^Warning:")
34 elif WARNING.match(line):
  /cts/common/util/src/com/android/compatibility/common/util/
ResultType.java 30 WARNING;
  /system/core/adb/
line_printer.h 29 enum LineType { INFO, WARNING, ERROR };
32 /// WARNING and ERROR appear on a line to themselves.
  /frameworks/native/cmds/installd/
CacheItem.cpp 77 PLOG(WARNING) << "Failed to fts_open " << path;
93 PLOG(WARNING) << "Failed to truncate " << p->fts_path;
98 PLOG(WARNING) << "Failed to unlink " << p->fts_path;
107 PLOG(WARNING) << "Failed to unlink " << p->fts_path;
113 PLOG(WARNING) << "Failed to rmdir " << p->fts_path;
122 PLOG(WARNING) << "Failed to truncate " << path;
127 PLOG(WARNING) << "Failed to unlink " << path;
  /system/connectivity/wificond/
ap_interface_binder.cpp 38 LOG(WARNING) << "Cannot start hostapd on dead ApInterface.";
48 LOG(WARNING) << "Cannot stop hostapd on dead ApInterface.";
64 LOG(WARNING) << "Cannot set config on dead ApInterface.";
92 LOG(WARNING) << "Cannot get interface name from dead ApInterface";
102 LOG(WARNING) << "Cannot get number of associated stations "
  /art/profman/
profile_assistant.cc 40 LOG(WARNING) << "Could not load reference profile file";
52 LOG(WARNING) << "Could not load profile file at index " << i;
56 LOG(WARNING) << "Could not merge profile file at index " << i;
76 PLOG(WARNING) << "Could not clear reference profile file";
80 LOG(WARNING) << "Could not save reference profile file";
131 LOG(WARNING) << "Could not lock profile files: " << error;
142 LOG(WARNING) << "Could not lock reference profiled files: " << error;
156 LOG(WARNING) << "Could not lock profile files: " << error;
163 LOG(WARNING) << "Could not lock reference profile files: " << error;

Completed in 4733 milliseconds

1 2 3 4 5 6 7 8 91011>>