Searched full:exitcodes (Results 1 – 18 of 18) sorted by relevance
245 * @return A list containing the exitCodes.260 * @return The count of exitCodes.276 * @return The exitCodes at the given index.345 * @return A list containing the exitCodes.363 * @return The count of exitCodes.381 * @return The exitCodes at the given index.801 * @return A list containing the exitCodes.820 * @return The count of exitCodes.838 * @return The exitCodes at the given index.856 * @param value The exitCodes to set.[all …]
344 "ExitCodes",
245 * @return A list containing the exitCodes.260 * @return The count of exitCodes.276 * @return The exitCodes at the given index.345 * @return A list containing the exitCodes.363 * @return The count of exitCodes.381 * @return The exitCodes at the given index.797 * @return A list containing the exitCodes.816 * @return The count of exitCodes.834 * @return The exitCodes at the given index.852 * @param value The exitCodes to set.[all …]
307 "ExitCodes",
12 # output and exitcodes are as expected
33 /// [Linux]: https://tldp.org/LDP/abs/html/exitcodes.html
1 //===-- llvm/Support/ExitCodes.h - Exit codes for exit() -------*- C++ -*-===//
49 a wrapper script. See https://tldp.org/LDP/abs/html/exitcodes.html.
19 S3.ExitCodes: s3cmd
12 #include "llvm/Support/ExitCodes.h"
39 #include "llvm/Support/ExitCodes.h"
762 # https://tldp.org/LDP/abs/html/exitcodes.html:
757 # https://tldp.org/LDP/abs/html/exitcodes.html:
13 #include "llvm/Support/ExitCodes.h"
499 <li><a href="#EXITCODES">Exit Codes</a></li>673 <h3><a name="EXITCODES">Exit Codes</a></h3>
136 <h3><a name="EXITCODES">Exit Codes</a></h3>
648 exitcodes = [-signal.SIGTERM]652 exitcodes.append(-signal.SIGKILL)654 self.assertIn(p.exitcode, exitcodes)