Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/binder/
DUtilsHost.cpp55 } else if (WIFSIGNALED(status)) { in ~CommandResult()
184 } else if (WIFSIGNALED(status)) { in execute()
/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java32 import static android.system.OsConstants.WIFSIGNALED;
441 assertFalse(WIFSIGNALED(0)); in test_WIFSIGNALED()
442 assertTrue(WIFSIGNALED(1)); in test_WIFSIGNALED()
/frameworks/base/cmds/incidentd/src/
Dincidentd_util.cpp172 if (WIFSIGNALED(status)) { in statusCode()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp429 if (WIFSIGNALED(status)) { in RunCommandToFd()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp69 if (WIFSIGNALED(wstatus)) { in WaitStatusToString()
779 EXPECT_TRUE(WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == SIGTERM) in TEST_P()
874 EXPECT_TRUE(WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == SIGABRT) in TEST_P()
894 EXPECT_TRUE(WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == SIGTERM) in TEST_P()
914 EXPECT_TRUE(WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == SIGTERM) in TEST_P()
/frameworks/native/cmds/installd/
Dotapreopt.cpp553 if (WIFSIGNALED(dexopt_result)) { in RunPreopt()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java129 public static boolean WIFSIGNALED(int status) { return (WTERMSIG(status + 1) >= 2); } in WIFSIGNALED() method in OsConstants
/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java498 } else if (OsConstants.WIFSIGNALED(status)) { in updateExistingExitInfoRecordLocked()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp450 } else if (WIFSIGNALED(status)) { in SigChldHandler()
/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.txt27647 method public static boolean WIFSIGNALED(int);