Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 79) sorted by relevance

1234

/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/
H A DREADME.md18 --module-arg SurfaceFlingerPerfTests:instrumentation-arg:kill-bg:=true
23 -e kill-bg true \
26 * `kill-bg` is optional.
29 - kill-bg
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/
H A DREADME.md18 --module-arg WmPerfTests:instrumentation-arg:kill-bg:=true
24 -e kill-bg true \
27 * `kill-bg` is optional.
30 - kill-bg
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/
H A DREADME.md23 Note: `instrumentation-arg:kill-bg:=true` is already defined in the AndroidText.xml
29 -e kill-bg true \
32 * `kill-bg` is optional.
35 - kill-bg
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceSession.java46 kill(); in finalize()
57 public void kill() { in kill() method in SurfaceSession
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteSubActivityScreen.java42 boolean kill = intent.getBooleanExtra("kill", false); in onCreate()
46 if (kill) { in onCreate()
/aosp14/system/core/init/
H A Dsubcontext_benchmark.cpp44 kill(subcontext.pid(), SIGTERM); in BenchmarkSuccess()
45 kill(subcontext.pid(), SIGKILL); in BenchmarkSuccess()
H A Dreboot_test.cpp68 kill(pid, SIGTERM); in ~RebootTest()
69 kill(pid, SIGKILL); in ~RebootTest()
H A Dsubcontext_test.cpp50 kill(subcontext.pid(), SIGTERM); in RunTest()
51 kill(subcontext.pid(), SIGKILL); in RunTest()
H A Dsubcontext.cpp246 kill(pid_, SIGKILL); in Restart()
385 kill(subcontext->pid(), SIGTERM); in SubcontextTerminate()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionDisconnectingStateTest.java58 verify(mMockIkeSession, never()).kill(); in testIkeSessionClosed()
74 verify(mMockIkeSession).kill(); in testTimeoutExpired()
H A DVcnGatewayConnectionConnectingStateTest.java72 verify(mIkeSession).kill(); in testNullNetworkTriggersDisconnect()
85 verify(mIkeSession, never()).kill(); in testNewNetworkTriggersReconnect()
/aosp14/system/core/shell_and_utilities/
H A DREADME.md59 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
93 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
127 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
161 insmod install ionice iorenice iotop kill killall ln load\_policy log
223 insmod ionice iorenice kill killall ln load\_policy log logname losetup ls
293 head hostname hwclock id ifconfig inotifyd insmod kill load\_policy ln
305 BSD: cat chown cp dd du grep kill ln mv printenv rm rmdir sleep sync
320 getprop getsebool hd id ifconfig iftop insmod ioctl ionice kill ln
332 getprop getsebool hd id ifconfig iftop insmod ioctl ionice kill ln
344 iftop insmod ioctl ionice kill ln log ls lsmod lsof mkdir mount mv
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java215 kill(); in go()
232 kill(); in close()
235 public void kill() { in kill() method in TransferPipe
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java117 kill(); in BlackFrame()
122 public void kill() { in kill() method in BlackFrame
H A DScreenRotationAnimation.java503 public void kill() { in kill() method in ScreenRotationAnimation
546 mEnteringBlackFrame.kill(); in kill()
809 kill(); in onAnimationEnd()
/aosp14/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapter.aidl40 void kill(String reason); in kill() method
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DSessionInfo.java62 mCallbacks.kill(); in onDestroy()
/aosp14/system/core/debuggerd/
H A Ddebuggerd.cpp102 if (kill(proc_info.pid, 0) != 0) { in main()
/aosp14/frameworks/base/cmds/gpu_counter_producer/
H A Dmain.cpp75 kill(pid, SIGINT); in killExistingProcess()
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp86 ASSERT_EQ(0, kill(forkpid, SIGKILL)) << strerror(errno); in TEST()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java204 mListeners.kill(); in finish()
/aosp14/frameworks/base/cmds/incidentd/tests/
H A DFdBuffer_test.cpp142 kill(pid, SIGKILL); // reap the child process in TEST_F()
326 kill(pid, SIGKILL); // reap the child process in TEST_F()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java856 mIkeSession.kill(); in onQuitting()
1597 mIkeSession.kill(); in enterState()
1621 mIkeSession.kill(); in processStateMsg()
1636 mIkeSession.kill(); in processStateMsg()
1682 mIkeSession.kill(); in enterState()
2865 public void kill() { in kill() method in VcnGatewayConnection.VcnIkeSession
2866 mImpl.kill(); in kill()
/aosp14/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java173 public void kill() { in kill() method in RemoteCallbackList
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dincidentd_util.cpp244 kill(pid, SIGKILL); in kill_child()

1234