/external/skia/src/ports/ |
D | SkDebug_android.cpp | 22 #define LOG_TAG "skia" macro 36 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "%s", buffer); in Android_SkDebugf() 38 android_vprintLog(ANDROID_LOG_DEBUG, NULL, LOG_TAG, format, args); in Android_SkDebugf()
|
/external/quake/src/com/android/quake/ |
D | DownloaderActivity.java | 93 Log.i(LOG_TAG, "Versions match, no need to download."); in ensureDownloaded() 151 Log.e(LOG_TAG, "Unable to read local config file", e); in getLocalConfig() 209 Log.i(LOG_TAG, "Download succeeded"); in onDownloadSucceeded() 214 Log.e(LOG_TAG, "Download stopped: " + reason); in onDownloadFailed() 465 Log.i(LOG_TAG, "Network connectivity issue, retrying."); in persistantDownload() 558 Log.i(LOG_TAG, "Couldn't find local config."); in getConfig() 560 Log.i(LOG_TAG, "Local version out of sync. Wanted " + in getConfig() 566 Log.i(LOG_TAG, "Creating directory " + mDataPath); in getConfig() 603 Log.i(LOG_TAG, "Total bytes to download: " in download() 648 Log.e(LOG_TAG, "web MD5 checksums don't match. " in downloadFile() [all …]
|
/external/webkit/Source/WebKit/android/nav/ |
D | CachedPrefix.h | 29 #ifndef LOG_TAG 30 #define LOG_TAG "navcache" macro
|
/external/webkit/Source/WebCore/platform/ |
D | NotImplemented.h | 44 #ifndef LOG_TAG 45 #define LOG_TAG "WebCore" macro
|
/external/v8/src/ |
D | platform-posix.cc | 46 #define LOG_TAG "v8" macro 143 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, format, args); in VPrint() 160 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, format, args); in VFPrint() 177 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args); in VPrintError()
|
/external/dbus/dbus/ |
D | dbus-internals.c | 39 #define LOG_TAG "libdbus" macro 259 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, format, args); in _dbus_warn() 293 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args); in _dbus_warn_check_failed() 473 LOG_PRI_VA(ANDROID_LOG_DEBUG, LOG_TAG, format, args); in _dbus_verbose_real()
|
/external/opencv/otherlibs/highgui/ |
D | cvcap_socket.cpp | 56 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) 57 #define LOG_TAG "CVJNI" macro
|
/external/opencv/ |
D | cvjni.h | 29 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) 35 #define LOG_TAG "CVJNI" macro
|
/external/webkit/Source/WebCore/platform/android/ |
D | SharedTimerAndroid.cpp | 29 #define LOG_TAG "Timers" macro
|
D | ScrollViewAndroid.cpp | 25 #define LOG_TAG "WebCore" macro
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | DragClientAndroid.cpp | 26 #define LOG_TAG "WebCore" macro
|
D | V8Counters.cpp | 29 #define LOG_TAG "WebCore" macro
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPLogInterface.cpp | 26 #define LOG_TAG "webkitPlugin" macro
|
/external/webkit/Source/WebKit/android/benchmark/ |
D | main.cpp | 26 #define LOG_TAG "webcore_test" macro
|
/external/webkit/Source/WebKit/android/jni/ |
D | MIMETypeRegistry.cpp | 26 #define LOG_TAG "WebCore" macro
|
D | WebFrameView.cpp | 26 #define LOG_TAG "webcoreglue" macro
|
D | WebCoreJni.cpp | 26 #define LOG_TAG "webcoreglue" macro
|
/external/webkit/Source/WebKit/android/wds/ |
D | Connection.cpp | 26 #define LOG_TAG "wds" macro
|
D | DebugServer.cpp | 26 #define LOG_TAG "wds" macro
|
/external/webkit/Source/WebKit/android/ |
D | RenderSkinAndroid.cpp | 26 #define LOG_TAG "WebCore" macro
|
D | RenderSkinButton.cpp | 26 #define LOG_TAG "WebCore" macro
|
/external/webkit/Source/WebCore/page/android/ |
D | EventHandlerAndroid.cpp | 26 #define LOG_TAG "WebCore" macro
|
/external/quake/quake/src/WinQuake/ |
D | main.cpp | 21 #define LOG_TAG "Quake" macro
|
D | snd_android.cpp | 18 #define LOG_TAG "Quake snd_android" macro 19 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) 20 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/external/webkit/Source/WebKit/android/wds/client/ |
D | main.cpp | 26 #define LOG_TAG "wdsclient" macro
|