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

1 2 3 4

  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...) function
50 #define LOG_ERROR(pContext...)
52 #define LOG_ERROR(...)
171 LOG_ERROR(pContext, "NUL character forbidden");
206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent);
239 LOG_ERROR(pContext, "EOF reached within a section name");
263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent);
273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...) function
50 #define LOG_ERROR(pContext...)
52 #define LOG_ERROR(...)
171 LOG_ERROR(pContext, "NUL character forbidden");
206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent);
239 LOG_ERROR(pContext, "EOF reached within a section name");
263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent);
273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
logger.h 30 LOG_ERROR,
40 ERROR = LOG_ERROR,
49 Logger() : level_(LOG_ERROR) {}
default_logger.cc 45 #ifdef ERROR // In case ERROR is defined by MSVC (i.e not set to LOG_ERROR).
48 case LOG_ERROR: cout << "ERROR"; break;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
log.h 19 #define LOG_ERROR(format, ...) \
  /external/fio/os/windows/posix/include/
syslog.h 7 #define LOG_ERROR 0x2
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingListener.java 29 LOG_ERROR
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
Log.java 34 private static final boolean LOG_ERROR = true;
57 if (LOG_ERROR)
62 if (LOG_ERROR)
  /bootable/recovery/minzip/
Log.h 118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
170 #define IF_LOGE() IF_LOG(LOG_ERROR, LOG_TAG)
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
IdlingPolicy.java 32 private enum ResponseAction { THROW_APP_NOT_IDLE, THROW_IDLE_TIMEOUT, LOG_ERROR };
64 case LOG_ERROR:
121 this.errorHandler = ResponseAction.LOG_ERROR;
  /frameworks/base/include/android_runtime/
Log.h 33 #define LOGE_EX(env, ...) LOG_EX(env, LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
  /libnativehelper/
ALog-priv.h 63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /external/chromium_org/base/android/linker/
linker_jni.cc 34 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
92 LOG_ERROR("Could not find class for %s", class_name);
109 LOG_ERROR("Could not find ID for field '%s'", field_name);
128 LOG_ERROR("Could not find ID for static method '%s'", method_name);
266 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
278 LOG_ERROR("%s: Could not open %s: %s",
287 LOG_ERROR("%s: Could not get library information for %s: %s",
360 LOG_ERROR("Could not create JNIEnv");
396 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
402 LOG_ERROR("%s: Could not find %s", __FUNCTION__, lib_name.c_str())
    [all...]
  /frameworks/ex/framesequence/jni/utils/
log.h 122 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
128 ? ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
175 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
  /external/chromium_org/gpu/command_buffer/service/
logger.cc 38 filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg;
  /external/chromium_org/mojo/environment/
default_logger_impl.cc 21 COMPILE_ASSERT(logging::LOG_ERROR == MOJO_LOG_LEVEL_ERROR,
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 45 ALOG(LOG_ERROR, SQLITE_LOG_TAG, "(%d) %s\n", iErrCode, zMsg);
  /system/core/logwrapper/
logwrapper.c 30 ALOG(LOG_ERROR, "logwrapper", "%s", msg);
  /external/regex-re2/util/
logging.h 32 #define LOG_ERROR LOG_INFO
41 #define LOG_DFATAL LOG_ERROR
  /external/chromium_org/base/
logging_win.cc 39 case LOG_ERROR:
122 SetMinLogLevel(LOG_ERROR);
  /external/chromium_org/third_party/re2/util/
logging.h 37 #define LOG_ERROR LOG_INFO
46 #define LOG_DFATAL LOG_ERROR
  /external/chromium_org/chrome/browser/sync_file_system/
logger.cc 22 case logging::LOG_ERROR:
logger_unittest.cc 18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 119 LOG_ERROR("Error querying file type");
132 LOG_ERROR("Invalid file type: %d", file_info.type);
206 LOG_ERROR("html5fs: unknown type: '%s'", iter->second.c_str());
221 LOG_ERROR("html5fs: bad param: %s", iter->first.c_str());
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.c 38 #define LOG_ERROR(label) do {\
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");

Completed in 660 milliseconds

1 2 3 4