Searched refs:WIFSIGNALED (Results 1 – 11 of 11) sorted by relevance
55 } else if (WIFSIGNALED(status)) { in ~CommandResult()184 } else if (WIFSIGNALED(status)) { in execute()
32 import static android.system.OsConstants.WIFSIGNALED;441 assertFalse(WIFSIGNALED(0)); in test_WIFSIGNALED()442 assertTrue(WIFSIGNALED(1)); in test_WIFSIGNALED()
172 if (WIFSIGNALED(status)) { in statusCode()
429 if (WIFSIGNALED(status)) { in RunCommandToFd()
69 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()
553 if (WIFSIGNALED(dexopt_result)) { in RunPreopt()
129 public static boolean WIFSIGNALED(int status) { return (WTERMSIG(status + 1) >= 2); } in WIFSIGNALED() method in OsConstants
498 } else if (OsConstants.WIFSIGNALED(status)) { in updateExistingExitInfoRecordLocked()
450 } else if (WIFSIGNALED(status)) { in SigChldHandler()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27647 method public static boolean WIFSIGNALED(int);