/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
ErrorLog.h | 23 # define DBG(...) ALOGD(__VA_ARGS__) 25 # define DBG(...) ((void)0) 31 # define DBG(...) fprintf(stderr, __VA_ARGS__) 33 # define DBG(...) ((void)0)
|
/bootable/bootloader/legacy/libboot/ |
tags.c | 31 #define DBG(x...) do{}while(0) 32 //#define DBG(x...) dprintf(x) 39 DBG("tags_parse %p\n", tags); 49 DBG("tags_parse %x %x\n", size, type);
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 30 # define DBG 32 # define DBG @ 163 DBG tst sp, #4 @ 64-bit aligned? 164 DBG bne dvmAbort @ no, fail 230 DBG movcs ip, #-3 @ DEBUG DEBUG - make pad word obvious 231 DBG strcs ip, [r8] @ DEBUG DEBUG 342 DBG tst sp, #7 @ DEBUG - make sure sp is aligned now 343 DBG bne dvmAbort @ DEBUG
|
/external/bluetooth/bluez/src/ |
log.h | 41 * DBG: 48 #define DBG(fmt, arg...) do { \
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_logging.h | 34 #define DBG(...) EINA_LOG_DOM_DBG(_ewk_log_dom, __VA_ARGS__)
|
ewk_tiled_private.h | 31 #define DBG(...) EINA_LOG_DOM_DBG(_ewk_tiled_log_dom, __VA_ARGS__)
|
/packages/apps/Phone/src/com/android/phone/ |
GsmUmtsCallOptions.java | 29 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
|
CdmaCallOptions.java | 34 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
|
CallerInfoCacheUpdateReceiver.java | 33 private static final boolean DBG = 41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent);
|
CdmaDisplayInfo.java | 30 private static final boolean DBG = (SystemProperties.getInt("ro.debuggable", 0) == 1); 44 if (DBG) log("displayInfoRecord: infoMsg=" + infoMsg); 75 if (DBG) log("Dissmissing Display Info Record...");
|
DTMFTwelveKeyDialerView.java | 45 private static final boolean DBG = false; 68 if (DBG) log("dispatchKeyEvent(" + event + ")..."); 80 if (DBG) log("==> dispatchKeyEvent: forwarding event to the DTMFDialer");
|
/system/netd/ |
ResolverController.cpp | 18 #define DBG 0 31 if (DBG) { 41 if (DBG) { 51 if (DBG) { 61 if (DBG) { 71 if (DBG) {
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
AsyncChannelTest.java | 29 private static final boolean DBG = true; 35 if (DBG) log("test1");
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CachingIconLoader.java | 38 private static final boolean DBG = false; 56 if (DBG) Log.d(TAG, "getIcon(" + drawableId + ")"); 88 if (DBG) {
|
CorporaUpdateReceiver.java | 30 private static final boolean DBG = false; 38 if (DBG) Log.d(TAG, "onReceive(" + intent + ")");
|
ListSuggestionCursorNoDuplicates.java | 29 private static final boolean DBG = false; 45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
|
WebPromoter.java | 25 private static final boolean DBG = false; 38 if (DBG) Log.d(TAG, "Shortcut count: " + shortcutCount); 43 if (DBG) Log.d(TAG, "Including shortcut " + i); 46 if (DBG) Log.d(TAG, "Skipping shortcut " + i); 53 if (DBG) Log.d(TAG, "Web suggestion count: " + webCount); 57 if (DBG) Log.d(TAG, "Including suggestion " + i); 60 if (DBG) Log.d(TAG, "Skipping suggestion " + i);
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
SpellCheckerUtils.java | 25 private static final boolean DBG = false; 35 if (DBG) { 42 if (DBG) {
|
/packages/apps/Stk/src/com/android/stk/ |
StkApp.java | 28 public static final boolean DBG = true;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
SuggestionSpanPickedNotificationReceiver.java | 27 private static final boolean DBG = LatinImeLogger.sDBG; 34 if (DBG) {
|
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/makedict/ |
MakedictLog.java | 23 public static final boolean DBG = true;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/ |
SearchSettingsActivity.java | 32 private static final boolean DBG = false; 69 if (DBG) Log.d(TAG, "onHeadersBuilt shortcutsFragment=" + shortcutsFragment); 74 if (DBG) Log.d(TAG, "fragment " + i + ": " + fragment);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
MakedictLog.java | 25 public static final boolean DBG = false; 29 if (DBG) { 35 if (DBG) {
|
/frameworks/base/core/java/android/net/ |
LinkSocket.java | 36 private final static boolean DBG = true; 42 if (DBG) log("LinkSocket() EX"); 50 if (DBG) log("LinkSocket(notifier) EX"); 62 if (DBG) log("LinkSocket(notifier, proxy) EX"); 69 if (DBG) log("LinkProperties() EX"); 82 if (DBG) log("setNeeds() EX"); 90 if (DBG) log("getNeeds() EX"); 98 if (DBG) log("getCapabilities() EX"); 111 if (DBG) log("getCapabilities(capabilities) EX"); 121 if (DBG) log("setTrackedCapabilities(capabilities) EX") [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
AsyncService.java | 38 protected static final boolean DBG = true; 95 if (DBG) Slog.d(TAG, "onStartCommand"); 114 if (DBG) Slog.d(TAG, "onDestroy");
|