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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dlog.h15 #define LOG_ERROR(format, ...) macro
31 #define LOG_ERROR(format, ...) \ macro
/external/fio/os/windows/posix/include/
H A Dsyslog.h7 #define LOG_ERROR 0x2 macro
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DLog.java34 private static final boolean LOG_ERROR = true; field in class:Log
57 if (LOG_ERROR)
62 if (LOG_ERROR)
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingListener.java29 LOG_ERROR enum constant in enum:PairingListener.LogLevel
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h30 LOG_ERROR, enumerator in enum:i18n::phonenumbers::__anon12793
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_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c38 #define LOG_ERROR(label) do {\ macro
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");
/external/libvpx/libvpx/
H A Dtools_common.c38 #define LOG_ERROR(label) do {\ macro
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");
/external/qemu/android/base/
H A DLog.h28 const LogSeverity LOG_ERROR = 2; member in namespace:android::base
32 // LOG_DFATAL will be LOG_ERROR in release builds, and LOG_FATAL in debug
35 const LogSeverity LOG_DFATAL = LOG_ERROR;
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc35 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
85 LOG_ERROR("Could not find class for %s", class_name);
102 LOG_ERROR("Could not find ID for field '%s'", field_name);
121 LOG_ERROR("Could not find ID for static method '%s'", method_name);
245 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
259 LOG_ERROR("%s: Could not get library information for %s: %s",
289 LOG_ERROR("%s: Could not open %s: %s",
316 LOG_ERROR("%s: Could not open %s in zip file %s: %s",
444 LOG_ERROR("Could not create JNIEnv");
481 LOG_ERROR("
[all...]
/external/chromium_org/base/
H A Dlogging.h289 const LogSeverity LOG_ERROR = 2; member in namespace:logging
295 const LogSeverity LOG_DFATAL = LOG_ERROR;
308 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
336 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 4094 milliseconds