Searched refs:WCOREDUMP (Results 1 – 4 of 4) sorted by relevance
36 import static android.system.OsConstants.WCOREDUMP;405 assertFalse(WCOREDUMP(0)); in test_WCOREDUMP()406 assertTrue(WCOREDUMP(0x80)); in test_WCOREDUMP()
41 public static boolean WCOREDUMP(int status) { throw new RuntimeException("Stub!"); } in WCOREDUMP() method in OsConstants
102 public static boolean WCOREDUMP(int status) { return (status & 0x80) != 0; } in WCOREDUMP() method in OsConstants
153 method public static boolean WCOREDUMP(int);