Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 25 of 145) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/network/win/
DDownloadBundleWin.cpp54 LOG_ERROR("Invalid resume data to write to bundle path"); in appendResumeData()
58 LOG_ERROR("Cannot write resume data to empty download bundle path"); in appendResumeData()
65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data()); in appendResumeData()
82 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno); in appendResumeData()
87 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno); in appendResumeData()
93 LOG_ERROR("Failed to write footer magic number to the bundle - errno(%i)", errno); in appendResumeData()
106 LOG_ERROR("Cannot create resume data from empty download bundle path"); in extractResumeData()
114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data()); in extractResumeData()
136 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno); in extractResumeData()
141 LOG_ERROR("Footer's magic number does not match 0x%X - errno(%i)", magicNumber(), errno); in extractResumeData()
[all …]
/external/webkit/Source/WebCore/storage/
DStorageAreaSync.cpp240LOG_ERROR("Filename for local storage database is empty - cannot open for persistent storage"); in openDatabase()
251LOG_ERROR("Failed to open database file %s for local storage", databaseFilename.utf8().data()); in openDatabase()
258 LOG_ERROR("Failed to create table ItemTable for local storage"); in openDatabase()
280 LOG_ERROR("Unable to select items from ItemTable for local storage"); in performImport()
294 LOG_ERROR("Error reading items from ItemTable for local storage"); in performImport()
362 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database"); in sync()
368 LOG_ERROR("Failed to clear all items in the local storage database - %i", result); in sync()
375 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database"); in sync()
381 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database"); in sync()
399 LOG_ERROR("Failed to update item in the local storage database - %i", result); in sync()
[all …]
DStorageTracker.cpp112 LOG_ERROR("Failed to create database file '%s'", databasePath.ascii().data()); in openTrackerDatabase()
117 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data()); in openTrackerDatabase()
125 LOG_ERROR("Failed to create Origins table."); in openTrackerDatabase()
158 LOG_ERROR("Failed to prepare statement."); in syncImportOriginIdentifiers()
171 LOG_ERROR("Failed to read in all origins from the database."); in syncImportOriginIdentifiers()
288LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data()); in syncSetOriginDetails()
296LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data()); in syncSetOriginDetails()
357 LOG_ERROR("Failed to prepare statement."); in syncDeleteAllOrigins()
376 LOG_ERROR("Failed to read in all origins from the database."); in syncDeleteAllOrigins()
389 LOG_ERROR("Unable to prepare deletion of all origins"); in syncDeleteAllOrigins()
[all …]
DAbstractDatabase.cpp55LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.a… in retrieveTextResultFromDatabase()
69 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data()); in retrieveTextResultFromDatabase()
79LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase()
87 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase()
246 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data()); in performOpenAndVerify()
251LOG_ERROR("Unable to turn on incremental auto-vacuum for database %s", m_filename.ascii().data()); in performOpenAndVerify()
273LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), data… in performOpenAndVerify()
282LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data()); in performOpenAndVerify()
293LOG_ERROR("Failed to set version %s in database %s", m_expectedVersion.ascii().data(), databaseDeb… in performOpenAndVerify()
375LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data()); in getVersionFromDatabase()
[all …]
DDatabaseTracker.cpp121 LOG_ERROR("Failed to open databasePath %s.", databasePath.ascii().data()); in openTrackerDatabase()
128 LOG_ERROR("Failed to create Origins table"); in openTrackerDatabase()
134 LOG_ERROR("Failed to create Databases table"); in openTrackerDatabase()
308LOG_ERROR("Failed to retrieve filename from Database Tracker for origin %s, name %s", originIdenti… in fullPathForDatabaseNoLock()
349 LOG_ERROR("Failed to prepare statement."); in populateOrigins()
360 LOG_ERROR("Failed to read in all origins from the database."); in populateOrigins()
389LOG_ERROR("Failed to retrieve all database names for origin %s", origin->databaseIdentifier().asci… in databaseNamesForOriginNoLock()
440LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.asci… in detailsForNameAndOrigin()
474LOG_ERROR("Error to determing existence of database %s in origin %s in tracker database", name.asc… in setDatabaseDetails()
479LOG_ERROR("Could not retrieve guid for database %s in origin %s from the tracker database - it is … in setDatabaseDetails()
[all …]
DChangeVersionWrapper.cpp52 LOG_ERROR("Unable to retrieve actual current version from database"); in performPreflight()
58 LOG_ERROR("Old version doesn't match actual version"); in performPreflight()
71 LOG_ERROR("Unable to set new version in database"); in performPostflight()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp128LOG_ERROR("Attempt to reopen the IconDatabase which is already open. Must close it first."); in open()
455LOG_ERROR("Attempting to release icon for URL %s which is not retained", urlForLogging(pageURLOrig… in releaseIconForPageURL()
988LOG_ERROR("Unable to open icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m… in iconDatabaseSyncThread()
1076LOG_ERROR("Could not create PageURL table in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1081LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1086LOG_ERROR("Could not create IconInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg… in createDatabaseTables()
1091LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1096LOG_ERROR("Could not create IconData table in database (%i) - %s", db.lastError(), db.lastErrorMsg… in createDatabaseTables()
1101LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1106LOG_ERROR("Could not create IconDatabaseInfo table in database (%i) - %s", db.lastError(), db.last… in createDatabaseTables()
[all …]
/external/webkit/Source/WebCore/platform/graphics/chromium/
DProgramBinding.cpp56 LOG_ERROR("Failed to create shader program"); in init()
83 LOG_ERROR("Failed to create vertex shader"); in createShaderProgram()
90 LOG_ERROR("Failed to create fragment shader"); in createShaderProgram()
96 LOG_ERROR("Failed to create shader program"); in createShaderProgram()
111 LOG_ERROR("Failed to link shader program"); in createShaderProgram()
DSimpleFontDataChromiumWin.cpp73 LOG_ERROR("Unable to get the text metrics after second attempt"); in platformInit()
167 LOG_ERROR("Unable to get the text metrics after second attempt"); in determinePitch()
197 LOG_ERROR("Unable to get the char width after second attempt"); in platformWidthForGlyph()
/external/webkit/Source/WebKit/win/
DWebDownloadCFNet.cpp78LOG_ERROR("WebDownload::WebDownload(ResourceHandle*,...) called with an inactive ResourceHandle");… in init()
93LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url(… in init()
107 LOG_ERROR("Delegate is %p", m_delegate.get()); in init()
359 LOG_ERROR("DownloadDelegate->didBegin failed"); in didStart()
369 LOG_ERROR("DownloadDelegate->willSendRequest failed"); in willSendRequest()
406 LOG_ERROR("DownloadDelegate->didReceiveResponse failed"); in didReceiveResponse()
413 LOG_ERROR("DownloadDelegate->willResumeWithResponse failed"); in willResumeWithResponse()
426 LOG_ERROR("DownloadDelegate->didReceiveData failed"); in didReceiveData()
433 LOG_ERROR("DownloadDelegate->shouldDecodeSourceDataOfMIMEType failed"); in shouldDecodeDataOfMIMEType()
442 LOG_ERROR("DownloadDelegate->decideDestinationWithSuggestedObjectName failed"); in decideDestinationWithSuggestedObjectName()
[all …]
DWebIconDatabase.cpp71 LOG_ERROR("Unable to get icon database enabled preference"); in init()
88 LOG_ERROR("Unable to get icon database location preference"); in startUpIconDatabase()
96 LOG_ERROR("Failed to construct default icon database path"); in startUpIconDatabase()
100 LOG_ERROR("Failed to open icon database path"); in startUpIconDatabase()
180 LOG_ERROR("Failed to draw Image to HBITMAP"); in iconForURL()
314 LOG_ERROR("Failed to draw Image to HBITMAP"); in getOrCreateDefaultIconBitmap()
/external/webkit/Source/WebCore/platform/win/
DSharedBufferWin.cpp49LOG_ERROR("Failed to open file %s to create shared buffer, GetLastError() = %u", filePath.ascii().… in createWithContentsOfFile()
63LOG_ERROR("Failed to fully read contents of file %s, GetLastError() = %u", filePath.ascii().data()… in createWithContentsOfFile()
65LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastE… in createWithContentsOfFile()
DLoggingWin.cpp49LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get… in initializeWithUserDefault()
60LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get… in initializeWithUserDefault()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp70 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(), in open()
77 LOG_ERROR("SQLite database error when enabling extended errors - %s", sqlite3_errmsg(m_db)); in open()
87 LOG_ERROR("SQLite database could not set temp_store to memory"); in open()
170LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size)); in setMaximumSize()
172LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size)); in setMaximumSize()
419 LOG_ERROR("Attempt to set an authorizer on a non-open SQL database"); in setAuthorizer()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextControllerATSUI.cpp136 LOG_ERROR("u_shapeArabic failed(%d)", shapingError); in shapeArabic()
257 LOG_ERROR("ATSFontGetTable failed (%d)", static_cast<int>(status)); in fontHasMirroringInfo()
274LOG_ERROR("ATSUSetFontFeatures failed (%d) -- ligatures remain enabled", static_cast<int>(status)); in disableLigatures()
287 LOG_ERROR("unable to get ATSUFontID for %p", fontData->platformData().font()); in initializeATSUStyle()
294 LOG_ERROR("ATSUCreateStyle failed (%d)", static_cast<int>(status)); in initializeATSUStyle()
307 LOG_ERROR("ATSUSetAttributes failed (%d)", static_cast<int>(status)); in initializeATSUStyle()
334 LOG_ERROR("ATSUCreateTextLayoutWithTextPtr failed with error %d", static_cast<int>(status)); in collectComplexTextRunsForCharactersATSUI()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp116 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in loadCacheGroup()
260 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in cacheGroupForURL()
331 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in fallbackCacheGroupForURL()
455 LOG_ERROR("Could not get the quota of an origin, error \"%s\"", m_database.lastErrorMsg()); in quotaForOrigin()
479 LOG_ERROR("Could not get the quota of an origin, error \"%s\"", m_database.lastErrorMsg()); in usageForOrigin()
528LOG_ERROR("Could not get the remaining size of an origin's quota, error \"%s\"", m_database.lastEr… in remainingSizeForOriginExcludingCache()
557 LOG_ERROR("Application Cache Storage: failed to execute statement \"%s\" error \"%s\"", in executeSQLCommand()
663 LOG_ERROR("Application Cache Storage: failed to execute statement \"%s\" error \"%s\"", in executeStatement()
1061 LOG_ERROR("Could not prepare cache statement, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
1108 LOG_ERROR("Could not load cache resources, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
[all …]
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp567 LOG_ERROR("Classification: %d", (int) classification.curveType); in process()
640 LOG_ERROR("MoveTo (%f, %f)", points[0].fX, points[0].fY); in buildContours()
650LOG_ERROR("CloseLineTo (%f, %f), (%f, %f)", curPoint.fX, curPoint.fY, points[1].fX, points[1].fY); in buildContours()
658LOG_ERROR("LineTo (%f, %f), (%f, %f)", points[0].fX, points[0].fY, points[1].fX, points[1].fY); in buildContours()
674LOG_ERROR("Quad->CubicTo (%f, %f), (%f, %f), (%f, %f), (%f, %f)", cubic[0].fX, cubic[0].fY, cubic[… in buildContours()
685LOG_ERROR("CubicTo (%f, %f), (%f, %f), (%f, %f), (%f, %f)", points[0].fX, points[0].fY, points[1].… in buildContours()
696LOG_ERROR("Close (%f, %f) -> (%f, %f)", curPoint.fX, curPoint.fY, moveToPoint.fX, moveToPoint.fY); in buildContours()
787LOG_ERROR("For query point (%f, %f) on contour 0x%p:", seg->getPoint(0).x(), seg->getPoint(0).y(),… in determineSidesToFill()
788 LOG_ERROR(" overlaps:"); in determineSidesToFill()
790 LOG_ERROR(" %d: %s", i+1, overlaps[i].data()->toString().ascii().data()); in determineSidesToFill()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DAssertions.h324 #define LOG_ERROR() ((void)0) macro
326 #define LOG_ERROR(arg...) ((void)0) macro
328 #define LOG_ERROR(...) ((void)0) macro
330 #define LOG_ERROR(...) WTFReportError(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, __VA_ARGS__) macro
DThreadingWin.cpp221LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, ::GetLa… in createThreadInternal()
223 LOG_ERROR("Failed to create thread at entry point %p with data %p.", entryPoint, data); in createThreadInternal()
225LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, errno); in createThreadInternal()
245LOG_ERROR("ThreadIdentifier %u did not correspond to an active thread when trying to quit", thread… in waitForThreadCompletion()
249 LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.cpp65LOG_ERROR("Icon database already has a path and is already open. We don't currently support changi… in setDatabasePath()
75 LOG_ERROR("Unable to open WebKit2 icon database on disk"); in setDatabasePath()
87 LOG_ERROR("Cannot enabled Icon Database cleanup - it hasn't been opened yet."); in enableDatabaseCleanup()
92 LOG_ERROR("Attempt to enable database cleanup, but it's already enabled."); in enableDatabaseCleanup()
/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp68 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame()
73 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame()
85 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
/external/webkit/Source/WebCore/platform/brew/
DSharedBufferBrew.cpp59LOG_ERROR("Failed to open file %s to create shared buffer, errno(%i)", filePath.ascii().data(), IF… in createWithContentsOfFile()
70LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), IFILEMG… in createWithContentsOfFile()
/external/webkit/Source/WebCore/bridge/jni/
DJNIUtility.cpp80 LOG_ERROR("JNI_GetCreatedJavaVMs failed, returned %ld", static_cast<long>(jniError)); in getJavaVM()
100 LOG_ERROR("AttachCurrentThread failed, returned %ld", static_cast<long>(jniError)); in getJNIEnv()
336 LOG_ERROR("Invalid field type (%d)", static_cast<int>(type)); in getJNIField()
339 LOG_ERROR("Could not find field: %s", name); in getJNIField()
347 LOG_ERROR("Could not find class for object"); in getJNIField()
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaClassJobjectV8.cpp52 LOG_ERROR("unable to call getClass on instance %p", anInstance); in JavaClassJobject()
74 LOG_ERROR("unable to find method %s on instance %p", kIsAnnotationPresent, anInstance); in JavaClassJobject()
145 LOG_ERROR("failed to register %s", kJavaScriptInterfaceAnnotation); in RegisterJavaClassJobject()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
DInjectedBundleWin.cpp124LOG_ERROR("Could not open system certificate store %s", certificateSystemStoreName.ascii().data()); in setClientCertificate()
130 LOG_ERROR("Could not find certificate in system certificate store"); in setClientCertificate()

123456