HomeSort by relevance Sort by last modified time
    Searched full:log_error (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 54 LOG_ERROR("Invalid resume data to write to bundle path");
58 LOG_ERROR("Cannot write resume data to empty download bundle path");
65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data());
82 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno);
87 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno);
93 LOG_ERROR("Failed to write footer magic number to the bundle - errno(%i)", errno);
106 LOG_ERROR("Cannot create resume data from empty download bundle path");
114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data());
136 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno);
141 LOG_ERROR("Footer's magic number does not match 0x%X - errno(%i)", magicNumber(), errno)
    [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/webkit/Source/WebCore/platform/graphics/chromium/
ProgramBinding.cpp 56 LOG_ERROR("Failed to create shader program");
83 LOG_ERROR("Failed to create vertex shader");
90 LOG_ERROR("Failed to create fragment shader");
96 LOG_ERROR("Failed to create shader program");
111 LOG_ERROR("Failed to link shader program");
  /system/vold/
logwrapper.c 101 ALOG(LOG_ERROR, "logwrapper",
118 ALOG(LOG_ERROR, "logwrapper", "Cannot create parent ptty");
125 ALOG(LOG_ERROR, "logwrapper", "Problem with /dev/ptmx");
132 ALOG(LOG_ERROR, "logwrapper", "Failed to fork");
141 ALOG(LOG_ERROR, "logwrapper", "Problem with child ptty");
  /external/webkit/Source/WebCore/platform/win/
SharedBufferWin.cpp 49 LOG_ERROR("Failed to open file %s to create shared buffer, GetLastError() = %u", filePath.ascii().data(), GetLastError());
63 LOG_ERROR("Failed to fully read contents of file %s, GetLastError() = %u", filePath.ascii().data(), GetLastError());
65 LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastError);
LoggingWin.cpp 49 LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get());
60 LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get());
  /external/webkit/Source/WebCore/storage/
ChangeVersionWrapper.cpp 52 LOG_ERROR("Unable to retrieve actual current version from database");
58 LOG_ERROR("Old version doesn't match actual version");
71 LOG_ERROR("Unable to set new version in database");
StorageTracker.cpp 112 LOG_ERROR("Failed to create database file '%s'", databasePath.ascii().data());
117 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data());
125 LOG_ERROR("Failed to create Origins table.");
158 LOG_ERROR("Failed to prepare statement.");
171 LOG_ERROR("Failed to read in all origins from the database.");
288 LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data());
296 LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data());
357 LOG_ERROR("Failed to prepare statement.");
376 LOG_ERROR("Failed to read in all origins from the database.");
389 LOG_ERROR("Unable to prepare deletion of all origins")
    [all...]
StorageAreaSync.cpp 240 LOG_ERROR("Filename for local storage database is empty - cannot open for persistent storage");
251 LOG_ERROR("Failed to open database file %s for local storage", databaseFilename.utf8().data());
258 LOG_ERROR("Failed to create table ItemTable for local storage");
280 LOG_ERROR("Unable to select items from ItemTable for local storage");
294 LOG_ERROR("Error reading items from ItemTable for local storage");
362 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database");
368 LOG_ERROR("Failed to clear all items in the local storage database - %i", result);
375 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database");
381 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database");
399 LOG_ERROR("Failed to update item in the local storage database - %i", result)
    [all...]
DatabaseTracker.cpp 121 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data());
128 LOG_ERROR("Failed to create Origins table");
134 LOG_ERROR("Failed to create Databases table");
308 LOG_ERROR("Failed to retrieve filename from Database Tracker for origin %s, name %s", originIdentifier.ascii().data(), name.ascii().data());
349 LOG_ERROR("Failed to prepare statement.");
360 LOG_ERROR("Failed to read in all origins from the database.");
389 LOG_ERROR("Failed to retrieve all database names for origin %s", origin->databaseIdentifier().ascii().data());
440 LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.ascii().data(), originIdentifier.ascii().data());
474 LOG_ERROR("Error to determing existence of database %s in origin %s in tracker database", name.ascii().data(), originIdentifier.ascii().data());
479 LOG_ERROR("Could not retrieve guid for database %s in origin %s from the tracker database - it is invalid to (…)
    [all...]
AbstractDatabase.cpp 55 LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data());
69 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data());
79 LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
87 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data());
246 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data());
251 LOG_ERROR("Unable to turn on incremental auto-vacuum for database %s", m_filename.ascii().data());
273 LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), databaseDebugName().ascii().data());
282 LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data());
293 LOG_ERROR("Failed to set version %s in database %s", m_expectedVersion.ascii().data(), databaseDebugName().ascii().data());
375 LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data())
    [all...]
  /external/skia/bench/
