/development/ndk/samples/module-exports/jni/foo/ |
D | foo.c | 13 #define LOG_TAG "libfoo" macro 14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
D | RecyclingBitmapDrawable.java | 33 static final String LOG_TAG = "CountingBitmapDrawable"; field in RecyclingBitmapDrawable 90 Log.d(LOG_TAG, "No longer being used or cached so recycling. " in checkState()
|
D | AsyncTask.java | 198 private static final String LOG_TAG = "AsyncTask"; field in AsyncTask 323 android.util.Log.w(LOG_TAG, e); in AsyncTask()
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoDecodeRunnable.java | 42 private static final String LOG_TAG = "PhotoDecodeRunnable"; field in PhotoDecodeRunnable 232 Log.e(LOG_TAG, "Out of memory in decode stage. Throttling."); in run() 268 Log.e(LOG_TAG, "Download failed in PhotoDecodeRunnable"); in run()
|
D | PhotoFragment.java | 34 private static final String LOG_TAG = "ImageDownloaderThread"; field in PhotoFragment 138 Log.d(LOG_TAG, "onDestroyView"); in onDestroyView() 158 Log.d(LOG_TAG, "onDetach"); in onDetach()
|
/development/ndk/sources/android/libportable/common/include/ |
D | log_portable.h | 68 #define LOG_TAG portable_tag() macro 70 #define LOG_TAG PORTABLE_TAG macro
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | XmlDocumentProvider.java | 136 private static final String LOG_TAG = "XmlDocumentProvider"; field in XmlDocumentProvider 197 Log.w(LOG_TAG, "I/O error while parsing XML " + uri, e); in query() 199 Log.w(LOG_TAG, "Error while parsing XML " + uri, e); in query() 222 Log.e(LOG_TAG, "Unable to create XmlPullParser", e); in getUriXmlPullParser() 238 Log.w(LOG_TAG, "Error while retrieving XML file " + url, e); in getUriXmlPullParser() 245 Log.w(LOG_TAG, "Error while reading XML file from " + url, e); in getUriXmlPullParser() 295 Log.w(LOG_TAG, "XML resource not found: " + resourceUri.toString(), e); in getResourceXmlPullParser()
|
D | ImageDownloader.java | 56 private static final String LOG_TAG = "ImageDownloader"; field in ImageDownloader 297 Log.w(LOG_TAG, "I/O error while retrieving bitmap from " + url, e); in doInBackground() 300 Log.w(LOG_TAG, "Incorrect URL: " + url); in doInBackground() 303 Log.w(LOG_TAG, "Error while retrieving bitmap from " + url, e); in doInBackground()
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | TaskBackService.java | 39 private static final String LOG_TAG = "TaskBackService/onAccessibilityEvent"; field in TaskBackService 70 Log.e(LOG_TAG, "Text-To-Speech engine not ready. Bailing out."); in onAccessibilityEvent() 140 Log.d(LOG_TAG, utterance.toString()); in onAccessibilityEvent()
|
D | ClockBackService.java | 64 private static final String LOG_TAG = "ClockBackService"; field in ClockBackService 286 Log.w(LOG_TAG, "Registered for but not handling action " + action); 489 Log.i(LOG_TAG, mProvidedFeedbackType + " " + event.toString()); in onAccessibilityEvent()
|
/development/apps/launchperf/src/com/android/launchperf/ |
D | NotePadLaunchPerformance.java | 30 public static final String LOG_TAG = "NotePadLaunchPerformance"; field in NotePadLaunchPerformance
|
D | PhoneLaunchPerformance.java | 30 public static final String LOG_TAG = "PhoneLaunchPerformance"; field in PhoneLaunchPerformance
|
D | HelloWorldLaunchPerformance.java | 30 public static final String LOG_TAG = "HelloWorldLaunchPerformance"; field in HelloWorldLaunchPerformance
|
D | SimpleActivityLaunchPerformance.java | 30 public static final String LOG_TAG = "SimpleActivityLaunchPerformance"; field in SimpleActivityLaunchPerformance
|
D | EmptyActivityLaunchPerformance.java | 30 public static final String LOG_TAG = "EmptyActivityLaunchPerformance"; field in EmptyActivityLaunchPerformance
|
D | ComplexActivityLaunchPerformance.java | 31 public static final String LOG_TAG = "ComplexActivityLaunchPerformance"; field in ComplexActivityLaunchPerformance
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 29 #define LOG_TAG "libgl2jni" macro 30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
D | WidgetPreviewActivity.java | 49 private static final String LOG_TAG = "WidgetPreviewActivity"; field in WidgetPreviewActivity 158 Log.d(LOG_TAG, "Configuration activity not found: " + e); in setAppWidget() 253 Log.d(LOG_TAG, "External storage not present"); in saveImage() 262 Log.d(LOG_TAG, "Failed to compress image"); in saveImage() 267 Log.d(LOG_TAG, "Error writing to disk: " + e); in saveImage() 274 Log.d(LOG_TAG, "Could not close file: " + e); in saveImage()
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
D | LogBuildNumber.java | 36 public static final String LOG_TAG = LogBuildNumber.class.getSimpleName(); field in LogBuildNumber 106 Log.i(LOG_TAG, "Build = " + buildNum); in testDemo()
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
D | DeviceTestRunner.java | 43 private static final String LOG_TAG = "DeviceTestRunner"; field in DeviceTestRunner 126 Log.w(LOG_TAG, String.format("%s test class is not a DeviceTest.", in doRun()
|
/development/samples/Home/src/com/example/android/home/ |
D | Wallpaper.java | 43 private static final String LOG_TAG = "Home"; field in Wallpaper 103 Log.e(LOG_TAG, "Failed to set wallpaper " + e); in selectWallpaper()
|
D | Home.java | 75 private static final String LOG_TAG = "Home"; field in Home 245 Log.e(LOG_TAG, "Failed to clear wallpaper " + e); in setDefaultWallpaper() 275 Log.e(LOG_TAG, "Couldn't find or open favorites file " + favFile); in bindFavorites() 314 Log.w(LOG_TAG, "Got exception parsing favorites.", e); in bindFavorites() 316 Log.w(LOG_TAG, "Got exception parsing favorites.", e); in bindFavorites()
|
/development/samples/SimpleJNI/jni/ |
D | native.cpp | 17 #define LOG_TAG "simplejni native.cpp" macro
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 30 #define LOG_TAG "libplasma" macro 31 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) 32 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN,LOG_TAG,__VA_ARGS__) 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 26 #define LOG_TAG "libplasma" macro 27 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
|