Searched defs:LOG_ERROR (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/
H A Dtools_common.c26 #define LOG_ERROR(label) do {\ macro
47 LOG_ERROR(NULL);
52 LOG_ERROR("Fatal");
57 LOG_ERROR("Warning");
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h30 LOG_ERROR, enumerator in enum:i18n::phonenumbers::__anon12261
40 ERROR = LOG_ERROR,
49 Logger() : level_(LOG_ERROR) {}
/external/chromium_org/third_party/re2/util/
H A Dlogging.h37 #define LOG_ERROR LOG_INFO macro
46 #define LOG_DFATAL LOG_ERROR
/external/regex-re2/util/
H A Dlogging.h32 #define LOG_ERROR LOG_INFO macro
41 #define LOG_DFATAL LOG_ERROR
/external/chromium/googleurl/base/
H A Dlogging.h124 // Sets the log filter prefix. Any log message below LOG_ERROR severity that
127 // with severity of LOG_ERROR or higher will not be filtered.
147 const LogSeverity LOG_ERROR = 2; member in namespace:logging
153 const LogSeverity LOG_DFATAL_LEVEL = LOG_ERROR;
166 logging::LogMessage(__FILE__, __LINE__, logging::LOG_ERROR)
179 logging::LogMessage(__FILE__, __LINE__, logging::LOG_ERROR)
/external/chromium_org/content/common/android/linker/
H A Dlinker_jni.cc31 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
34 #define LOG_ERROR(...) ((void)0) macro
118 LOG_ERROR("Could not find class for %s", class_name);
135 LOG_ERROR("Could not find ID for field '%s'", field_name);
248 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
260 LOG_ERROR("%s: Could not open %s: %s",
269 LOG_ERROR("%s: Could not get library information for %s: %s",
295 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
301 LOG_ERROR("%s: Could not find %s", __FUNCTION__, lib_name.c_str());
316 LOG_ERROR("
[all...]
/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.h56 LOG_ERROR = 3, enumerator in enum:appcache::LogLevel
/external/chromium/base/
H A Dlogging.h286 const LogSeverity LOG_ERROR = 2; member in namespace:logging
293 const LogSeverity LOG_DFATAL = LOG_ERROR;
306 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
338 const LogSeverity LOG_0 = LOG_ERROR;
/external/chromium_org/base/
H A Dlogging.h313 const LogSeverity LOG_ERROR = 2; member in namespace:logging
320 const LogSeverity LOG_DFATAL = LOG_ERROR;
333 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
366 const LogSeverity LOG_0 = LOG_ERROR;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8674 milliseconds