HomeSort by relevance Sort by last modified time
    Searched defs:LOG_ERROR (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/FindSafari/
FindSafari.cpp 42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__)
85 LOG_ERROR(TEXT("Couldn't determine installed Safari path\n"));
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.h 321 /* LOG_ERROR */
324 #define LOG_ERROR() ((void)0)
326 #define LOG_ERROR(arg...) ((void)0)
328 #define LOG_ERROR(...) ((void)0)
330 #define LOG_ERROR(...) WTFReportError(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, __VA_ARGS__)
  /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/googleurl/base/
logging.h 124 // 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;
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/base/
logging.h 286 const LogSeverity LOG_ERROR = 2;
293 const LogSeverity LOG_DFATAL = LOG_ERROR;
306 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
338 const LogSeverity LOG_0 = LOG_ERROR;
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 206 milliseconds