Searched refs:WSTOPSIG (Results 1 – 5 of 5) sorted by relevance
48 EXPECT_EQ(WSTOPSIG(status), SIGSTOP); in PrepareTracee()
34 import static android.system.OsConstants.WSTOPSIG;420 assertEquals(0, WSTOPSIG(0x0000)); in test_WSTOPSIG()421 assertEquals(0, WSTOPSIG(0x00DE)); in test_WSTOPSIG()422 assertEquals(0xF0, WSTOPSIG(0xF000)); in test_WSTOPSIG()423 assertEquals(0xAB, WSTOPSIG(0xAB12)); in test_WSTOPSIG()
114 public static int WSTOPSIG(int status) { return WEXITSTATUS(status); } in WSTOPSIG() method in OsConstants
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27649 method public static int WSTOPSIG(int);