Searched defs:debug (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Browser2/test/resources/
H A Djs-test.js5 debug = function debug(msg)
0 debug = function debug(msg) function
/packages/apps/Camera2/src_pd/com/android/camera/debug/
H A DLogHelper.java16 package com.android.camera.debug;
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugMmsConfigActivity.java17 package com.android.messaging.ui.debug;
H A DDebugMmsConfigFragment.java16 package com.android.messaging.ui.debug;
36 import com.android.messaging.ui.debug.DebugMmsConfigItemView.MmsConfigItemListener;
H A DDebugSmsMmsFromDumpFileDialogFragment.java17 package com.android.messaging.ui.debug;
H A DDebugMmsConfigItemView.java16 package com.android.messaging.ui.debug;
/packages/apps/Camera2/src/com/android/camera/debug/
H A DLogUtil.java17 package com.android.camera.debug;
H A DLogger.java17 package com.android.camera.debug;
19 import com.android.camera.debug.Log.Tag;
H A DDebugPropertyHelper.java17 package com.android.camera.debug;
30 * Enable additional capture debug UI.
H A DLog.java17 package com.android.camera.debug;
H A DLoggers.java17 package com.android.camera.debug;
19 import com.android.camera.debug.Log.Tag;
/packages/apps/Calendar/src/com/android/calendar/
H A DGoogleCalendarUriIntentFilter.java44 static final boolean debug = false; field in class:GoogleCalendarUriIntentFilter
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
120 if (debug) Log.d(TAG, "eid= " + eid );
121 if (debug) Log.d(TAG, "email= " + email );
122 if (debug) Log.d(TAG, "domain=" + domain );
150 if (debug) Log.d(TAG, "eidParts=" + syncId + "/" + ownerAccount);
154 if (debug) Log.d(TAG, "selection: " + selection);
158 if (debug) Log.d(TAG, "Found: " + eventCursor.getCount());
174 if (debug) Lo
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DLog.java64 public void debug(Object message) { method in class:Log
69 public void debug(Object message, Throwable t) { method in class:Log
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DContactsDumpActivity.java17 package com.android.providers.contacts.debug;
H A DDataExporter.java17 package com.android.providers.contacts.debug;
H A DDumpFileProvider.java17 package com.android.providers.contacts.debug;
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp30 #define debug(fmt, ...) \ macro
63 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname);
81 debug("state:%d, local_role:%d, remote_role:%d", state, local_role,
116 debug("pan");
177 debug("in");
179 debug("out");
183 debug("in");
186 debug("out");
193 debug("in");
H A Dcom_android_bluetooth_gatt.cpp32 #define debug(fmt, ...) \ macro
/packages/services/Car/tools/bootanalyze/
H A Dbootanalyze.py282 debug("time_correction_delta = {0}, time_correction_time = {1}".format(
289 debug("correcting event to event[{0}, {1}]".format(k, v))
308 debug("event[{0}, {1}]".format(k, v))
311 debug("{0} is in dmesg".format(k))
406 def debug(string): function
535 debug("event[{0}] captured: {1}".format(event, line))
555 debug("timing_event[{0}] captured: {1}".format(timing_event, line))
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java337 public static void debug(String message, Object ... args) { method in class:Utils
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java225 protected void updateDebug(MenuItem debug) { argument
226 debug.setVisible(mState.debugMode);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DMenuManagerTest.java77 private TestMenuItem debug; field in class:MenuManagerTest
115 debug = testMenu.findItem(R.id.menu_debug);
316 debug.assertInvisible();
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlParser.java63 // Turn on for debug information.
686 debug("Unknown element: " + tagName);
978 debug("Unknown attribute: " + name);
1128 private static void debug(String str) { method in class:HtmlParser
H A DHtmlTree.java305 // debug data. Clients should fix their code so that the endpoints from
308 StringBuilder debug = new StringBuilder("Returning unbalanced HTML:\n");
309 debug.append(getHtml());
310 debug.append("\nfromNode: ").append(fromNode);
311 debug.append("\ntoNode: ").append(toNode);
312 debug.append("\nNum nodes_: ").append(getNumNodes());
314 debug.append("\nChunk:\n").append(chunk);
316 logger.severe(debug.toString());
386 debug("Creating block: " +
424 debug("Forcin
1043 private static final void debug(String str) { method in class:HtmlTree
[all...]
/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java1571 public String debug(String output) { method in class:MatchParentShrinkingLinearLayout.LayoutParams

Completed in 458 milliseconds

12