Home
last modified time | relevance | path

Searched refs:ProcessException (Results 1 – 25 of 65) sorted by relevance

123

/dports/mail/nextcloud-mail/mail/vendor/amphp/process/lib/Internal/Windows/
H A DRunner.php10 use Amp\Process\ProcessException; alias
79 throw new ProcessException("Can't execute commands that contain null bytes.");
92 throw new ProcessException($message);
99 throw new ProcessException("Could not get process status");
112 … throw new ProcessException("Could not send security tokens / command to process wrapper");
155 throw new ProcessException("Terminating process failed");
163 $handle->pidDeferred->fail(new ProcessException("The process was killed"));
170 $handle->joinDeferred->fail(new ProcessException("The process was killed"));
185 throw new ProcessException('Signals are not supported on Windows');
196 } catch (ProcessException $e) {
H A DSocketConnector.php9 use Amp\Process\ProcessException; alias
73 $error = new ProcessException(\vsprintf($message, $args));
288 $handle->joinDeferred->fail(new ProcessException(
359 $error = new ProcessException(\trim($error));
/dports/mail/nextcloud-mail/mail/vendor/amphp/process/lib/Internal/Posix/
H A DRunner.php12 use Amp\Process\ProcessException; alias
38 $handle->joinDeferred->fail(new ProcessException("Process ended unexpectedly"));
54 $error = new ProcessException("Could not determine PID");
95 throw new ProcessException($message);
102 throw new ProcessException("Could not get process status");
142 throw new ProcessException("Unable to list open file descriptors");
184 throw new ProcessException("Terminating process failed");
198 $handle->joinDeferred->fail(new ProcessException("The process was killed"));
224 } catch (ProcessException $e) {
/dports/mail/nextcloud-mail/mail/vendor/amphp/process/lib/Internal/
H A DProcessRunner.php5 use Amp\Process\ProcessException; alias
20 * @throws ProcessException If starting the process fails.
38 * @throws ProcessException If terminating the process fails.
48 * @throws ProcessException If sending the signal fails.
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/system/
H A DProcess.cpp13 class ProcessException : public Exception { class
20 throw ProcessException(format("Path '{}' does not exist", path.string())); in Process()
25 throw ProcessException("Process fork failed"); in Process()
40 throw ProcessException("Cannot execute file " + fileName); in Process()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/clangsupport/
H A Dprocessexception.cpp30 ProcessException::ProcessException(Utils::SmallString &&what) in ProcessException() function in ClangBackEnd::ProcessException
35 const char *ProcessException::what() const noexcept in what()
H A Dprocessexception.h36 class CLANGSUPPORT_EXPORT ProcessException : public std::exception
39 ProcessException() = default;
40 ProcessException(Utils::SmallString &&what);
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1571 throw ProcessException.newFromLastError();
1816 throw ProcessException.newFromLastError();
1822 throw ProcessException.newFromErrno();
1862 assertThrown!ProcessException(kill(pid));
1880 assertThrown!ProcessException(wait(pid));
1881 assertThrown!ProcessException(kill(pid));
2612 class ProcessException : Exception
2627 static ProcessException newFromErrno(int error,
2636 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1846 assertThrown!ProcessException(kill(pid));
1864 assertThrown!ProcessException(wait(pid));
1865 assertThrown!ProcessException(kill(pid));
2568 class ProcessException : Exception
2583 static ProcessException newFromErrno(int error,
2592 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1571 throw ProcessException.newFromLastError();
1816 throw ProcessException.newFromLastError();
1822 throw ProcessException.newFromErrno();
1862 assertThrown!ProcessException(kill(pid));
1880 assertThrown!ProcessException(wait(pid));
1881 assertThrown!ProcessException(kill(pid));
2612 class ProcessException : Exception
2627 static ProcessException newFromErrno(int error,
2636 return new ProcessException(msg, file, line);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1846 assertThrown!ProcessException(kill(pid));
1864 assertThrown!ProcessException(wait(pid));
1865 assertThrown!ProcessException(kill(pid));
2568 class ProcessException : Exception
2583 static ProcessException newFromErrno(int error,
2592 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1846 assertThrown!ProcessException(kill(pid));
1864 assertThrown!ProcessException(wait(pid));
1865 assertThrown!ProcessException(kill(pid));
2568 class ProcessException : Exception
2583 static ProcessException newFromErrno(int error,
2592 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1846 assertThrown!ProcessException(kill(pid));
1864 assertThrown!ProcessException(wait(pid));
1865 assertThrown!ProcessException(kill(pid));
2568 class ProcessException : Exception
2583 static ProcessException newFromErrno(int error,
2592 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1846 assertThrown!ProcessException(kill(pid));
1864 assertThrown!ProcessException(wait(pid));
1865 assertThrown!ProcessException(kill(pid));
2568 class ProcessException : Exception
2583 static ProcessException newFromErrno(int error,
2592 return new ProcessException(msg, file, line);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1571 throw ProcessException.newFromLastError();
1816 throw ProcessException.newFromLastError();
1822 throw ProcessException.newFromErrno();
1862 assertThrown!ProcessException(kill(pid));
1880 assertThrown!ProcessException(wait(pid));
1881 assertThrown!ProcessException(kill(pid));
2612 class ProcessException : Exception
2627 static ProcessException newFromErrno(int error,
2636 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dprocess.d651 throw new ProcessException(errorMsg);
1555 throw ProcessException.newFromLastError();
1800 throw ProcessException.newFromLastError();
1806 throw ProcessException.newFromErrno();
1846 assertThrown!ProcessException(kill(pid));
1864 assertThrown!ProcessException(wait(pid));
1865 assertThrown!ProcessException(kill(pid));
2568 class ProcessException : Exception
2583 static ProcessException newFromErrno(int error,
2592 return new ProcessException(msg, file, line);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dprocess.d1199 throw new ProcessException(errorMsg);
2309 throw ProcessException.newFromLastError();
2629 throw ProcessException.newFromLastError();
2635 throw ProcessException.newFromErrno();
2675 assertThrown!ProcessException(kill(pid));
2693 assertThrown!ProcessException(wait(pid));
2694 assertThrown!ProcessException(kill(pid));
3427 class ProcessException : Exception
3442 static ProcessException newFromErrno(int error,
3451 return new ProcessException(msg, file, line);
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DProcess.hs72 , ProcessException (..)
173 , pcExeCache :: !(IORef (Map FilePath (Either ProcessException FilePath)))
188 data ProcessException type
194 instance Show ProcessException where
210 instance Exception ProcessException
588 -> m (Either ProcessException FilePath)
622 => m (Either ProcessException FilePath)
628 -> m (Either ProcessException FilePath)
660 augmentPath :: [FilePath] -> Maybe Text -> Either ProcessException Text
672 augmentPathMap :: [FilePath] -> EnvVars -> Either ProcessException EnvVars
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DProcess.hs72 , ProcessException (..)
173 , pcExeCache :: !(IORef (Map FilePath (Either ProcessException FilePath)))
188 data ProcessException type
194 instance Show ProcessException where
210 instance Exception ProcessException
588 -> m (Either ProcessException FilePath)
622 => m (Either ProcessException FilePath)
628 -> m (Either ProcessException FilePath)
660 augmentPath :: [FilePath] -> Maybe Text -> Either ProcessException Text
672 augmentPathMap :: [FilePath] -> EnvVars -> Either ProcessException EnvVars
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/CrashReporter/
H A DCrashReporter.cpp25 LONG ProcessException(struct _EXCEPTION_POINTERS *ExceptionInfo) in ProcessException() function
166 LONG retVal = ProcessException(ExceptionInfo); in CrashExceptionFilter()
186 ProcessException(excpInfo); in DumpMiniDump()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dprocesscreator-test.cpp43 using ClangBackEnd::ProcessException;
79 ASSERT_THROW(future.get(), ProcessException); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/
H A DExpectedExceptionCommand.cs71 ProcessException(ex, context); in Execute()
91 public void ProcessException(Exception exception, TestExecutionContext context) in ProcessException() method in NUnit.Framework.Internal.Commands.ExpectedExceptionCommand
/dports/mail/nextcloud-mail/mail/vendor/amphp/process/lib/
H A DProcessException.php5 class ProcessException extends \Exception class
H A DProcess.php133 * @throws ProcessException If terminating the process fails.
150 * @throws ProcessException If sending the signal fails.
/dports/emulators/hercules/hercules-3.13/
H A Dbootstrap.c79 static void ProcessException( EXCEPTION_POINTERS* pExceptionPtrs );
153 ProcessException( GetExceptionInformation() ), in main()
190 static void ProcessException( EXCEPTION_POINTERS* pExceptionPtrs ) in ProcessException() function

123