HomeSort by relevance Sort by last modified time
    Searched refs:SIGPWR (Results 51 - 56 of 56) sorted by null

1 23

  /ndk/sources/host-tools/make-3.81/
signame.c 156 #if defined (SIGPWR)
157 init_sig (SIGPWR, "PWR", _("Power failure"));
  /external/kernel-headers/original/asm-arm/
signal.h 65 #define SIGPWR 30
  /external/kernel-headers/original/asm-x86/
signal.h 77 #define SIGPWR 30
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 267 public static final int SIGPWR = placeholder();
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 273 initConstant(env, c, "SIGPWR", SIGPWR);

Completed in 1001 milliseconds

1 23