/packages/apps/Email/src/com/android/email/data/ |
ThrottlingCursorLoader.java | 58 private void debugLog(String message) { 64 if (Throttle.DEBUG) debugLog("startLoading"); 71 if (Throttle.DEBUG) debugLog("forceLoad"); 78 if (Throttle.DEBUG) debugLog("stopLoading"); 85 if (Throttle.DEBUG) debugLog("onCancelled"); 92 if (Throttle.DEBUG) debugLog("onReset"); 99 if (Throttle.DEBUG) debugLog("onContentChanged"); 105 if (Throttle.DEBUG) debugLog("callSuperOnContentChanged");
|
/packages/apps/Email/src/com/android/email/ |
Throttle.java | 98 private void debugLog(String message) { 108 if (DEBUG) debugLog("Canceling scheduled callback"); 121 if (DEBUG) debugLog("Timeout extended " + mTimeout); 124 if (DEBUG) debugLog("Timeout reset to " + mTimeout); 131 if (DEBUG) debugLog("onEvent"); 136 if (DEBUG) debugLog(" callback already scheduled"); 138 if (DEBUG) debugLog(" scheduling callback"); 166 if (DEBUG) debugLog("Kicking callback");
|
/frameworks/base/core/java/android/server/ |
BluetoothPanProfileHandler.java | 144 debugLog(device + " could not connect to PAN because 8 other devices are" 153 debugLog("connecting to PAN"); 164 debugLog("disconnect all PAN devices"); 220 debugLog("disconnect PAN(" + objectPath + ")"); 224 debugLog(device + " already disconnected from PAN"); 306 debugLog("Pan Device state : device: " + device + " State:" + prevState + "->" + state); 327 debugLog ("Max PAN device connections reached"); 346 debugLog("updateTetherState:" + iface); 402 private static void debugLog(String msg) {
|
BluetoothInputProfileHandler.java | 194 debugLog("InputDevice state : device: " + device + " State:" + prevState + "->" + state); 220 private static void debugLog(String msg) {
|
BluetoothHealthProfileHandler.java | 430 debugLog("onHealthDeviceChannelChanged: devicePath: " + devicePath + 496 debugLog("Health Device Callback: " + device + " State Change: " 521 debugLog("Health Device Application: " + config + " State Change: status:" 664 private static void debugLog(String msg) {
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 250 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname); 252 VG_(debugLog)(1, "launcher", 268 VG_(debugLog)(1, "launcher", "Using executable in app bundle: %s\n", newclient); 280 VG_(debugLog)(1, "launcher", "valgrind_lib = %s\n", valgrind_lib); 289 VG_(debugLog)(1, "launcher", "arch '%s' IS NOT installed\n", valid_archs[i].valgrind_name); 292 VG_(debugLog)(1, "launcher", "arch '%s' IS installed\n", valid_archs[i].valgrind_name); 329 VG_(debugLog)(1, "launcher", "using arch '%s' from --arch=%s\n", 334 VG_(debugLog)(1, "launcher", 341 VG_(debugLog)(1, "launcher", "selected arch '%s'\n", arch); 345 VG_(debugLog)(1, "launcher", [all...] |
launcher-linux.c | 130 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname); 135 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname); 141 VG_(debugLog)(2, "launcher", "opened '%s'\n", clientname); 149 VG_(debugLog)(2, "launcher", "read %ld bytes from '%s'\n", 220 VG_(debugLog)(2, "launcher", "selected platform '%s'\n", 268 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname); 270 VG_(debugLog)(1, "launcher", 296 VG_(debugLog)(1, "launcher", 301 VG_(debugLog)(1, "launcher", "selected platform '%s'\n", platform); 303 VG_(debugLog)(1, "launcher", [all...] |
launcher-aix5.c | 696 VG_(debugLog)(1, "launcher", "parent: size of bootblock is %ld\n", 718 VG_(debugLog)(1, "launcher", 789 VG_(debugLog)(1, "launcher", 822 VG_(debugLog)(1, "launcher", [all...] |
m_main.c | [all...] |
pub_core_debuglog.h | 41 // Because VG_(debugLog) does printf-style formatting, and because 72 void VG_(debugLog) ( Int level, const HChar* modulename,
|
m_libcsignal.c | 206 VG_(debugLog)(2, "libcsignal", 212 VG_(debugLog)(2, "libcsignal", 439 VG_(debugLog)(0, "libcsignal", 516 VG_(debugLog)(0, "libcsignal", 540 VG_(debugLog)(0, "libcsignal",
|
m_stacks.c | 199 VG_(debugLog)(2, "stacks", "register %p-%p as stack %lu\n", 214 VG_(debugLog)(2, "stacks", "deregister stack %lu\n", id); 246 VG_(debugLog)(2, "stacks", "change stack %lu from %p-%p to %p-%p\n",
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-aix5.c | 171 VG_(debugLog)(1, "initimg", "plcore_str = '%s'\n", plcore_str ); 172 VG_(debugLog)(1, "initimg", "pltool_str = '%s'\n", pltool_str ); 173 VG_(debugLog)(1, "initimg", "ld_pre_str = '%s'\n", ld_pre_str ); 191 VG_(debugLog)(2, "initimg", 206 VG_(debugLog)(2, "initimg", "preload page allocation succeeded at %p\n", pp); 453 VG_(debugLog)(1, "initimg", "decompressing page at %p\n", 461 VG_(debugLog)(1, "initimg", 467 VG_(debugLog)(1, "initimg", "copy back done\n"); 474 VG_(debugLog)(1, "initimg", "establishing current brk ..\n"); 479 VG_(debugLog)(1, "initimg", ".. brk = %p\n", (void*)VG_(brk_base)) [all...] |
initimg-linux.c | 177 VG_(debugLog)(2, "initimg", "preload_string:\n"); 178 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string); 682 VG_(debugLog)(2, "initimg", 697 VG_(debugLog)(2, "initimg", 705 VG_(debugLog)(2, "initimg", 758 VG_(debugLog)(2, "initimg", 862 VG_(debugLog)(1, "initimg", "Loading client\n"); 874 VG_(debugLog)(1, "initimg", "Setup client env\n"); 902 VG_(debugLog)(1, "initimg", 914 VG_(debugLog)(2, "initimg" [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 69 VG_(debugLog)(0, "aspacem", "Valgrind: FATAL: %s\n", what); 70 VG_(debugLog)(0, "aspacem", "Exiting now.\n"); 76 VG_(debugLog)(0, "aspacem", 78 VG_(debugLog)(0, "aspacem", " Increase it and rebuild. " 88 VG_(debugLog)(0, "aspacem", 90 VG_(debugLog)(0, "aspacem", " %s\n", expr); 91 VG_(debugLog)(0, "aspacem", " at %s:%d (%s)\n", file,line,fn); 92 VG_(debugLog)(0, "aspacem", "Exiting now.\n"); 418 VG_(debugLog)( 1,"aspacem","allocated thread stack at 0x%llx size %d\n",
|
aspacemgr-aix5.c | 225 VG_(debugLog)(0,"aspace", "sanity check failed, " \ 368 VG_(debugLog)(logLevel, "aspacem", 375 VG_(debugLog)(logLevel, "aspacem", 390 VG_(debugLog)(logLevel, "aspacem", 401 VG_(debugLog)(logLevel, "aspacem", 415 VG_(debugLog)(logLevel, "aspacem", 427 VG_(debugLog)(logLevel, "aspacem", 438 VG_(debugLog)(logLevel, "aspacem", 460 VG_(debugLog)(logLevel, "aspacem", "<<< %s\n", who); 463 VG_(debugLog)(logLevel, "aspacem", ">>>\n") [all...] |
aspacemgr-linux.c | 383 if (0) VG_(debugLog)(0,"aspacem","allocate_segname %s\n", name); 497 VG_(debugLog)( 523 VG_(debugLog)( 532 VG_(debugLog)( 544 VG_(debugLog)( 558 VG_(debugLog)( 571 VG_(debugLog)( 584 VG_(debugLog)(logLevel, "aspacem", 590 VG_(debugLog)(logLevel, "aspacem", 595 VG_(debugLog)(logLevel, "aspacem" [all...] |
priv_aspacemgr.h | 44 #include "pub_core_debuglog.h" // VG_(debugLog)
|
/external/valgrind/main/coregrind/m_scheduler/ |
sema.c | 64 VG_(debugLog)(0,"zz","sema_init: %d %d\n", sema->pipe[0], 104 VG_(debugLog)(0, "scheduler", 137 VG_(debugLog)(0, "scheduler",
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 49 class DebugLog : public sigslot::has_slots<> { 51 DebugLog() : 172 static DebugLog debug_log_; 378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input); 379 pump.client()->SignalLogOutput.connect(&debug_log_, &DebugLog::Output);
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaWindowAdapter.java | 75 static final boolean DEBUGLOG = false; 401 if (DEBUGLOG) Log.e(TAG, "queryForNewerEvents: "); 408 if (DEBUGLOG) Log.e(TAG, "queryForOlderEvents: "); 464 if (DEBUGLOG) { 473 if (DEBUGLOG) Log.e(TAG, "findDayPositionNearestTime " + time); 501 if (DEBUGLOG) Log.e(TAG, "getAdapterInfoByTime " + time.toString()); 530 if (DEBUGLOG) Log.e(TAG, "getEventByPosition " + positionInListView); 602 if (DEBUGLOG) { 788 if (DEBUGLOG) { [all...] |
/external/valgrind/main/tests/ |
filter_stderr_basic | 15 # Remove any --pid:0: strings (debuglog level zero output)
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-ppc32-aix5.c | 97 VG_(debugLog)(1, "syswrap-aix32", 124 VG_(debugLog)(1, "syswrap-aix32", 141 VG_(debugLog)(1, "syswrap-aix32", 148 VG_(debugLog)(1, "syswrap-aix32", 161 VG_(debugLog)(1, "syswrap-aix32", 175 VG_(debugLog)(1, "syswrap-aix32", 286 VG_(debugLog)(1, "syswrap-aix32", [all...] |
syswrap-ppc64-aix5.c | 97 VG_(debugLog)(1, "syswrap-aix64", 124 VG_(debugLog)(1, "syswrap-aix64", 141 VG_(debugLog)(1, "syswrap-aix64", 148 VG_(debugLog)(1, "syswrap-aix64", 161 VG_(debugLog)(1, "syswrap-aix64", 175 VG_(debugLog)(1, "syswrap-aix64", 286 VG_(debugLog)(1, "syswrap-aix64",
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 64 charARB *debugLog)
|