/aosp_15_r20/external/libevent/test/ |
H A D | regress.gen.h | 95 struct kill { struct 96 struct kill_access_ *base; argument 109 struct kill *kill_new(void); argument
|
H A D | regress_rpc.c | 326 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 D | regress_rpc.c | 343 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/ |
D | reap.rs | 112 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
|
D | mod.rs | 62 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/ |
D | kill.rs | 6 fn kill(&mut self) -> io::Result<()>; in kill() method 10 fn kill(&mut self) -> io::Result<()> { in kill() method
|
D | mod.rs | 242 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/ |
D | kill.py | 27 def kill(self, selected): member in Kill 95 kill = Kill(None, borderwidth=5) variable
|
D | svkill.py | 41 def kill(self, selected): member in Kill 125 kill = Kill(None, borderwidth=5) variable
|
/aosp_15_r20/external/python/cpython2/PC/VS9.0/ |
D | build.bat | 20 set kill= variable 35 if '%1'=='-k' (set kill=true) & shift & goto CheckOpts variable
|
/aosp_15_r20/external/python/cpython2/PCbuild/ |
D | build.bat | 58 set kill= variable 72 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts variable
|
/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | build.bat | 64 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 D | StaticSharedLibsTests.java | 124 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 D | ssa_liveness_analysis.cc | 172 BitVector* kill = GetKillSet(*block); in ComputeLiveRanges() local 306 BitVector* kill = GetKillSet(block); in UpdateLiveIn() local
|
/aosp_15_r20/external/deqp/execserver/ |
H A D | xsWin32TestProcess.cpp | 600 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 D | signal.rs | 522 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/ |
D | kill.c | 4 int kill(pid_t pid, int sig) in kill() function
|
/aosp_15_r20/external/musl/src/signal/ |
H A D | kill.c | 4 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 D | ICtsNonUiInCallServiceWoExportControl.aidl | 25 void kill(); in kill() method
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 13 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 D | NewDelete-path-notes.cpp | 18 void kill() { in kill() function
|
/aosp_15_r20/art/test/144-static-field-sigquit/src/ |
H A D | SigQuit.java | 21 private final static Method kill; field in SigQuit
|
/aosp_15_r20/art/test/676-resolve-field-type/src-ex/ |
H A D | ChildClass.java | 41 private final static Method kill; field in ChildClass.SigQuit
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | SurfaceSession.java | 57 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 D | RunTerminator.java | 35 protected final void kill(String reason) { in kill() method in RunTerminator
|