HomeSort by relevance Sort by last modified time
    Searched refs:log_error (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
benchmain.cpp 16 static void log_error(const char msg[]) { SkDebugf("%s", msg); } function
19 static void log_error(const char msg[]) { fprintf(stderr, "%s", msg); } function
23 static void log_error(const SkString& str) { log_error(str.c_str()); } function
249 log_error("missing arg for -repeat\n");
266 log_error("missing arg for -timers\n");
277 log_error("missing arg for -forceAA\n");
282 log_error("missing arg for -forceFilter\n");
288 log_error("missing arg for -forceDither\n");
295 log_error("missing arg for -forceBlend\n")
    [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...]

Completed in 4227 milliseconds