/external/webkit/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.cpp | 42 #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/ |
D | loadpng.c | 7 #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/ |
D | verify.h | 46 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 …]
|
D | symbol-table.cpp | 38 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()
|
D | fst.cpp | 56 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()
|
D | expanded-fst.h | 49 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/ |
D | DefaultDownloadDelegate.cpp | 109 …LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, … in decideDestinationWithSuggestedFilename() 133 LOG(Download, "Setting path to %s", debug.ascii().data()); in decideDestinationWithSuggestedFilename() 144 …LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challe… in didCancelAuthenticationChallenge() 151 …LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination… in didCreateDestination() 159 …LOG(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() 183 …LOG(Download, "DefaultDownloadDelegate %p - shouldDecodeSourceDataOfMIMEType %s", download, String… in shouldDecodeSourceDataOfMIMEType() 192 …LOG(Download, "DefaultDownloadDelegate %p - willResumeWithResponse %p, %q", download, response, fr… in willResumeWithResponse() 202 …LOG(Download, "DefaultDownloadDelegate %p - willSendRequest %p %p", download, request, redirectRes… in willSendRequest() [all …]
|
D | WebDownloadCFNet.cpp | 95 …LOG(Download, "WebDownload - Created WebDownload %p from existing connection (%s)", this, request.… in init() 121 …LOG(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() 159 …LOG(Download, "WebDownload - initWithRequest complete, started download of url %s", webRequest->re… in initWithRequest() 167 …LOG(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() 205 …LOG(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/ |
D | SQLTransaction.cpp | 143 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 …]
|
D | Database.cpp | 98 …LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), do… in openDatabase() 105 …LOG(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() 294 …LOG(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() 433 …LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data()); in performOpenAndVerify() 442 …LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), da… in performOpenAndVerify() 444 …LOG(StorageAPI, "Setting version %s in database %s that was just created", m_expectedVersion.ascii… in performOpenAndVerify() 459 … LOG(StorageAPI, "Database %s does not have its version set", databaseDebugName().ascii().data()); in performOpenAndVerify() 467 …LOG(StorageAPI, "page expects version %s from database %s, which actually has version name %s - op… in performOpenAndVerify() [all …]
|
D | DatabaseThread.cpp | 64 LOG(StorageAPI, "DatabaseThread %p was asked to terminate\n", this); in requestTermination() 84 LOG(StorageAPI, "Started DatabaseThread %p", this); in databaseThread() 98 …LOG(StorageAPI, "About to detach thread %i and clear the ref to DatabaseThread %p, which currently… in databaseThread()
|
/external/webkit/WebCore/loader/icon/ |
D | IconDatabase.cpp | 195 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() 474 …LOG(IconDatabase, "Releasing pageURL %s to a retain count of %i", urlForLogging(pageURLOriginal).a… in releaseIconForPageURL() 482 …LOG(IconDatabase, "No more retainers for PageURL %s", urlForLogging(pageURLOriginal).ascii().data(… in releaseIconForPageURL() 562 …LOG(IconDatabase, "Icon for icon url %s is about to be destroyed - removing mapping for it", urlFo… in setIconDataForIconURL() 579 …LOG(IconDatabase, "Dispatching notification that retaining pageURL %s has a new icon", urlForLoggi… in setIconDataForIconURL() 627 …LOG(IconDatabase, "Icon for icon url %s is about to be destroyed - removing mapping for it", urlFo… in setIconURLForPageURL() 650 …LOG(IconDatabase, "Dispatching notification that we changed an icon mapping for url %s", urlForLog… in setIconURLForPageURL() 669 … LOG(IconDatabase, "Found expiration time on a present icon based on existing IconRecord"); in loadDecisionForIconURL() 681 …LOG(IconDatabase, "Don't know if we should load %s or not - adding %p to the set of document loade… in loadDecisionForIconURL() [all …]
|
D | IconLoader.cpp | 69 LOG(IconDatabase, "Documentless-frame - icon won't be loaded"); in startLoading() 97 …LOG(IconDatabase, "IconLoader::didReceiveResponse() - Loader %p, response %i", resourceLoader, sta… in didReceiveResponse() 111 …LOG(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() 161 …LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", iconURL.strin… in finishLoading()
|
/external/webkit/WebCore/loader/archive/cf/ |
D | LegacyWebArchive.cpp | 93 … LOG(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() 186 …LOG(Archives, "LegacyWebArchive - Resource data is not of type CFData, cannot create invalid resou… in createResource() 192 …LOG(Archives, "LegacyWebArchive - Frame name is not of type CFString, cannot create invalid resour… in createResource() 198 …LOG(Archives, "LegacyWebArchive - MIME type is not of type CFString, cannot create invalid resourc… in createResource() 204 … LOG(Archives, "LegacyWebArchive - URL is not of type CFString, cannot create invalid resource"); in createResource() 210 …LOG(Archives, "LegacyWebArchive - Text encoding is not of type CFString, cannot create invalid res… in createResource() 219 …LOG(Archives, "LegacyWebArchive - Resource response data is not of type CFData, cannot create inva… in createResource() 225 …LOG(Archives, "LegacyWebArchive - Resource response version is not of type CFString, cannot create… in createResource() [all …]
|
/external/webkit/WebCore/platform/sql/ |
D | SQLiteStatement.cpp | 65 LOG(SQLDatabase, "SQL - prepare - %s", m_query.ascii().data()); in prepare() 68 …LOG(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 …]
|
D | SQLiteDatabase.cpp | 164 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/ |
D | install.com | 27 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/ |
D | ResourceHandleCFNet.cpp | 123 …LOG(Network, "CFNet - willSendRequest(conn=%p, handle=%p) (%s)", conn, handle, handle->request().u… in willSendRequest() 139 …LOG(Network, "CFNet - didReceiveResponse(conn=%p, handle=%p) (%s)", conn, handle, handle->request(… in didReceiveResponse() 151 …LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, ha… in didReceiveData() 172 …LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->… in shouldUseCredentialStorageCallback() 185 …LOG(Network, "CFNet - didFinishLoading(conn=%p, handle=%p) (%s)", conn, handle, handle->request().… in didFinishLoading() 195 …LOG(Network, "CFNet - didFail(conn=%p, handle=%p, error = %p) (%s)", conn, handle, error, handle->… in didFail() 225 …LOG(Network, "CFNet - didReceiveChallenge(conn=%p, handle=%p (%s)", conn, handle, handle->request(… in didReceiveChallenge() 248 …LOG(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() 370 …LOG(Network, "CFNet - Starting URL %s (handle=%p, conn=%p)", d->m_request.url().string().utf8().da… in start() [all …]
|
/external/webkit/WebKitTools/Scripts/ |
D | commit-log-editor | 67 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/ |
D | PluginViewMac.cpp | 221 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/ |
D | install.com | 29 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/ |
D | install.com | 27 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/ |
D | safer.c | 93 #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/ |
D | fst-io.h | 83 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/ |
D | CachedPrefix.h | 37 #ifdef LOG 38 #undef LOG
|