HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_TAG (Results 1 - 8 of 8) sorted by null

  /development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java 40 public static final String DEBUG_TAG = "PingMe";
PingService.java 60 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.snoozing));
136 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.timer_start));
141 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.sleep_error));
143 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.timer_finished));
  /bionic/libc/malloc_debug/
malloc_debug.h 66 constexpr uint32_t DEBUG_TAG = 0x1ee7d00d;
malloc_debug.cpp 137 header->tag = DEBUG_TAG;
273 if (header->tag != DEBUG_TAG) {
333 if (header->tag != DEBUG_TAG) {
482 if (header->tag != DEBUG_TAG) {
659 if (header->tag != DEBUG_TAG) {
  /external/e2fsprogs/lib/blkid/
tag.c 50 DBG(DEBUG_TAG, printf(" freeing tag %s=%s\n", tag->bit_name,
52 DBG(DEBUG_TAG, blkid_debug_dump_tag(tag));
115 DBG(DEBUG_TAG,
184 DBG(DEBUG_TAG,
228 DBG(DEBUG_TAG, printf("trying to parse '%s' as a tag\n", token));
343 DBG(DEBUG_TAG, printf("looking for %s=%s in cache\n", type, value));
blkidP.h 138 #define DEBUG_TAG 0x0200
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java 34 private static final String DEBUG_TAG = "GalleryDebug";
338 Log.v(DEBUG_TAG, String.format(message, args));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 34 private static final String DEBUG_TAG = "GalleryDebug";
338 Log.v(DEBUG_TAG, String.format(message, args));

Completed in 691 milliseconds