Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 114) sorted by relevance

12345

/external/webkit/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp42 #define LOG_MEDIAOBJECT() (LOG(Media,"%s", debugMediaObject(this, *m_mediaObject).constData()))
115 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting videowidget"); in ~MediaPlayerPrivate()
120 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting audiooutput"); in ~MediaPlayerPrivate()
124 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting mediaobject"); in ~MediaPlayerPrivate()
137 LOG(Media, "MediaPlayerPrivatePhonon::hasVideo() -> %s", hasVideo ? "true" : "false"); in hasVideo()
143 LOG(Media, "MediaPlayerPrivatePhonon::load(\"%s\")", url.utf8().data()); in load()
170 LOG(Media, "MediaPlayerPrivatePhonon::play()"); in play()
176 LOG(Media, "MediaPlayerPrivatePhonon::pause()"); in pause()
184 LOG(Media, "MediaPlayerPrivatePhonon::paused() --> %s", paused ? "true" : "false"); in paused()
190 LOG(Media, "MediaPlayerPrivatePhonon::seek(%f)", position); in seek()
[all …]
/external/qemu/
Dloadpng.c7 #define LOG(x...) fprintf(stderr,"error: " x)
9 #define LOG(x...) do {} while (0) macro
26 LOG("%s: failed to allocate png read struct\n", fn); in loadpng()
32 LOG("%s: failed to allocate png info struct\n", fn); in loadpng()
38 LOG("%s: failed to open file\n", fn); in loadpng()
43 LOG("%s: failed to read header\n", fn); in loadpng()
48 LOG("%s: header is not a PNG header\n", fn); in loadpng()
53 LOG("%s: png library error\n", fn); in loadpng()
94 LOG("%s: unsupported (grayscale?) color type\n"); in loadpng()
106 LOG("could not allocate data buffer\n"); in loadpng()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dverify.h46 LOG(ERROR) << "Verify: Fst start state ID unset"; in Verify()
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; in Verify()
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position " in Verify()
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel in Verify()
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position " in Verify()
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel in Verify()
83 LOG(ERROR) << "Verify: Fst weight of arc at position " in Verify()
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"; in Verify()
[all …]
Dsymbol-table.cpp38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: " in ReadText()
54 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (skipping), " in ReadText()
63 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \"" in ReadText()
107 LOG(ERROR) << "SymbolTable::Read: read failed"; in Read()
124 LOG(ERROR) << "SymbolTable::Read: read failed"; in Read()
142 LOG(ERROR) << "SymbolTable::Write: write failed"; in Write()
154 LOG(ERROR) << "SymbolTable::WriteText: write failed"; in WriteText()
Dfst.cpp56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source; in Read()
69 LOG(ERROR) << "FstHeader::Read: read failed: " << source; in Read()
85 LOG(ERROR) << "FstHeader::Write: write failed: " << source; in Write()
Dexpanded-fst.h49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source; in Read()
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType() in Read()
69 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename; in Read()
/external/webkit/WebKit/win/
DDefaultDownloadDelegate.cpp109LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, … in decideDestinationWithSuggestedFilename()
133 LOG(Download, "Setting path to %s", debug.ascii().data()); in decideDestinationWithSuggestedFilename()
144LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challe… in didCancelAuthenticationChallenge()
151LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination… in didCreateDestination()
159LOG(Download, "DefaultDownloadDelegate %p - didReceiveAuthenticationChallenge %p", download, chall… in didReceiveAuthenticationChallenge()
167 LOG(Download, "DefaultDownloadDelegate %p - didReceiveDataOfLength %i", download, length); in didReceiveDataOfLength()
175 LOG(Download, "DefaultDownloadDelegate %p - didReceiveResponse %p", download, response); in didReceiveResponse()
183LOG(Download, "DefaultDownloadDelegate %p - shouldDecodeSourceDataOfMIMEType %s", download, String… in shouldDecodeSourceDataOfMIMEType()
192LOG(Download, "DefaultDownloadDelegate %p - willResumeWithResponse %p, %q", download, response, fr… in willResumeWithResponse()
202LOG(Download, "DefaultDownloadDelegate %p - willSendRequest %p %p", download, request, redirectRes… in willSendRequest()
[all …]
DWebDownloadCFNet.cpp95LOG(Download, "WebDownload - Created WebDownload %p from existing connection (%s)", this, request.… in init()
121LOG(Download, "WebDownload - Initialized download of url %s in WebDownload %p", url.string().utf8(… in init()
132 LOG(Download, "WebDownload - initWithRequest failed - not a WebMutableURLRequest"); in initWithRequest()
139 LOG(Download, "Delegate is %p", m_delegate.get()); in initWithRequest()
159LOG(Download, "WebDownload - initWithRequest complete, started download of url %s", webRequest->re… in initWithRequest()
167LOG(Download, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePat… in initToResumeWithBundle()
177 LOG(Download, "Delegate is %p", m_delegate.get()); in initToResumeWithBundle()
189 LOG(Download, "Failed to create CFURLDownloadRef for resume"); in initToResumeWithBundle()
205LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bund… in initToResumeWithBundle()
211 LOG(Download, "WebDownload - Starting download (%p)", this); in start()
[all …]
/external/webkit/WebCore/storage/
DSQLTransaction.cpp143 LOG(StorageAPI, "Database was stopped - cancelling work for this transaction"); in checkAndHandleClosedDatabase()
158 LOG(StorageAPI, "Step %s\n", debugStepName(m_nextStep)); in performNextStep()
177 LOG(StorageAPI, "Callback %s\n", debugStepName(m_nextStep)); in performPendingCallback()
195 LOG(StorageAPI, "Opening and preflighting transaction %p", this); in openTransactionAndPreflight()
237 LOG(StorageAPI, "Scheduling deliverTransactionCallback for transaction %p\n", this); in openTransactionAndPreflight()
263 LOG(StorageAPI, "Scheduling runStatements for transaction %p\n", this); in scheduleToRunStatements()
330 LOG(StorageAPI, "Scheduling deliverStatementCallback for transaction %p\n", this); in runCurrentStatement()
339 LOG(StorageAPI, "Scheduling deliverQuotaIncreaseCallback for transaction %p\n", this); in runCurrentStatement()
355 LOG(StorageAPI, "Scheduling deliverStatementCallback for transaction %p\n", this); in handleCurrentStatementError()
401 LOG(StorageAPI, "Scheduling runStatements for transaction %p\n", this); in deliverQuotaIncreaseCallback()
[all …]
DDatabase.cpp98LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), do… in openDatabase()
105LOG(StorageAPI, "Failed to open and verify version (expected %s) of database %s", expectedVersion.… in openDatabase()
290 LOG(StorageAPI, "Marking %s (%p) as deleted", stringIdentifier().ascii().data(), this); in markAsDeletedAndClose()
294LOG(StorageAPI, "Database handle %p is on a terminated DatabaseThread, cannot be marked for normal… in markAsDeletedAndClose()
431 LOG(StorageAPI, "Current cached version for guid %i is null", m_guid); in performOpenAndVerify()
433LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data()); in performOpenAndVerify()
442LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), da… in performOpenAndVerify()
444LOG(StorageAPI, "Setting version %s in database %s that was just created", m_expectedVersion.ascii… in performOpenAndVerify()
459LOG(StorageAPI, "Database %s does not have its version set", databaseDebugName().ascii().data()); in performOpenAndVerify()
467LOG(StorageAPI, "page expects version %s from database %s, which actually has version name %s - op… in performOpenAndVerify()
[all …]
DDatabaseThread.cpp64 LOG(StorageAPI, "DatabaseThread %p was asked to terminate\n", this); in requestTermination()
84 LOG(StorageAPI, "Started DatabaseThread %p", this); in databaseThread()
98LOG(StorageAPI, "About to detach thread %i and clear the ref to DatabaseThread %p, which currently… in databaseThread()
/external/webkit/WebCore/loader/icon/
DIconDatabase.cpp195 LOG(IconDatabase, "Requesting background thread to remove all icons"); in removeAllIcons()
448 LOG(IconDatabase, "Bringing %s back from the brink", pageURL.ascii().data()); in retainIconForPageURL()
474LOG(IconDatabase, "Releasing pageURL %s to a retain count of %i", urlForLogging(pageURLOriginal).a… in releaseIconForPageURL()
482LOG(IconDatabase, "No more retainers for PageURL %s", urlForLogging(pageURLOriginal).ascii().data(… in releaseIconForPageURL()
562LOG(IconDatabase, "Icon for icon url %s is about to be destroyed - removing mapping for it", urlFo… in setIconDataForIconURL()
579LOG(IconDatabase, "Dispatching notification that retaining pageURL %s has a new icon", urlForLoggi… in setIconDataForIconURL()
627LOG(IconDatabase, "Icon for icon url %s is about to be destroyed - removing mapping for it", urlFo… in setIconURLForPageURL()
650LOG(IconDatabase, "Dispatching notification that we changed an icon mapping for url %s", urlForLog… in setIconURLForPageURL()
669LOG(IconDatabase, "Found expiration time on a present icon based on existing IconRecord"); in loadDecisionForIconURL()
681LOG(IconDatabase, "Don't know if we should load %s or not - adding %p to the set of document loade… in loadDecisionForIconURL()
[all …]
DIconLoader.cpp69 LOG(IconDatabase, "Documentless-frame - icon won't be loaded"); in startLoading()
97LOG(IconDatabase, "IconLoader::didReceiveResponse() - Loader %p, response %i", resourceLoader, sta… in didReceiveResponse()
111LOG(IconDatabase, "IconLoader::didReceiveData() - Loader %p, number of bytes %i", unusedLoader, un… in didReceiveData()
116 LOG(IconDatabase, "IconLoader::didFail() - Loader %p", resourceLoader); in didFail()
138 LOG(IconDatabase, "IconLoader::didFinishLoading() - Loader %p", resourceLoader); in didFinishLoading()
161LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", iconURL.strin… in finishLoading()
/external/webkit/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp93LOG(Archives, "LegacyWebArchive - NULL resource URL is invalid - returning null property list"); in createPropertyListRepresentationFromResource()
143 LOG(Archives, "LegacyWebArchive - Failed to create property list for subresource"); in createPropertyListRep()
155 LOG(Archives, "LegacyWebArchive - Failed to create property list for subframe archive"); in createPropertyListRep()
186LOG(Archives, "LegacyWebArchive - Resource data is not of type CFData, cannot create invalid resou… in createResource()
192LOG(Archives, "LegacyWebArchive - Frame name is not of type CFString, cannot create invalid resour… in createResource()
198LOG(Archives, "LegacyWebArchive - MIME type is not of type CFString, cannot create invalid resourc… in createResource()
204LOG(Archives, "LegacyWebArchive - URL is not of type CFString, cannot create invalid resource"); in createResource()
210LOG(Archives, "LegacyWebArchive - Text encoding is not of type CFString, cannot create invalid res… in createResource()
219LOG(Archives, "LegacyWebArchive - Resource response data is not of type CFData, cannot create inva… in createResource()
225LOG(Archives, "LegacyWebArchive - Resource response version is not of type CFString, cannot create… in createResource()
[all …]
/external/webkit/WebCore/platform/sql/
DSQLiteStatement.cpp65 LOG(SQLDatabase, "SQL - prepare - %s", m_query.ascii().data()); in prepare()
68LOG(SQLDatabase, "sqlite3_prepare16 failed (%i)\n%s\n%s", error, m_query.ascii().data(), sqlite3_e… in prepare()
80 LOG(SQLDatabase, "SQL - step - %s", m_query.ascii().data()); in step()
83 LOG(SQLDatabase, "sqlite3_step failed (%i)\nQuery - %s\nError - %s", in step()
96 LOG(SQLDatabase, "SQL - finalize - %s", m_query.ascii().data()); in finalize()
107 LOG(SQLDatabase, "SQL - reset - %s", m_query.ascii().data()); in reset()
345 LOG(SQLDatabase, "Finalize failed"); in getColumnBlob()
347 LOG(SQLDatabase, "Prepare failed"); in getColumnBlob()
351 LOG(SQLDatabase, "Step wasn't a row"); in getColumnBlob()
382 LOG(SQLDatabase, "Error reading results from database query %s", m_query.ascii().data()); in returnTextResults()
[all …]
DSQLiteDatabase.cpp164 LOG(SQLDatabase, "BusyTimeout set on non-open database"); in setBusyTimeout()
172 LOG(SQLDatabase, "Busy handler set on non-open database"); in setBusyHandler()
202 LOG(SQLDatabase, "Unable to retrieve list of tables from database"); in clearAllTables()
210 LOG(SQLDatabase, "Unable to drop table %s", (*table).ascii().data()); in clearAllTables()
217 LOG(SQLDatabase, "Unable to vacuum database - %s", lastErrorMsg()); in runVacuumCommand()
/external/openssl/apps/
Dinstall.com27 CREATE/DIR/LOG WRK_SSLROOT:[000000]
29 CREATE/DIR/LOG WRK_SSLVEXE:
31 CREATE/DIR/LOG WRK_SSLAEXE:
33 CREATE/DIR/LOG WRK_SSLLIB:
61 $ COPY CA.COM WRK_SSLAEXE:CA.COM/LOG
63 $ COPY CA.COM WRK_SSLVEXE:CA.COM/LOG
65 $ COPY OPENSSL-VMS.CNF WRK_SSLROOT:[000000]OPENSSL.CNF/LOG
/external/webkit/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp123LOG(Network, "CFNet - willSendRequest(conn=%p, handle=%p) (%s)", conn, handle, handle->request().u… in willSendRequest()
139LOG(Network, "CFNet - didReceiveResponse(conn=%p, handle=%p) (%s)", conn, handle, handle->request(… in didReceiveResponse()
151LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, ha… in didReceiveData()
172LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->… in shouldUseCredentialStorageCallback()
185LOG(Network, "CFNet - didFinishLoading(conn=%p, handle=%p) (%s)", conn, handle, handle->request().… in didFinishLoading()
195LOG(Network, "CFNet - didFail(conn=%p, handle=%p, error = %p) (%s)", conn, handle, error, handle->… in didFail()
225LOG(Network, "CFNet - didReceiveChallenge(conn=%p, handle=%p (%s)", conn, handle, handle->request(… in didReceiveChallenge()
248LOG(Network, "CFNet - Cancelling connection %p (%s)", m_connection, m_request.url().string().utf8(… in ~ResourceHandleInternal()
255 LOG(Network, "CFNet - Destroying job %p (%s)", this, d->m_request.url().string().utf8().data()); in ~ResourceHandle()
370LOG(Network, "CFNet - Starting URL %s (handle=%p, conn=%p)", d->m_request.url().string().utf8().da… in start()
[all …]
/external/webkit/WebKitTools/Scripts/
Dcommit-log-editor67 open LOG, $log or die;
68 while (<LOG>) {
82 close LOG;
157 open LOG, ">$log" or die;
159 print LOG;
161 close LOG;
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp221 LOG(Plugin, "PluginView::getValueStatic(%d)", variable); in getValueStatic()
239 LOG(Plugin, "PluginView::getValue(%d)", variable); in getValue()
300 LOG(Plugin, "PluginView::show()"); in show()
312 LOG(Plugin, "PluginView::hide()"); in hide()
324 LOG(Plugin, "PluginView::setFocus()"); in setFocus()
341 LOG(Events, "PluginView::setFocus(): Get-focus event not accepted"); in setFocus()
441 LOG(Events, "PluginView::paint(): Paint event not accepted"); in paint()
511 LOG(Events, "PluginView::handleMouseEvent(): Mouse event type %d at %d,%d not accepted", in handleMouseEvent()
520 LOG(Plugin, "PluginView::handleKeyboardEvent() ----------------- "); in handleKeyboardEvent()
522 LOG(Plugin, "PV::hKE(): KE.keyCode: 0x%02X, KE.charCode: %d", in handleKeyboardEvent()
[all …]
/external/openssl/ssl/
Dinstall.com29 CREATE/DIR/LOG WRK_SSLROOT:[000000]
31 CREATE/DIR/LOG WRK_SSLVLIB:
33 CREATE/DIR/LOG WRK_SSLALIB:
35 CREATE/DIR/LOG WRK_SSLINCLUDE:
37 CREATE/DIR/LOG WRK_SSLVEXE:
39 CREATE/DIR/LOG WRK_SSLAEXE:
48 $ COPY 'EXHEADER' WRK_SSLINCLUDE:/LOG
/external/openssl/crypto/
Dinstall.com27 CREATE/DIR/LOG WRK_SSLROOT:[000000]
29 CREATE/DIR/LOG WRK_SSLVLIB:
31 CREATE/DIR/LOG WRK_SSLALIB:
33 CREATE/DIR/LOG WRK_SSLINCLUDE:
109 $ COPY 'tmp' WRK_SSLINCLUDE: /LOG
111 $ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG
/external/dropbear/libtomcrypt/src/ciphers/safer/
Dsafer.c93 #define LOG(x) safer_lbox[(x) & 0xFF] macro
273 a = EXP(a) + *++key; b = LOG(b) ^ *++key; in _safer_ecb_encrypt()
274 c = LOG(c) ^ *++key; d = EXP(d) + *++key; in _safer_ecb_encrypt()
275 e = EXP(e) + *++key; f = LOG(f) ^ *++key; in _safer_ecb_encrypt()
276 g = LOG(g) ^ *++key; h = EXP(h) + *++key; in _safer_ecb_encrypt()
334 h = LOG(h) ^ *--key; g = EXP(g) - *--key; in _safer_ecb_decrypt()
335 f = EXP(f) - *--key; e = LOG(e) ^ *--key; in _safer_ecb_decrypt()
336 d = LOG(d) ^ *--key; c = EXP(c) - *--key; in _safer_ecb_decrypt()
337 b = EXP(b) - *--key; a = LOG(a) ^ *--key; in _safer_ecb_decrypt()
/external/srec/tools/grxmlcompile/
Dfst-io.h83 LOG(ERROR) << "FstPrinter: Integer " << id in PrintId()
161 LOG(ERROR) << argv[0] << ": Open failed, file = " << argv[2];
229 LOG(ERROR) << "FstReader: Bad number of columns, source = " << source_ in FstReader()
296 LOG(ERROR) << "FstReader: Symbol \"" << s in StrToId()
306 LOG(ERROR) << "FstReader: Bad " << name << " integer = \"" << s in StrToId()
343 LOG(ERROR) << "FstReader: Bad weight = \"" << s in StrToWeight()
375 LOG(ERROR) << argv[0] << ": Open failed, file = " << ifilename;
/external/webkit/WebKit/android/nav/
DCachedPrefix.h37 #ifdef LOG
38 #undef LOG

12345