HomeSort by relevance Sort by last modified time
    Searched refs:LOG_ERROR (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /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/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");
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...]
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...]
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...]
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...]
  /external/webkit/Source/WebCore/bridge/jni/
JobjectWrapper.cpp 48 LOG_ERROR("Could not get GlobalRef for %p", instance);
  /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);
  /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");
  /bootable/recovery/minzip/
Log.h 118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
170 #define IF_LOGE() IF_LOG(LOG_ERROR, LOG_TAG)
  /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/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()));
  /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/page/wince/
FrameWinCE.cpp 68 LOG_ERROR("document to be printed has no renderer");
73 LOG_ERROR("userScaleFactor has bad value %.2f", userScaleFactor);
85 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
  /dalvik/vm/alloc/
HeapInternal.h 90 #define LOGE_HEAP(...) ALOG(LOG_ERROR, HEAP_LOG_TAG, __VA_ARGS__)
  /external/webkit/Source/WebCore/platform/cf/
FileSystemCF.cpp 51 LOG_ERROR("Failed to get filesystem representation to create CString from cfString");
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.cpp 45 case logging::LOG_ERROR:
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 45 ALOG(LOG_ERROR, SQLITE_LOG_TAG, "(%d) %s\n", iErrCode, zMsg);
  /external/regex-re2/util/
logging.h 32 #define LOG_ERROR LOG_INFO
41 #define LOG_DFATAL LOG_ERROR
  /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");
  /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...]

Completed in 753 milliseconds

1 2 3 4 5 6