Home
last modified time | relevance | path

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

1234

/external/webkit/WebKit/win/
DWebDownload.cpp191 LOG_ERROR("Cannot create resume data from empty download bundle path"); in extractResumeDataFromBundle()
199 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data()); in extractResumeDataFromBundle()
221 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno); in extractResumeDataFromBundle()
226LOG_ERROR("Footer's magic number does not match 0x%X - errno(%i)", bundleMagicNumber(), errno); in extractResumeDataFromBundle()
242 LOG_ERROR("Failed to read ResumeData length from the bundle - errno(%i)", errno); in extractResumeDataFromBundle()
256 LOG_ERROR("Failed to read ResumeData from the bundle - errno(%i)", errno); in extractResumeDataFromBundle()
265LOG_ERROR("Failed to truncate the resume footer off the end of the file - errno(%i)", resizeError); in extractResumeDataFromBundle()
282 LOG_ERROR("Invalid resume data to write to bundle path"); in appendResumeDataToBundle()
286 LOG_ERROR("Cannot write resume data to empty download bundle path"); in appendResumeDataToBundle()
293 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data()); in appendResumeDataToBundle()
[all …]
DWebDownloadCFNet.cpp77LOG_ERROR("WebDownload::WebDownload(ResourceHandle*,...) called with an inactive ResourceHandle");… in init()
92LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url(… in init()
106 LOG_ERROR("Delegate is %p", m_delegate.get()); in init()
358 LOG_ERROR("DownloadDelegate->didBegin failed"); in didStart()
368 LOG_ERROR("DownloadDelegate->willSendRequest failed"); in willSendRequest()
404 LOG_ERROR("DownloadDelegate->didReceiveResponse failed"); in didReceiveResponse()
411 LOG_ERROR("DownloadDelegate->willResumeWithResponse failed"); in willResumeWithResponse()
424 LOG_ERROR("DownloadDelegate->didReceiveData failed"); in didReceiveData()
431 LOG_ERROR("DownloadDelegate->shouldDecodeSourceDataOfMIMEType failed"); in shouldDecodeDataOfMIMEType()
440 LOG_ERROR("DownloadDelegate->decideDestinationWithSuggestedObjectName failed"); in decideDestinationWithSuggestedObjectName()
[all …]
DWebIconDatabase.cpp72 LOG_ERROR("Unable to get icon database enabled preference"); in init()
89 LOG_ERROR("Unable to get icon database location preference"); in startUpIconDatabase()
97 LOG_ERROR("Failed to construct default icon database path"); in startUpIconDatabase()
101 LOG_ERROR("Failed to open icon database path"); in startUpIconDatabase()
181 LOG_ERROR("Failed to draw Image to HBITMAP"); in iconForURL()
295 LOG_ERROR("Failed to draw Image to HBITMAP"); in getOrCreateDefaultIconBitmap()
/external/webkit/WebCore/storage/
DStorageAreaSync.cpp169LOG_ERROR("Filename for local storage database is empty - cannot open for persistent storage"); in performImport()
175LOG_ERROR("Failed to open database file %s for local storage", databaseFilename.utf8().data()); in performImport()
181 LOG_ERROR("Failed to create table ItemTable for local storage"); in performImport()
188 LOG_ERROR("Unable to select items from ItemTable for local storage"); in performImport()
202 LOG_ERROR("Error reading items from ItemTable for local storage"); in performImport()
265 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database"); in sync()
271 LOG_ERROR("Failed to clear all items in the local storage database - %i", result); in sync()
278 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database"); in sync()
284 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database"); in sync()
302 LOG_ERROR("Failed to update item in the local storage database - %i", result); in sync()
DDatabaseTracker.cpp225LOG_ERROR("Failed to retrieve filename from Database Tracker for origin %s, name %s", origin->data… in fullPathForDatabase()
272 LOG_ERROR("Failed to read in all origins from the database"); in populateOrigins()
302LOG_ERROR("Failed to retrieve all database names for origin %s", origin->databaseIdentifier().asci… in databaseNamesForOrigin()
333LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.asci… in detailsForNameAndOrigin()
364LOG_ERROR("Error to determing existence of database %s in origin %s in tracker database", name.asc… in setDatabaseDetails()
369LOG_ERROR("Could not retrieve guid for database %s in origin %s from the tracker database - it is … in setDatabaseDetails()
384LOG_ERROR("Failed to update details for database %s in origin %s", name.ascii().data(), originIden… in setDatabaseDetails()
523LOG_ERROR("Unable to establish origin %s in the tracker", origin->databaseIdentifier().ascii().dat… in setQuota()
529LOG_ERROR("Unable to establish origin %s in the tracker", origin->databaseIdentifier().ascii().dat… in setQuota()
542LOG_ERROR("Failed to set quota %llu in tracker database for origin %s", quota, origin->databaseIde… in setQuota()
[all …]
DDatabase.cpp226LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.a… in retrieveTextResultFromDatabase()
238LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data()); in retrieveTextResultFromDatabase()
251LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data()); in getVersionFromDatabase()
264LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase()
272 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data()); in setTextValueInDatabase()
287LOG_ERROR("Failed to set version %s in database (%s)", version.ascii().data(), setVersionQuery.asc… in setVersionInDatabase()
436 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data()); in performOpenAndVerify()
451LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), data… in performOpenAndVerify()
475LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data()); in performOpenAndVerify()
484LOG_ERROR("Failed to set version %s in database %s", m_expectedVersion.ascii().data(), databaseDeb… in performOpenAndVerify()
[all …]
DChangeVersionWrapper.cpp49 LOG_ERROR("Unable to retrieve actual current version from database"); in performPreflight()
55 LOG_ERROR("Old version doesn't match actual version"); in performPreflight()
68 LOG_ERROR("Unable to set new version in database"); in performPostflight()
/external/webkit/WebCore/loader/icon/
DIconDatabase.cpp136LOG_ERROR("Attempt to reopen the IconDatabase which is already open. Must close it first."); in open()
463LOG_ERROR("Attempting to release icon for URL %s which is not retained", urlForLogging(pageURLOrig… in releaseIconForPageURL()
989LOG_ERROR("Unable to open icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m… in iconDatabaseSyncThread()
1078LOG_ERROR("Could not create PageURL table in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1083LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1088LOG_ERROR("Could not create IconInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg… in createDatabaseTables()
1093LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1098LOG_ERROR("Could not create IconData table in database (%i) - %s", db.lastError(), db.lastErrorMsg… in createDatabaseTables()
1103LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg(… in createDatabaseTables()
1108LOG_ERROR("Could not create IconDatabaseInfo table in database (%i) - %s", db.lastError(), db.last… in createDatabaseTables()
[all …]
/external/webkit/WebCore/page/chromium/
DFrameChromium.cpp52 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame()
57 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame()
69 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
/external/webkit/WebCore/page/win/
DFrameWin.cpp53 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame()
58 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame()
70 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
/external/webkit/WebCore/page/
DPrintContext.cpp59 LOG_ERROR("document to be printed has no renderer"); in computePageRects()
64 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRects()
76 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRects()
/external/webkit/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp66 LOG_ERROR("Unable to get the text metrics after second attempt"); in platformInit()
144 LOG_ERROR("Unable to get the text metrics after second attempt"); in determinePitch()
166 LOG_ERROR("Unable to get the char width after second attempt"); in platformWidthForGlyph()
/external/webkit/JavaScriptCore/wtf/
DThreadingWin.cpp230LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, ::GetLa… in createThreadInternal()
232 LOG_ERROR("Failed to create thread at entry point %p with data %p.", entryPoint, data); in createThreadInternal()
234LOG_ERROR("Failed to create thread at entry point %p with data %p: %ld", entryPoint, data, errno); in createThreadInternal()
251LOG_ERROR("ThreadIdentifier %u did not correspond to an active thread when trying to quit", thread… in waitForThreadCompletion()
255 LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
DAssertions.h216 #define LOG_ERROR(...) ((void)0) macro
218 #define LOG_ERROR() ((void)0) macro
220 #define LOG_ERROR(...) WTFReportError(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, __VA_ARGS__) macro
DThreadingPthreads.cpp166 LOG_ERROR("Failed to create pthread at entry point %p with data %p", entryPoint, data); in createThreadInternal()
177 LOG_ERROR("Failed to create pthread at entry point %p with data %p", entryPoint, data); in createThreadInternal()
202 LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion()
/external/webkit/WebCore/page/wince/
DFrameWince.cpp78 LOG_ERROR("document to be printed has no renderer"); in computePageRectsForFrame()
83 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor); in computePageRectsForFrame()
95 LOG_ERROR("pageHeight has bad value %.2f", pageHeight); in computePageRectsForFrame()
/external/webkit/WebCore/platform/win/
DSharedBufferWin.cpp42 LOG_ERROR("Failed to open file %s to create shared buffer", filePath.ascii().data()); in createWithContentsOfFile()
61LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), errno); 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/WebCore/loader/appcache/
DApplicationCacheStorage.cpp111 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in loadCacheGroup()
251 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in cacheGroupForURL()
318 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in fallbackCacheGroupForURL()
424 LOG_ERROR("Application Cache Storage: failed to execute statement \"%s\" error \"%s\"", in executeSQLCommand()
514 LOG_ERROR("Application Cache Storage: failed to execute statement \"%s\" error \"%s\"", in executeStatement()
814 LOG_ERROR("Could not prepare cache statement, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
850 LOG_ERROR("Could not load cache resources, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
863 LOG_ERROR("Could not load cache online whitelist, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
878 LOG_ERROR("Could not load fallback URLs, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
1013LOG_ERROR("Could not get the size of the cache group, error \"%s\"", m_database.lastErrorMsg()); in cacheGroupSize()
[all …]
/external/webkit/WebKit/mac/Plugins/
DWebPluginController.mm186 LOG_ERROR("can't add a plug-in to a defunct WebPluginController");
328 LOG_ERROR("nil URL passed");
332 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request);
337 LOG_ERROR("could not load URL %@ because plug-in has already been stopped", request);
346LOG_ERROR("JavaScript requests can only be made on the frame that contains the plug-in");
352 LOG_ERROR("could not load URL %@", [request URL]);
371LOG_ERROR("could not show status message (%@) because plug-in has already been destroyed", message…
454 LOG_ERROR("nil element passed");
460 LOG_ERROR("invalid media element passed");
/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.cpp66 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(), in open()
77 LOG_ERROR("SQLite database could not set temp_store to memory"); in open()
130 LOG_ERROR("Failed to set maximum size of database to %lli bytes", size); in setMaximumSize()
334 LOG_ERROR("Attempt to set an authorizer on a non-open SQL database"); in setAuthorizer()
/external/webkit/WebCore/platform/graphics/mac/
DFontMacATSUI.mm103 LOG_ERROR("ATSFontGetTable failed (%d)", status);
120 LOG_ERROR("ATSUSetFontFeatures failed (%d) -- ligatures remain enabled", status);
130 LOG_ERROR("unable to get ATSUFontID for %@", fontData->platformData().font());
137 LOG_ERROR("ATSUCreateStyle failed (%d)", status);
151 LOG_ERROR("ATSUSetAttributes failed (%d)", status);
311 LOG_ERROR("u_shapeArabic failed(%d)", shapingError);
352 LOG_ERROR("ATSUCreateTextLayoutWithTextPtr failed(%d)", status);
373 LOG_ERROR("ATSUSetLayoutControls failed(%d)", status);
377 LOG_ERROR("ATSUSetTransientFontMatching failed(%d)", status);
570 LOG_ERROR("ATSUDrawText() failed(%d)", status);
[all …]
/external/webkit/WebKitTools/FindSafari/
DFindSafari.cpp42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__) macro
85 LOG_ERROR(TEXT("Couldn't determine installed Safari path\n")); in _tmain()
/external/webkit/WebCore/platform/text/
DRegularExpression.cpp57 LOG_ERROR("RegularExpression: pcre_compile failed with '%s'", errorMessage); in compile()
111 LOG_ERROR("RegularExpression: pcre_exec() failed with result %d", result); in match()
/external/webkit/WebCore/platform/text/mac/
DTextCodecMac.cpp156LOG_ERROR("TECConvertText gave a kTECPartialCharErr but read none of the %zu bytes in the buffer",… in decode()
171LOG_ERROR("TECConvertText accepted some bytes it previously rejected with kTECPartialCharErr"); in decode()
243LOG_ERROR("TECConvertText gave a kTECPartialCharErr, but left %u bytes in the buffer", sourceLengt… in decode()

1234