Home
last modified time | relevance | path

Searched refs:forceKill (Results 1 – 21 of 21) sorted by relevance

/dports/math/gnome-calculator/gnome-calculator-41.1/tests/
H A Dcommon_steps.py86 forceKill=True, parameters='', recordVideo=False): argument
98 self.forceKill = forceKill
145 if self.forceKill and self.isRunning():
/dports/mail/evolution/evolution-3.42.1/tests/
H A Dcommon_steps.py93 forceKill=True, parameters='', recordVideo=False): argument
105 self.forceKill = forceKill
153 if self.forceKill and self.isRunning():
/dports/graphics/xviewer/xviewer-3.2.2/tests/
H A Dcommon_steps.py101 forceKill=True, parameters='', recordVideo=False): argument
113 self.forceKill = forceKill
160 if self.forceKill and self.isRunning():
/dports/graphics/eog/eog-41.1/tests/
H A Dcommon_steps.py101 forceKill=True, parameters='', recordVideo=False): argument
113 self.forceKill = forceKill
160 if self.forceKill and self.isRunning():
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkmanagerselectiontest.cpp32 void KManagerSelectionTest::claim(KSelectionOwner *owner, bool force, bool forceKill) in claim() argument
35 owner->claim(force, forceKill); in claim()
H A Dkmanagerselectiontest.h28 void claim(KSelectionOwner *owner, bool force = false, bool forceKill = true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/process_launcher/
H A DIChildProcessService.aidl23 oneway void forceKill(); in forceKill() method
H A DChildProcessConnection.java445 if (service != null) service.forceKill(); in kill()
919 mService.forceKill(); in crashServiceForTesting()
H A DChildProcessService.java157 public void forceKill() {
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/process_launcher/
H A DIChildProcessService.aidl23 oneway void forceKill(); in forceKill() method
H A DChildProcessConnection.java505 if (service != null) service.forceKill(); in kill()
911 mService.forceKill(); in crashServiceForTesting()
H A DChildProcessService.java153 public void forceKill() {
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A Dsimulator.h149 …virtual bool killMachine(Optional<Standalone<StringRef>> machineId, KillType kt, bool forceKill = …
150 …virtual bool killZone(Optional<Standalone<StringRef>> zoneId, KillType kt, bool forceKill = false,…
151 …virtual bool killDataCenter(Optional<Standalone<StringRef>> dcId, KillType kt, bool forceKill = fa…
H A Dsim2.actor.cpp1281 …virtual bool killZone(Optional<Standalone<StringRef>> zoneId, KillType kt, bool forceKill, KillTyp… in killZone() argument
1291 if(killMachine(machineId, kt, forceKill, ktFinal)) { in killZone()
1297 …virtual bool killMachine(Optional<Standalone<StringRef>> machineId, KillType kt, bool forceKill, K… in killMachine() argument
1304 if(speedUpSimulation && !forceKill) { in killMachine()
1329 …if (!forceKill && ((kt == KillInstantly) || (kt == InjectFaults) || (kt == RebootAndDelete) || (kt… in killMachine()
1427 …virtual bool killDataCenter(Optional<Standalone<StringRef>> dcId, KillType kt, bool forceKill, Kil… in killDataCenter() argument
1450 …if (!forceKill && ((kt == KillInstantly) || (kt == InjectFaults) || (kt == RebootAndDelete) || (kt… in killDataCenter()
/dports/devel/eric6/eric6-21.11/eric/eric6/Utilities/
H A DBackgroundService.py281 def restartService(self, language, forceKill=False): argument
296 if not forceKill:
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_process.h156 bool forceKill);
H A Dqemu_process.c7864 bool forceKill) in qemuProcessBeginStopJob() argument
7867 unsigned int killFlags = forceKill ? VIR_QEMU_PROCESS_KILL_FORCE : 0; in qemuProcessBeginStopJob()
/dports/sysutils/daggy/daggy-2.0.2/docs/
H A Ddata-aggregation-config.md191 | **forceKill** | integer | kill signal for remote process before connection close. If -1 no signal…
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/junit/src/org/chromium/base/process_launcher/
H A DChildProcessConnectionTest.java391 verify(mIChildProcessService).forceKill(); in testKill()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/junit/src/org/chromium/base/process_launcher/
H A DChildProcessConnectionTest.java399 verify(mIChildProcessService).forceKill(); in testKill()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api9686 eric6.Utilities.BackgroundService.BackgroundService.restartService?4(language, forceKill=False)