Home
last modified time | relevance | path

Searched refs:ExitSuccessfully (Results 1 – 9 of 9) sorted by relevance

/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/commands/
H A Dhelpers.go23 type ExitSuccessfully struct{} struct
25 func (e ExitSuccessfully) Error() string { argument
H A Ddestroy.go58 return ExitSuccessfully{}
H A Ddestroy_test.go92 Expect(err).To(MatchError(commands.ExitSuccessfully{}))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/services/
H A Dnamespace_sandbox_unittest.cc221 void ExitSuccessfully(int sig) { in ExitSuccessfully() function
227 action.sa_handler = &ExitSuccessfully; in SANDBOX_TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/services/
H A Dnamespace_sandbox_unittest.cc221 void ExitSuccessfully(int sig) { in ExitSuccessfully() function
227 action.sa_handler = &ExitSuccessfully; in SANDBOX_TEST()
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/application/
H A Dapp.go33 if _, ok := err.(commands.ExitSuccessfully); !ok {
H A Dapp_test.go242 someCmd.CheckFastFailsCall.Returns.Error = commands.ExitSuccessfully{}
/dports/databases/grass7/grass-7.8.6/gui/wxpython/
H A Dgis_set.py1044 self.ExitSuccessfully()
1060 def ExitSuccessfully(self): member in GRASSStartup
/dports/databases/grass7/grass-7.8.6/gui/wxpython/image2target/
H A Dii2t_gis_set.py1043 self.ExitSuccessfully()
1064 def ExitSuccessfully(self): member in GRASSStartup