Searched defs:LOG_ERROR (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/FindSafari/
H A DFindSafari.cpp42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__) macro
85 LOG_ERROR(TEXT("Couldn't determine installed Safari path\n"));
/external/regex-re2/util/
H A Dlogging.h32 #define LOG_ERROR LOG_INFO macro
41 #define LOG_DFATAL LOG_ERROR
/external/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.h321 /* LOG_ERROR */
324 #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
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.cpp157 LOG_ERROR("TECConvertText gave a kTECPartialCharErr but read none of the %zu bytes in the buffer", sizeof(m_bufferedBytes));
172 LOG_ERROR("TECConvertText accepted some bytes it previously rejected with kTECPartialCharErr");
244 LOG_ERROR("TECConvertText gave a kTECPartialCharErr, but left %u bytes in the buffer", sourceLength);
143 ASSERT(m_numBufferedBytes < sizeof(m_bufferedBytes)); const int spaceInBuffer = sizeof(m_bufferedBytes) - m_numBufferedBytes; const int bytesToPutInBuffer = min(spaceInBuffer, inputBufferLength); ASSERT(bytesToPutInBuffer != 0); memcpy(m_bufferedBytes + m_numBufferedBytes, inputBuffer, bytesToPutInBuffer); status = TECConvertText(m_converterTEC, m_bufferedBytes, m_numBufferedBytes + bytesToPutInBuffer, &bytesRead, reinterpret_cast<unsigned char*>(outputBuffer), outputBufferLength, &bytesWritten); ASSERT(bytesRead <= m_numBufferedBytes + bytesToPutInBuffer); if (status == kTECPartialCharErr && bytesRead == 0) { if (bytesToPutInBuffer >= spaceInBuffer) { LOG_ERROR(Ó, sizeof(m_bufferedBytes)); m_numBufferedBytes = 0; status = kTECUnmappableElementErr; } else { m_numBufferedBytes += bytesToPutInBuffer; bytesRead = bytesToPutInBuffer; status = noErr; } } else { if (bytesRead > m_numBufferedBytes) argument
/external/chromium/googleurl/base/
H A Dlogging.h124 // Sets the log filter prefix. Any log message below LOG_ERROR severity that
127 // with severity of LOG_ERROR or higher will not be filtered.
147 const LogSeverity LOG_ERROR = 2; member in namespace:logging
153 const LogSeverity LOG_DFATAL_LEVEL = LOG_ERROR;
166 logging::LogMessage(__FILE__, __LINE__, logging::LOG_ERROR)
179 logging::LogMessage(__FILE__, __LINE__, logging::LOG_ERROR)
/external/chromium/base/
H A Dlogging.h286 const LogSeverity LOG_ERROR = 2; member in namespace:logging
293 const LogSeverity LOG_DFATAL = LOG_ERROR;
306 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
338 const LogSeverity LOG_0 = LOG_ERROR;
/external/libvpx/libvpx/
H A Dvpxenc.c99 #define LOG_ERROR(label) do \ macro
113 LOG_ERROR(NULL);
120 LOG_ERROR("Fatal");
127 LOG_ERROR("Warning");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8270 milliseconds