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

1 2 3 4

  /external/libvpx/libvpx/
tools_common.c 26 #define LOG_ERROR(label) do {\
47 LOG_ERROR(NULL);
52 LOG_ERROR("Fatal");
57 LOG_ERROR("Warning");
  /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 37 #ifdef ERROR // In case ERROR is defined by MSVC (i.e not set to LOG_ERROR).
40 case LOG_ERROR: cout << "ERROR"; break;
  /external/chromium_org/third_party/WebKit/Source/core/loader/archive/
MHTMLParser.cpp 66 LOG_ERROR("Failed to parse MHTML part: no header.");
88 LOG_ERROR("Failed to parse MHTML, invalid MIME header.");
95 LOG_ERROR("Failed to parse MHTML subframe.");
109 LOG_ERROR("Failed to parse MHTML part.");
147 LOG_ERROR("Binary contents requires end of part");
153 LOG_ERROR("Binary contents requires end of part");
160 LOG_ERROR("Invalid seperator.");
169 LOG_ERROR("No CRLF at end of binary section.");
190 LOG_ERROR("No bounday found for MHTML part.");
198 LOG_ERROR("Invalid base64 content for MHTML part.")
    [all...]
  /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/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/third_party/WebKit/Source/core/platform/network/
ParsedContentType.cpp 160 LOG_ERROR("Invalid Content-Type string '%s'", contentType.ascii().data());
177 LOG_ERROR("Invalid Content-Type parameter name.");
183 LOG_ERROR("Invalid Content-Type malformed parameter.");
196 LOG_ERROR("Invalid Content-Type, invalid parameter value.");
202 LOG_ERROR("Invalid Content-Type, invalid character at the end of key/value parameter.");
MIMEHeader.cpp 63 LOG_ERROR("Key duplicate found in MIME header. Key is '%s', previous value replaced.", key.ascii().data());
96 LOG_ERROR("No boundary found in multipart MIME header.");
127 LOG_ERROR("Unknown encoding '%s' found in MIME header.", text.ascii().data());
  /dalvik/vm/alloc/
HeapInternal.h 90 #define LOGE_HEAP(...) ALOG(LOG_ERROR, HEAP_LOG_TAG, __VA_ARGS__)
  /external/chromium_org/gpu/command_buffer/service/
logger.cc 38 filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg;
  /external/chromium_org/third_party/WebKit/Source/wtf/
Threading.cpp 78 LOG_ERROR("Thread name \"%s\" is longer than 31 characters and will be truncated by Visual Studio", name);
ThreadingPthreads.cpp 189 LOG_ERROR("Failed to create pthread at entry point %p with data %p", wtfThreadEntryPoint, invocation.get());
234 LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID);
236 LOG_ERROR("ThreadIdentifier %u was unable to be joined.\n", threadID);
263 LOG_ERROR("ThreadIdentifier %u was unable to be detached\n", threadID);
  /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 29 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/third_party/WebKit/Source/core/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 68 LOG_ERROR("Unable to get the text metrics after second attempt");
147 LOG_ERROR("Unable to get the glyph metrics after second attempt");
172 LOG_ERROR("Unable to get the char width after second attempt");
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.cpp 77 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
87 LOG_ERROR("SQLite database error when enabling extended errors - %s", m_openErrorMessage.data());
99 LOG_ERROR("SQLite database could not set temp_store to memory");
182 LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
184 LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
444 LOG_ERROR("Attempt to set an authorizer on a non-open SQL database");
  /external/chromium/base/
logging_win.cc 39 case LOG_ERROR:
123 SetMinLogLevel(LOG_ERROR);
  /external/chromium_org/base/
logging_win.cc 39 case LOG_ERROR:
123 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/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 98 LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data());
112 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data());
122 LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
130 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data());
318 LOG_ERROR("Unable to turn on incremental auto-vacuum (%d %s)", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
471 LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data());
491 LOG_ERROR("Failed to set version %s in database (%s)", version.ascii().data(), query.ascii().data());

Completed in 1018 milliseconds

1 2 3 4