HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/string/
memset.S 65 #define DBG #
67 #define DBG
76 DBG /* Check parameters */
77 DBG andi t0,a0,1 # a0 must be halfword aligned
78 DBG tne t0,zero
79 DBG andi t2,a2,1 # a2 must be even
80 DBG tne t2,zero
126 DBG /* Check parameters */
127 DBG andi t0,a0,3 # a0 must be word aligned
128 DBG tne t0,zer
    [all...]
  /development/tools/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)
  /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)
  /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/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 30 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
CdmaCallOptions.java 35 private final boolean DBG = (PhoneGlobals.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/core/libpixelflinger/arch-mips/
t32cb16blend.S 19 #define DBG
21 #define DBG #
41 DBG .set noat
42 DBG rdhwr $at,$2
43 DBG .set at
75 DBG .set noat
76 DBG rdhwr $t8,$2
77 DBG subu $t8,$at
78 DBG sltu $at,$t8,$v0
79 DBG movn $v0,$t8,$a
    [all...]
  /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/dicttool/src/android/inputmethod/latin/dicttool/
MakedictLog.java 23 public static final boolean DBG = true;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 28 private static final boolean DBG = false;
33 if (DBG) Log.d(TAG,"Loading JNI Library");
39 if (DBG) {
50 if (DBG) Log.d(TAG, "onCreate");
56 if (DBG) {
  /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) {

Completed in 1281 milliseconds

1 2 3 4 5 6 7 8 91011>>