benchmain.cpp 28 static void log_error(const char msg[]) { SkDebugf("%s", msg); } function
31 static void log_error(const char msg[]) { fprintf(stderr, "%s", msg); } function
35 static void log_error(const SkString& str) { log_error(str.c_str()); } function
353 log_error("missing arg for -repeat\n");
370 log_error("missing arg for -timers\n");
381 log_error("missing arg for -forceAA\n");
386 log_error("missing arg for -forceFilter\n");
392 log_error("missing arg for -forceDither\n");
399 log_error("missing arg for -forceBlend\n")
    [all...]
  /external/regex-re2/util/
logging.h 32 #define LOG_ERROR LOG_INFO
41 #define LOG_DFATAL LOG_ERROR
  /system/netd/
logwrapper.c 100 ALOG(LOG_ERROR, "logwrapper",
117 ALOG(LOG_ERROR, "logwrapper", "Cannot create parent ptty");
124 ALOG(LOG_ERROR, "logwrapper", "Problem with /dev/ptmx");
131 ALOG(LOG_ERROR, "logwrapper", "Failed to fork");
140 ALOG(LOG_ERROR, "logwrapper", "Problem with child ptty");
  /external/webkit/Source/WebCore/platform/brew/
SharedBufferBrew.cpp 59 LOG_ERROR("Failed to open file %s to create shared buffer, errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
70 LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataATSUI.mm 54 LOG_ERROR("unable to get ATSUFontID for %@", m_platformData.font());
71 LOG_ERROR("ATSFontGetTable failed (%d)", status);
ComplexTextControllerATSUI.cpp 136 LOG_ERROR("u_shapeArabic failed(%d)", shapingError);
257 LOG_ERROR("ATSFontGetTable failed (%d)", static_cast<int>(status));
274 LOG_ERROR("ATSUSetFontFeatures failed (%d) -- ligatures remain enabled", static_cast<int>(status));
287 LOG_ERROR("unable to get ATSUFontID for %p", fontData->platformData().font());
294 LOG_ERROR("ATSUCreateStyle failed (%d)", static_cast<int>(status));
307 LOG_ERROR("ATSUSetAttributes failed (%d)", static_cast<int>(status));
334 LOG_ERROR("ATSUCreateTextLayoutWithTextPtr failed with error %d", static_cast<int>(status));
  /external/webkit/Source/WebCore/platform/gtk/
SharedBufferGtk.cpp 40 LOG_ERROR("Failed to fully read contents of file %s - %s", filenameForDisplay(filePath).utf8().data(), error->message);
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 80 LOG_ERROR("JNI_GetCreatedJavaVMs failed, returned %ld", static_cast<long>(jniError));
100 LOG_ERROR("AttachCurrentThread failed, returned %ld", static_cast<long>(jniError));
336 LOG_ERROR("Invalid field type (%d)", static_cast<int>(type));
339 LOG_ERROR("Could not find field: %s", name);
347 LOG_ERROR("Could not find class for object");
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 78 LOG_ERROR("WebDownload::WebDownload(ResourceHandle*,...) called with an inactive ResourceHandle");
93 LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url().string().utf8().data());
107 LOG_ERROR("Delegate is %p", m_delegate.get());
359 LOG_ERROR("DownloadDelegate->didBegin failed");
369 LOG_ERROR("DownloadDelegate->willSendRequest failed");
406 LOG_ERROR("DownloadDelegate->didReceiveResponse failed");
413 LOG_ERROR("DownloadDelegate->willResumeWithResponse failed");
426 LOG_ERROR("DownloadDelegate->didReceiveData failed");
433 LOG_ERROR("DownloadDelegate->shouldDecodeSourceDataOfMIMEType failed");
442 LOG_ERROR("DownloadDelegate->decideDestinationWithSuggestedObjectName failed")
    [all...]
WebIconDatabase.cpp 71 LOG_ERROR("Unable to get icon database enabled preference");
88 LOG_ERROR("Unable to get icon database location preference");
96 LOG_ERROR("Failed to construct default icon database path");
100 LOG_ERROR("Failed to open icon database path");
180 LOG_ERROR("Failed to draw Image to HBITMAP");
314 LOG_ERROR("Failed to draw Image to HBITMAP");
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 70 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
77 LOG_ERROR("SQLite database error when enabling extended errors - %s", sqlite3_errmsg(m_db));
87 LOG_ERROR("SQLite database could not set temp_store to memory");
170 LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
172 LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
419 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/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 231 LOG_ERROR("can't add a plug-in to a defunct WebPluginController");
375 LOG_ERROR("nil URL passed");
379 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request);
384 LOG_ERROR("could not load URL %@ because plug-in has already been stopped", request);
393 LOG_ERROR("JavaScript requests can only be made on the frame that contains the plug-in");
399 LOG_ERROR("could not load URL %@", [request URL]);
491 LOG_ERROR("nil element passed");
497 LOG_ERROR("invalid media element passed");
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 124 LOG_ERROR("Could not open system certificate store %s", certificateSystemStoreName.ascii().data());
130 LOG_ERROR("Could not find certificate in system certificate store");

Completed in 741 milliseconds

1 2 3 4 5 6 7