Home
last modified time | relevance | path

Searched defs:kill (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/libevent/test/
H A Dregress.gen.h95 struct kill { struct
96 struct kill_access_ *base; argument
109 struct kill *kill_new(void); argument
H A Dregress_rpc.c326 struct msg *msg, struct kill *kill, void *arg) in GotKillCb()
365 struct msg *msg, struct kill *kill, void *arg) in GotKillCbTwo()
452 struct kill *kill = NULL; in rpc_basic_client() local
581 struct msg *msg, struct kill *kill, void *arg) in GotErrorCb()
638 struct kill *kill= NULL; in rpc_basic_client_with_pause() local
690 struct kill *kill = NULL; in rpc_client_timeout() local
/aosp_15_r20/external/cronet/third_party/libevent/test/
H A Dregress_rpc.c343 struct msg *msg, struct kill *kill, void *arg) in GotKillCb()
381 struct msg *msg, struct kill *kill, void *arg) in GotKillCbTwo()
444 struct kill *kill; in rpc_basic_client() local
557 struct msg *msg, struct kill *kill, void *arg) in GotErrorCb()
580 struct kill *kill; in rpc_client_timeout() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/unix/
Dreap.rs112 fn kill(&mut self) -> io::Result<()> { in kill() function
180 fn kill(&mut self) -> io::Result<()> { in kill() method
250 fn kill() { in kill() function
Dmod.rs62 fn kill(&mut self) -> io::Result<()> { in kill() method
171 fn kill(&mut self) -> io::Result<()> { in kill() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/
Dkill.rs6 fn kill(&mut self) -> io::Result<()>; in kill() method
10 fn kill(&mut self) -> io::Result<()> { in kill() method
Dmod.rs242 mod kill; module
993 fn kill(&mut self) -> io::Result<()> { in kill() method
1163 pub async fn kill(&mut self) -> io::Result<()> { in kill() method
1588 fn kill(&mut self) -> io::Result<()> { in kill() method
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/
Dkill.py27 def kill(self, selected): member in Kill
95 kill = Kill(None, borderwidth=5) variable
Dsvkill.py41 def kill(self, selected): member in Kill
125 kill = Kill(None, borderwidth=5) variable
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dbuild.bat20 set kill= variable
35 if '%1'=='-k' (set kill=true) & shift & goto CheckOpts variable
/aosp_15_r20/external/python/cpython2/PCbuild/
Dbuild.bat58 set kill= variable
72 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts variable
/aosp_15_r20/external/python/cpython3/PCbuild/
Dbuild.bat64 set kill= variable
80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts variable
/aosp_15_r20/cts/hostsidetests/os/test-apps/StaticSharedLibTestApp/src/android/os/lib/app/
H A DStaticSharedLibsTests.java124 final CountDownLatch kill = new CountDownLatch(1); in testInstallStaticSharedLib_notKillDependentApp() local
151 final CountDownLatch kill = new CountDownLatch(1); in testSamegradeStaticSharedLib_killDependentApp() local
/aosp_15_r20/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc172 BitVector* kill = GetKillSet(*block); in ComputeLiveRanges() local
306 BitVector* kill = GetKillSet(block); in UpdateLiveIn() local
/aosp_15_r20/external/deqp/execserver/
H A DxsWin32TestProcess.cpp600 void Process::stopProcess(bool kill) in stopProcess()
616 void Process::kill(void) in kill() function in xs::win32::Process
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dsignal.rs522 pub unsafe fn kill(pid: Pid, signum: c_int) -> Result<()> { in kill() function
546 fn kill(&self, num: c_int) -> Result<()> { in kill() method
/aosp_15_r20/external/trusty/musl/src/signal/
Dkill.c4 int kill(pid_t pid, int sig) in kill() function
/aosp_15_r20/external/musl/src/signal/
H A Dkill.c4 int kill(pid_t pid, int sig) in kill() function
/aosp_15_r20/cts/tests/tests/telecom/NonUiInCallServiceWoExport/aidl/android/telecom/cts/nonuiincallservicewoexport/
H A DICtsNonUiInCallServiceWoExportControl.aidl25 void kill(); in kill() method
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py13 def _helpful_rc_msg(rc, allow_early, kill): argument
44 def run_with_int(self, command, timeout=5, kill_timeout=5, argument
/aosp_15_r20/external/clang/test/Analysis/
H A DNewDelete-path-notes.cpp18 void kill() { in kill() function
/aosp_15_r20/art/test/144-static-field-sigquit/src/
H A DSigQuit.java21 private final static Method kill; field in SigQuit
/aosp_15_r20/art/test/676-resolve-field-type/src-ex/
H A DChildClass.java41 private final static Method kill; field in ChildClass.SigQuit
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DSurfaceSession.java57 public void kill() { in kill() method in SurfaceSession
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/listener/
H A DRunTerminator.java35 protected final void kill(String reason) { in kill() method in RunTerminator

12345678910>>...33