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

1 2 3 4 5 6 7 8

  /dalvik/vm/arch/arm/
CallEABI.S 29 # define DBG
31 # define DBG @
144 DBG tst sp, #4 @ 64-bit aligned?
145 DBG bne dvmAbort
212 DBG movcs ip, #-3 @ DEBUG DEBUG - make pad word obvious
213 DBG strcs ip, [r8] @ DEBUG DEBUG
324 DBG tst sp, #7 @ DEBUG - make sure sp is aligned now
325 DBG bne dvmAbort @ DEBUG
  /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);
  /external/bluetooth/bluez/src/
log.h 42 * DBG:
49 #define DBG(fmt, arg...) do { \
  /packages/apps/Phone/src/com/android/phone/
GsmUmtsCallOptions.java 30 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
CdmaCallOptions.java 19 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
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 43 private static final boolean DBG = false;
67 if (DBG) log("dispatchKeyEvent(" + event + ")...");
79 if (DBG) log("==> dispatchKeyEvent: forwarding event to the DTMFDialer");
OtaStartupReceiver.java 38 private static final boolean DBG = (SystemProperties.getInt("ro.debuggable", 0) == 1);
57 if (DBG) Log.d(TAG, "Not a CDMA phone, no need to process OTA");
62 if (DBG) Log.d(TAG, "Postponing CDMA provisioning until wizard runs");
93 if (DBG) {
SpecialCharSequenceMgr.java 41 private static final boolean DBG = false;
218 if (DBG) log("showIMEIPanel");
232 if (DBG) log("showMEIDPanel");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorporaUpdateReceiver.java 30 private static final boolean DBG = false;
38 if (DBG) Log.d(TAG, "onReceive(" + intent + ")");
ShortcutPromoter.java 30 private static final boolean DBG = false;
48 if (DBG) {
CachingIconLoader.java 32 private static final boolean DBG = false;
50 if (DBG) Log.d(TAG, "getIcon(" + drawableId + ")");
72 if (DBG) Log.d(TAG, "Found icon in cache: " + drawableId);
DefaultCorpusRanker.java 30 private static final boolean DBG = false;
80 if (DBG) Log.d(TAG, "Ranking: " + enabledCorpora);
86 if (DBG) Log.d(TAG, "Click scores: " + clickScores);
87 if (DBG) Log.d(TAG, "Ordered: " + ordered);
ListSuggestionCursorNoDuplicates.java 29 private static final boolean DBG = false;
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
RoundRobinPromoter.java 30 private static final boolean DBG = false;
41 if (DBG) Log.d(TAG, "pickPromoted(maxPromoted = " + maxPromoted + ")");
53 if (DBG) Log.d(TAG, "Promoting " + sourcePos + ":" + suggestionPos);
RankAwarePromoter.java 30 private static final boolean DBG = false;
44 if (DBG) Log.d(TAG, "Available results: " + suggestions);
86 if (DBG) Log.d(TAG, "Returning " + promoted.toString());
ShortcutLimitingPromoter.java 32 private static final boolean DBG = false;
65 if (DBG) Log.d(TAG, "Source: " + source + ", count: " + prevCount);
76 if (DBG) {
ShouldQueryStrategy.java 34 private static final boolean DBG = false;
55 if (DBG) Log.i(TAG, "Not querying " + corpus + ", returned 0 after "
61 if (DBG) Log.d(TAG, "Query too short for corpus " + corpus);
72 if (DBG) Log.d(TAG, corpus + " returned 0 results for '" + query + "'");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 30 private static final boolean DBG = false;
DelayingSuggestionsAdapter.java 31 private static final boolean DBG = false;
56 if (DBG) Log.d(TAG, "Publishing suggestions immediately: " + suggestions);
61 if (DBG) Log.d(TAG, "Delaying suggestions publishing: " + suggestions);
103 if (DBG) {
108 if (DBG) Log.d(TAG, "Suggestions now available, publishing: " + mPendingSuggestions);
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 28 public static final boolean DBG = true;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 43 private static final boolean DBG = true;
145 if (DBG) {
  /hardware/ril/mock-ril/src/cpp/
mock_ril.cpp 62 #define DBG(...) LOGD(__VA_ARGS__)
66 #define DBG(...)
134 DBG("onRequest: request=%d data=%p datalen=%d token=%p",
145 DBG("currentState: gRadioState=%d", gRadioState);
159 DBG("onSupports: nothing supported at the moment, return 0");
165 DBG("onCancel: ignorning");
170 DBG("getVersion: return '%s'", MOCK_RIL_VER_STRING);
187 DBG("testOnRequestComplete E: token=%p rilErrCode=%d data=%p datalen=%d",
189 DBG("testOnRequestComplete X:");
200 DBG("testOnUnsolicitedResponse ignoring")
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 32 static final boolean DBG = true; // TODO: change to false before ship
40 if (DBG) Log.d(TAG, "onReceive " + intent);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 31 private static final boolean DBG = false;
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);

Completed in 479 milliseconds

1 2 3 4 5 6 7 8