Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dptrace_test.cc48 EXPECT_EQ(WSTOPSIG(status), SIGSTOP); in PrepareTracee()
/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java34 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()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java114 public static int WSTOPSIG(int status) { return WEXITSTATUS(status); } in WSTOPSIG() method in OsConstants
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27649 method public static int WSTOPSIG(int);