Searched refs:WSTOPSIG (Results 1 – 4 of 4) sorted by relevance
38 import static android.system.OsConstants.WSTOPSIG;417 assertEquals(0, WSTOPSIG(0x0000)); in test_WSTOPSIG()418 assertEquals(0, WSTOPSIG(0x00DE)); in test_WSTOPSIG()419 assertEquals(0xF0, WSTOPSIG(0xF000)); in test_WSTOPSIG()420 assertEquals(0xAB, WSTOPSIG(0xAB12)); in test_WSTOPSIG()
45 public static int WSTOPSIG(int status) { throw new RuntimeException("Stub!"); } in WSTOPSIG() method in OsConstants
112 public static int WSTOPSIG(int status) { return WEXITSTATUS(status); } in WSTOPSIG() method in OsConstants
158 method public static int WSTOPSIG(int);