HomeSort by relevance Sort by last modified time
    Searched refs:LDEBUG (Results 1 - 3 of 3) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 34 private static final boolean LDEBUG = false;
47 if (LDEBUG) System.out.println("Network state changed: "
51 if (LDEBUG) System.out.println("Network connected");
54 if (LDEBUG) System.out.println("Network not connected");
65 if (LDEBUG) System.out.println("Adding to mobile: " + delta);
69 if (LDEBUG) System.out.println("Adding to wifi: " + delta);
73 if (LDEBUG) System.out.println("Unaccounted for: " + delta);
87 if (LDEBUG) System.out.println("registering Receiver");
92 if (LDEBUG) System.out.println("unregistering Receiver");
  /external/iptables/include/libipq/
libipq.h 38 #define LDEBUG(x...) fprintf(stderr, ## x)
40 #define LDEBUG(x...)
  /external/valgrind/coregrind/
m_transtab.c 685 #define LDEBUG(m) if (DEBUG_TRANSTAB) \
695 LDEBUG("found deleted entry");
705 LDEBUG("found re-used entry");
710 #undef LDEBUG
    [all...]

Completed in 7402 milliseconds