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

1 2 3 4 5

  /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");
  /external/valgrind/coregrind/
m_compiler.c 231 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
238 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
245 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
252 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
259 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
266 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
273 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
280 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
287 VG_(debugLog)(0, "main:ubsan", "In %s", __func__);
294 VG_(debugLog)(0, "main:ubsan", "In %s", __func__)
    [all...]
pub_core_debuglog.h 41 // Because VG_(debugLog) does printf-style formatting, and because
76 void VG_(debugLog) ( Int level, const HChar* modulename,
m_cache.c 123 VG_(debugLog)(1, "cache", "warning: CPUID level < 2 for Intel "
140 VG_(debugLog)(1, "cache", "warning: non-zero CPUID trials for Intel "
311 VG_(debugLog)(1, "cache",
323 VG_(debugLog)(1, "cache",
335 VG_(debugLog)(1, "cache",
341 VG_(debugLog)(1, "cache", "warning: L%u cache ignored\n",
352 VG_(debugLog)(1, "cache",
421 VG_(debugLog)(1, "cache", "warning: ext_level < 0x80000006 for AMD "
433 VG_(debugLog)(1, "cache", "warning: Buggy Duron stepping A0. "
520 VG_(debugLog)(1, "cache", "CPU vendor ID not recognised (%s)\n"
    [all...]
launcher-darwin.c 254 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
256 VG_(debugLog)(1, "launcher",
272 VG_(debugLog)(1, "launcher", "Using executable in app bundle: %s\n", newclient);
284 VG_(debugLog)(1, "launcher", "valgrind_lib = %s\n", valgrind_lib);
293 VG_(debugLog)(1, "launcher", "arch '%s' IS NOT installed\n", valid_archs[i].valgrind_name);
296 VG_(debugLog)(1, "launcher", "arch '%s' IS installed\n", valid_archs[i].valgrind_name);
333 VG_(debugLog)(1, "launcher", "using arch '%s' from --arch=%s\n",
338 VG_(debugLog)(1, "launcher",
345 VG_(debugLog)(1, "launcher", "selected arch '%s'\n", arch);
349 VG_(debugLog)(1, "launcher",
    [all...]
m_stacks.c 46 #define EDEBUG(fmt, args...) //VG_(debugLog)(2, "stacks", fmt, ## args)
212 VG_(debugLog)(2, "stacks", "register [start-end] [%p-%p] as stack %lu\n",
227 VG_(debugLog)(2, "stacks", "deregister stack %lu\n", id);
260 VG_(debugLog)(2, "stacks",
296 VG_(debugLog)(2, "stacks",
306 VG_(debugLog)(2, "stacks",
317 VG_(debugLog)(2, "stacks",
331 VG_(debugLog)(2, "stacks",
343 VG_(debugLog)(2, "stacks",
353 VG_(debugLog)(2, "stacks",
    [all...]
launcher-linux.c 140 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
145 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
151 VG_(debugLog)(2, "launcher", "opened '%s'\n", clientname);
159 VG_(debugLog)(2, "launcher", "read %ld bytes from '%s'\n",
298 VG_(debugLog)(2, "launcher", "selected platform '%s'\n",
347 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
349 VG_(debugLog)(1, "launcher",
385 VG_(debugLog)(1, "launcher",
390 VG_(debugLog)(1, "launcher", "selected platform '%s'\n", platform);
392 VG_(debugLog)(1, "launcher",
    [all...]
m_main.c     [all...]
m_libcsignal.c 246 VG_(debugLog)(2, "libcsignal",
252 VG_(debugLog)(2, "libcsignal",
499 VG_(debugLog)(0, "libcsignal",
523 VG_(debugLog)(0, "libcsignal",
m_machine.c 188 VG_(debugLog)(2, "machine", "apply_to_GPs_of_tid %u\n", tid);
522 VG_(debugLog)(1, "machine", "dcbz_szB=%d dcbzl_szB=%d\n",
631 VG_(debugLog)(1, "machine", "model = %s\n",
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 152 debugLog("Received ACTION_UUID for device " + device);
157 debugLog("index=" + i + "uuid=" + uuidsToSend[i]);
209 debugLog("processInitProfilePriorities() - device " + device);
252 debugLog("processProfileStateChanged, device=" + device + ", profile=" + profileId + ", "
281 debugLog("autoConnect() - Initiate auto connection on BT on...");
286 debugLog("autoConnect() - BT is in quiet mode. Not initiating auto connections");
302 debugLog("autoConnectHeadset, attempt auto-connect with device " + device);
304 debugLog("autoConnectHeadset, Connecting HFP with " + device);
322 debugLog("autoConnectA2dp, attempt auto-connect with device " + device);
324 debugLog("autoConnectA2dp, connecting A2DP with " + device)
    [all...]
AdapterProperties.java 271 debugLog("Setting state to " + mState);
398 debugLog("Adding bonded device:" + device);
404 debugLog("Removing bonded device:" + device);
406 debugLog("Failed to remove device: " + device);
645 debugLog("Name is: " + mName);
650 debugLog("Address is:" + address);
659 debugLog("BT Class:" + mBluetoothClass);
668 debugLog("Scan Mode:" + mScanMode);
689 debugLog("Discoverable Timeout:" + mDiscoverableTimeout);
758 debugLog("onBluetoothReady, state=" + getState() + ", ScanMode=" + mScanMode)
    [all...]
RemoteDevices.java 162 debugLog("Removing device " + deleteKey + " from property map");
383 debugLog("Same battery level for device " + device + " received "
409 debugLog("Battery level was never set or is already reset, device=" + device);
433 debugLog("Added new device property");
450 debugLog("Property type: " + type);
459 debugLog("Remote Device name is: " + device.mName);
471 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
481 debugLog("Remote class is:" + device.mBluetoothClass);
508 debugLog("deviceFoundCallback: Remote Address is:" + device);
544 debugLog("aclStateChangeCallback: Adapter State:
    [all...]
AdapterState.java 143 debugLog("Current state: OFF, message: " + msg.what);
181 debugLog("Current state: BLE ON, message: " + msg.what);
236 debugLog("Current state: ON, message: " + msg.what);
325 debugLog("Current state: PENDING_COMMAND, message: " + msg.what);
409 debugLog("Stopping Gatt profile services that were post enabled");
527 private void debugLog(String msg) {
AdapterService.java 217 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
269 debugLog("processProfileServiceStateChanged() - serviceName=" + serviceName +
275 debugLog("GattService is started");
282 debugLog("GattService stopped");
298 debugLog("onProfileServiceStateChange() - Profile still running: "
304 debugLog("onProfileServiceStateChange() - All profile services stopped...");
321 debugLog("onProfileServiceStateChange() - Profile still not running:"
327 debugLog("onProfileServiceStateChange() - All profile services started.");
390 debugLog("onCreate()");
444 debugLog("onBind()")
    [all...]
  /external/valgrind/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/coregrind/m_aspacemgr/
aspacemgr-segnames.c 281 if (0) VG_(debugLog)(0, "aspacem", "allocate_segname %s\n", name);
356 VG_(debugLog)(logLevel, "aspacem", "%u segment names in %u slots\n",
360 VG_(debugLog)(logLevel, "aspacem", "freelist is empty\n");
362 VG_(debugLog)(logLevel, "aspacem", "freelist begins at %u\n",
367 VG_(debugLog)(logLevel, "aspacem",
371 VG_(debugLog)(logLevel, "aspacem",
aspacemgr-common.c 62 VG_(debugLog)(0, "aspacem", "Valgrind: FATAL: %s\n", what);
63 VG_(debugLog)(0, "aspacem", "Exiting now.\n");
69 VG_(debugLog)(0, "aspacem",
71 VG_(debugLog)(0, "aspacem", " Increase it and rebuild. "
81 VG_(debugLog)(0, "aspacem",
83 VG_(debugLog)(0, "aspacem", " %s\n", expr);
84 VG_(debugLog)(0, "aspacem", " at %s:%d (%s)\n", file,line,fn);
85 VG_(debugLog)(0, "aspacem", "Exiting now.\n");
474 VG_(debugLog)( 1,"aspacem",
aspacemgr-linux.c 443 VG_(debugLog)(
470 VG_(debugLog)(
479 VG_(debugLog)(
491 VG_(debugLog)(
506 VG_(debugLog)(
519 VG_(debugLog)(
532 VG_(debugLog)(logLevel, "aspacem",
538 VG_(debugLog)(logLevel, "aspacem",
913 VG_(debugLog)(
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScoredNetworkEvaluator.java 124 debugLog("Ignoring disabled ephemeral SSID: " + scanResult.SSID);
150 debugLog("Ignoring disabled SSID: " + configuredNetwork.SSID);
212 debugLog(WifiNetworkSelector.toScanId(scanResult)
230 debugLog(WifiNetworkSelector.toScanId(scanResult)
250 debugLog(WifiNetworkSelector.toScanId(scanResult)
312 private void debugLog(String msg) {
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 169 VG_(debugLog)(2, "initimg", "preload_string:\n");
170 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
685 VG_(debugLog)(2, "initimg",
692 VG_(debugLog)(2, "initimg",
755 VG_(debugLog)(2, "initimg",
763 VG_(debugLog)(2, "initimg",
820 VG_(debugLog)(2, "initimg",
931 VG_(debugLog)(1, "initimg", "Loading client\n");
946 VG_(debugLog)(1, "initimg", "Setup client env\n");
    [all...]
initimg-darwin.c 160 VG_(debugLog)(2, "initimg", "preload_string:\n");
161 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
523 VG_(debugLog)(1, "initimg", "Loading client\n");
535 VG_(debugLog)(1, "initimg", "Setup client env\n");
553 VG_(debugLog)(2, "initimg",
initimg-solaris.c 187 VG_(debugLog)(2, "initimg", "preload_string:\n");
188 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
870 VG_(debugLog)(1, "initimg", "Loading client\n");
890 VG_(debugLog)(1, "initimg", "Setup client env\n");
924 VG_(debugLog)(1, "initimg",
934 VG_(debugLog)(2, "initimg", "Client info: "
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 247 VG_(debugLog)(2, "ume", "mmap fixed (file) (%#lx, %lu)\n", addr, filesize);
264 VG_(debugLog)(2, "ume", "mmap fixed (anon) (%#lx, %lu)\n", addr, length);
510 VG_(debugLog)(1, "ume", "load_thin_file: begin: %s\n", filename);
590 VG_(debugLog)(2, "ume", "lc_main: created stack %p-%p\n",
698 VG_(debugLog)(1, "ume", "load_thin_file: success: %s\n", filename);
  /prebuilts/go/darwin-x86/src/net/rpc/
debug.go 42 var debugLog = false

Completed in 1557 milliseconds

1 2 3 4 5