HomeSort by relevance Sort by last modified time
    Searched refs:debugLog (Results 1 - 25 of 36) sorted by null

1 2

  /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");
  /external/valgrind/main/coregrind/
pub_core_debuglog.h 41 // Because VG_(debugLog) does printf-style formatting, and because
76 void VG_(debugLog) ( Int level, const HChar* modulename,
launcher-linux.c 120 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
125 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
131 VG_(debugLog)(2, "launcher", "opened '%s'\n", clientname);
139 VG_(debugLog)(2, "launcher", "read %ld bytes from '%s'\n",
230 VG_(debugLog)(2, "launcher", "selected platform '%s'\n",
278 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
280 VG_(debugLog)(1, "launcher",
308 VG_(debugLog)(1, "launcher",
313 VG_(debugLog)(1, "launcher", "selected platform '%s'\n", platform);
315 VG_(debugLog)(1, "launcher",
    [all...]
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...]
m_main.c     [all...]
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",
m_libcsignal.c 204 VG_(debugLog)(2, "libcsignal",
210 VG_(debugLog)(2, "libcsignal",
436 VG_(debugLog)(0, "libcsignal",
460 VG_(debugLog)(0, "libcsignal",
m_transtab.c 743 VG_(debugLog)(1,"transtab",
    [all...]
m_hashtable.c 115 VG_(debugLog)(
m_machine.c 503 VG_(debugLog)(1, "machine", "dcbz_szB=%d dcbzl_szB=%d\n",
608 VG_(debugLog)(1, "machine", "model = %s\n",
958 VG_(debugLog)(1, "machine", "F %d V %d FX %d GX %d VX %d DFP %d\n",
    [all...]
m_mallocfree.c 736 VG_(debugLog)(0,"mallocfree", s1, who, (ULong)szB, tot_alloc);
826 VG_(debugLog)(1, "mallocfree",
844 VG_(debugLog)(1, "mallocfree",
    [all...]
m_debuglog.c 842 /*--- Debuglog stuff. ---*/
857 VG_(debugLog)(1, "debuglog",
858 "DebugLog system started by %s, "
898 void VG_(debugLog) ( Int level, const HChar* modulename,
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 197 debugLog("Setting state to " + mState);
207 if (VDBG) debugLog("State = " + mState);
223 debugLog("getBondedDevices: length="+bondedDeviceList.length);
247 debugLog("Adding bonded device:" + device);
253 debugLog("Removing bonded device:" + device);
255 debugLog("Failed to remove device: " + device);
451 debugLog("Name is: " + mName);
455 debugLog("Address is:" + Utils.getAddressStringFromByte(mAddress));
459 debugLog("BT Class:" + mBluetoothClass);
468 debugLog("Scan Mode:" + mScanMode)
    [all...]
AdapterService.java 165 if (DBG) debugLog( "Profile connected. Schedule missing profile connection if any");
251 if (DBG) debugLog("onCreate");
267 if (DBG) debugLog("onBind");
271 if (DBG) debugLog("onUnbind, calling cleanup");
277 debugLog("****onDestroy()********");
281 if (DBG) debugLog("processStart()");
290 if (DBG) {debugLog("processStart(): Make Bond State Machine");}
303 if (DBG) {debugLog("processStart(): Profile Services alreay started");}
318 if (DBG) {debugLog("stopProfileServices(): No profiles services to stop or already stopped.");}
339 if (DBG)debugLog("cleanup()")
    [all...]
RemoteDevices.java 262 debugLog("Remote Device name is: " + device.mName);
274 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
284 debugLog("Remote class is:" + device.mBluetoothClass);
310 debugLog("deviceFoundCallback: Remote Address is:" + device);
413 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
416 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);
453 private void debugLog(String msg) {
  /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");
406 VG_(debugLog)( 1,"aspacem","allocated thread stack at 0x%llx size %d\n",
aspacemgr-linux.c 375 if (0) VG_(debugLog)(0,"aspacem","allocate_segname %s\n", name);
489 VG_(debugLog)(
515 VG_(debugLog)(
524 VG_(debugLog)(
536 VG_(debugLog)(
550 VG_(debugLog)(
563 VG_(debugLog)(
576 VG_(debugLog)(logLevel, "aspacem",
582 VG_(debugLog)(logLevel, "aspacem",
587 VG_(debugLog)(logLevel, "aspacem"
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
sema.c 68 VG_(debugLog)(0,"zz","sema_init: %d %d\n", sema->pipe[0],
113 VG_(debugLog)(0, "scheduler",
147 VG_(debugLog)(0, "scheduler",
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 173 VG_(debugLog)(2, "initimg", "preload_string:\n");
174 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
694 VG_(debugLog)(2, "initimg",
700 VG_(debugLog)(2, "initimg",
718 VG_(debugLog)(2, "initimg",
726 VG_(debugLog)(2, "initimg",
780 VG_(debugLog)(2, "initimg",
884 VG_(debugLog)(1, "initimg", "Loading client\n");
896 VG_(debugLog)(1, "initimg", "Setup client env\n");
924 VG_(debugLog)(1, "initimg"
    [all...]
initimg-darwin.c 163 VG_(debugLog)(2, "initimg", "preload_string:\n");
164 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
526 VG_(debugLog)(1, "initimg", "Loading client\n");
538 VG_(debugLog)(1, "initimg", "Setup client env\n");
555 VG_(debugLog)(2, "initimg",
  /external/valgrind/main/coregrind/m_ume/
macho.c 239 VG_(debugLog)(2, "ume", "mmap fixed (file) (%#lx, %lu)\n", addr, filesize);
256 VG_(debugLog)(2, "ume", "mmap fixed (anon) (%#lx, %lu)\n", addr, length);
485 VG_(debugLog)(1, "ume", "load_thin_file: begin: %s\n", filename);
571 VG_(debugLog)(2, "ume", "lc_main: created stack %p-%p\n",
680 VG_(debugLog)(1, "ume", "load_thin_file: success: %s\n", filename);
elf.c 209 if (0) VG_(debugLog)(0,"ume","mmap_file_fixed_client #1\n");
227 if (0) VG_(debugLog)(0,"ume","mmap_anon_fixed_client #2\n");
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 121 VG_(debugLog) (level, "gdbsrv",__VA_ARGS__); } \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 575 String debugLog = "Looking for glows: " +
578 Slog.v(TAG, debugLog);

Completed in 961 milliseconds

1 2