HomeSort by relevance Sort by last modified time
    Searched full:debug_event (Results 1 - 7 of 7) sorted by null

  /external/ltrace/sysdeps/linux-gnu/
events.c 153 debug(DEBUG_EVENT, "event: No more traced programs: exiting");
163 debug(DEBUG_EVENT, "event: No more traced programs: exiting");
166 debug(DEBUG_EVENT, "event: none (wait received EINTR?)");
197 debug(DEBUG_EVENT, "event: NEW: pid=%d", pid);
220 debug(DEBUG_EVENT, \
237 debug(DEBUG_EVENT, "event: EXIT_SIGNAL: pid=%d, signum=%d", pid, event.e_un.signum);
243 debug(DEBUG_EVENT, "event: EXIT: pid=%d, status=%d", pid, event.e_un.ret_val);
258 debug(DEBUG_EVENT, "event: SYSCALL: pid=%d, sysnum=%d", pid, tmp);
263 debug(DEBUG_EVENT, "event: SYSRET: pid=%d, sysnum=%d", pid, tmp);
268 debug(DEBUG_EVENT, "event: ARCH_SYSCALL: pid=%d, sysnum=%d", pid, tmp)
    [all...]
  /external/ltrace/
debug.h 31 DEBUG_EVENT = 010,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 39 private static final boolean DEBUG_EVENT = false;
123 if (DEBUG_EVENT) {
153 if (DEBUG_EVENT) {
161 if (DEBUG_EVENT) {
347 if (DEBUG_EVENT) {
386 if (DEBUG_EVENT) {
422 if (DEBUG_EVENT) {
434 if (DEBUG_EVENT) {
592 if (DEBUG_EVENT) {
615 if (DEBUG_EVENT) {
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 283 UINT16 debug_event = event; local
380 bta_hh_evt_code(debug_event));
406 bta_hh_evt_code(debug_event));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 47 private static final boolean DEBUG_EVENT = false;
50 private static boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED || DEBUG_EVENT;
680 if (DEBUG_EVENT) {
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 372 DEBUG_EVENT DebugEvent;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 614 } DEBUG_EVENT,*LPDEBUG_EVENT;
    [all...]

Completed in 2235 milliseconds