Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Browser2/test/resources/
Djs-test.js5 debug = function debug(msg) function
/packages/services/Telephony/src/org/apache/james/mime4j/
DLog.java62 public void debug(Object message) { in debug() method in Log
67 public void debug(Object message, Throwable t) { in debug() method in Log
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DLog.java64 public void debug(Object message) { in debug() method in Log
69 public void debug(Object message, Throwable t) { in debug() method in Log
/packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
Dwidget.json2 "debug": "on", string
/packages/apps/Calendar/src/com/android/calendar/
DGoogleCalendarUriIntentFilter.java44 static final boolean debug = false; field in GoogleCalendarUriIntentFilter
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTree.java308 StringBuilder debug = new StringBuilder("Returning unbalanced HTML:\n"); in getHtmlChunks() local
1043 private static final void debug(String str) { in debug() method
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp36 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
Dcom_android_bluetooth_gatt.cpp37 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java337 public static void debug(String message, Object ... args) { in debug() method in Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java757 String debug = line.replaceAll("\\n", "<LF>\n"); in parseBody() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1571 public String debug(String output) { in debug() method in MatchParentShrinkingLinearLayout.LayoutParams