HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_TAG (Results 1 - 9 of 9) 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 59 constexpr uint32_t DEBUG_TAG = 0x1ee7d00d;
malloc_debug.cpp 145 if (header->tag != DEBUG_TAG) {
177 header->tag = DEBUG_TAG;
  /external/e2fsprogs/lib/blkid/
tag.c 51 DBG(DEBUG_TAG, printf(" freeing tag %s=%s\n", tag->bit_name,
53 DBG(DEBUG_TAG, blkid_debug_dump_tag(tag));
116 DBG(DEBUG_TAG,
185 DBG(DEBUG_TAG,
229 DBG(DEBUG_TAG, printf("trying to parse '%s' as a tag\n", token));
344 DBG(DEBUG_TAG, printf("looking for %s=%s in cache\n", type, value));
blkidP.h 138 #define DEBUG_TAG 0x0200
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
WavePlotView.java 547 private static final String DEBUG_TAG = "MyGestureListener";
552 Log.d(DEBUG_TAG, "onDown: " + event.toString() + " " + TAG);
564 Log.d(DEBUG_TAG, "onFling: VelocityX: " + velocityX + " velocityY: " + velocityY);
583 Log.d(DEBUG_TAG, "onDoubleTap: " + event.toString());
606 private static final String DEBUG_TAG = "MyScaleGestureListener";
  /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 406 milliseconds