HomeSort by relevance Sort by last modified time
    Searched defs:debugLog (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/coregrind/
m_debuglog.c 918 /*--- Debuglog stuff. ---*/
933 VG_(debugLog)(1, "debuglog",
934 "DebugLog system started by %s, "
974 void VG_(debugLog) ( Int level, const HChar* modulename,
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java 100 private void debugLog(String message) {
110 if (DEBUG) debugLog("Canceling scheduled callback");
124 if (DEBUG) debugLog("Timeout extended " + mTimeout);
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
134 if (DEBUG) debugLog("onEvent");
139 if (DEBUG) debugLog(" callback already scheduled");
141 if (DEBUG) debugLog(" scheduling callback");
169 if (DEBUG) debugLog("Kicking callback");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 206 debugLog("Setting state to " + mState);
296 debugLog("Adding bonded device:" + device);
302 debugLog("Removing bonded device:" + device);
304 debugLog("Failed to remove device: " + device);
500 debugLog("Name is: " + mName);
504 debugLog("Address is:" + Utils.getAddressStringFromByte(mAddress));
508 debugLog("BT Class:" + mBluetoothClass);
517 debugLog("Scan Mode:" + mScanMode);
538 debugLog("Discoverable Timeout:" + mDiscoverableTimeout);
605 debugLog("onBluetoothDisable()")
    [all...]
RemoteDevices.java 278 debugLog("Remote Device name is: " + device.mName);
290 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
300 debugLog("Remote class is:" + device.mBluetoothClass);
326 debugLog("deviceFoundCallback: Remote Address is:" + device);
358 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
361 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);
377 debugLog("deviceMasInstancesFoundCallback: found " + name.length + " instances");
385 debugLog(inst.toString());
440 private void debugLog(String msg) {
AdapterService.java 187 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
249 debugLog( "Profile connected. Schedule missing profile connection if any");
294 debugLog("onProfileServiceStateChange() serviceName=" + serviceName
314 debugLog("onProfileServiceStateChange() - Profile still running: "
320 debugLog("onProfileServiceStateChange() - All profile services stopped...");
332 debugLog("onProfileServiceStateChange() - Profile still not running:"
338 debugLog("onProfileServiceStateChange() - All profile services started.");
348 debugLog("onCreate()");
367 debugLog("onBind()");
371 debugLog("onUnbind() - calling cleanup")
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 169 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
275 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
648 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
    [all...]
MusicUtils.java     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 243 milliseconds