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

  /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
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 38 private static final String DEBUG_TAG = "GalleryDebug";
265 Log.d(DEBUG_TAG, format);
267 Log.d(DEBUG_TAG, String.format(format, args));

Completed in 143 milliseconds