Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java38 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()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java45 public static int WSTOPSIG(int status) { throw new RuntimeException("Stub!"); } in WSTOPSIG() method in OsConstants
/libcore/luni/src/main/java/android/system/
DOsConstants.java112 public static int WSTOPSIG(int status) { return WEXITSTATUS(status); } in WSTOPSIG() method in OsConstants
/libcore/api/
Dcurrent.txt158 method public static int WSTOPSIG(int);