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

  /external/ltrace/
debug.h 31 DEBUG_EVENT = 010,
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 41 private static final boolean DEBUG_EVENT = false;
129 if (DEBUG_EVENT) {
166 if (DEBUG_EVENT) {
173 if (DEBUG_EVENT) {
355 if (DEBUG_EVENT) {
395 if (DEBUG_EVENT) {
432 if (DEBUG_EVENT) {
443 if (DEBUG_EVENT) {
600 if (DEBUG_EVENT) {
623 if (DEBUG_EVENT) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 52 private static final boolean DEBUG_EVENT = false;
55 private static boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED || DEBUG_EVENT;
619 if (DEBUG_EVENT) {
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 373 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 341 milliseconds