Searched refs:SIGTERM (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 683 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/ |
D | DumpstateUtil.cpp | 416 kill(pid, SIGTERM); in RunCommandToFd()
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcTest.cpp | 125 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/ |
D | com_android_internal_os_Zygote.cpp | 460 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/ |
D | OsConstants.java | 661 public static final int SIGTERM = placeholder(); field in OsConstants
|
/frameworks/native/cmds/atrace/ |
D | atrace.cpp | 1066 sigaction(SIGTERM, &sa, nullptr); in registerSigHandler()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 537 initConstant(env, c, "SIGTERM", SIGTERM); in OsConstants_initConstants()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27950 field public static final int SIGTERM;
|