HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 1 - 25 of 371) 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...]
  /device/generic/goldfish/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)
  /system/core/libcutils/tests/memset_mips/
android_memset_test.S 18 #define DBG #
20 #define DBG
40 DBG andi $t0,$a0,1 /* $a0 must be halfword aligned */
41 DBG tne $t0
42 DBG lui $t1,0xffff /* $a1 must be 16bits */
43 DBG and $t1,$a1
44 DBG tne $t1
45 DBG andi $t2,$a2,1 /* $a2 must be even */
46 DBG tne $t2
144 DBG andi $t0,$a0,3 /* $a0 must be word aligned *
    [all...]
  /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
  /packages/services/Telephony/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...");
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 23 public static final boolean DBG = true;
  /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/Launcher3/src/com/android/launcher3/
AppFilter.java 9 private static final boolean DBG = false;
16 if (DBG) Log.d(TAG, "Loading AppFilter: " + className);
  /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) {
ListSuggestionCursorNoDuplicates.java 29 private static final boolean DBG = false;
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
  /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 26 private static final boolean DBG = LatinImeLogger.sDBG;
33 if (DBG) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/makedict/
MakedictLog.java 23 public static final boolean DBG = true;
  /system/netd/
ResolverController.cpp 18 #define DBG 0
31 if (DBG) {
42 if (DBG) {
51 if (DBG) {
61 if (DBG) {
71 if (DBG) {
81 if (DBG) {
91 if (DBG) {
101 if (DBG) {
109 if (DBG) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 36 private static final boolean DBG = true;
46 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
54 if (DBG) log("onReceive: unknown action=" + action);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterDeactivateAll.java 36 private static final boolean DBG = true;
51 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
60 if (DBG) log("onReceive: mDcc is null, ignoring");
63 if (DBG) log("onReceive: unknown action=" + action);
  /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/ui/
SuggestionsView.java 31 private static final boolean DBG = false;
  /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 929 milliseconds

1 2 3 4 5 6 7 8 91011>>