Home
last modified time | relevance | path

Searched refs:WCOREDUMP (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java36 import static android.system.OsConstants.WCOREDUMP;
405 assertFalse(WCOREDUMP(0)); in test_WCOREDUMP()
406 assertTrue(WCOREDUMP(0x80)); in test_WCOREDUMP()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java41 public static boolean WCOREDUMP(int status) { throw new RuntimeException("Stub!"); } in WCOREDUMP() method in OsConstants
/libcore/luni/src/main/java/android/system/
DOsConstants.java102 public static boolean WCOREDUMP(int status) { return (status & 0x80) != 0; } in WCOREDUMP() method in OsConstants
/libcore/api/
Dcurrent.txt153 method public static boolean WCOREDUMP(int);