Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp683 EXPECT_EQ(SIGTERM, ds.RunCommand("", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()
703 ASSERT_EQ(0, kill(pid, SIGTERM)) << "failed to kill pid " << pid; in TEST_F()
1480 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()
1500 ASSERT_EQ(0, kill(pid, SIGTERM)) << "failed to kill pid " << pid; in TEST_F()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp416 kill(pid, SIGTERM); in RunCommandToFd()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp125 void terminate() { kill(mPid, SIGTERM); } in terminate()
779 EXPECT_TRUE(WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == SIGTERM) 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/base/core/jni/
Dcom_android_internal_os_Zygote.cpp460 if (WTERMSIG(status) != SIGTERM && RemoveUsapTableEntry(pid)) { in SigChldHandler()
2902 kill(entry_storage.value().pid, SIGTERM); in com_android_internal_os_Zygote_nativeEmptyUsapPool()
2920 BlockSignal(SIGTERM, fail_fn); in com_android_internal_os_Zygote_nativeBlockSigTerm()
2925 UnblockSignal(SIGTERM, fail_fn); in com_android_internal_os_Zygote_nativeUnblockSigTerm()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java661 public static final int SIGTERM = placeholder(); field in OsConstants
/frameworks/native/cmds/atrace/
Datrace.cpp1066 sigaction(SIGTERM, &sa, nullptr); in registerSigHandler()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp537 initConstant(env, c, "SIGTERM", SIGTERM); in OsConstants_initConstants()
/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.txt27950 field public static final int SIGTERM;