Home
last modified time | relevance | path

Searched refs:exitProcess (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/qphelper/
DqpDebugOut.c42 static void exitProcess (void);
82 exitProcess(); in qpDief()
88 exitProcess(); in qpDiev()
168 static void exitProcess (void) in exitProcess() function
186 static void exitProcess (void) in exitProcess() function
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js157 frozen.exitProcess = exitProcess
175 exitProcess = frozen.exitProcess
585 if (parseFn) exitProcess = false
901 var exitProcess = true
902 self.exitProcess = function (enabled) { function
907 exitProcess = enabled
910 self.getExitProcess = () => exitProcess
982 if (exitProcess) process.exit(code)
1128 if (exitProcess) setBlocking(true)
1140 if (exitProcess) setBlocking(true)
[all …]
DCHANGELOG.md936 …om/bcoe/yargs/pull/273) skips validation for help or version flags with exitProcess(false) (@tepez)
937 …thub.com/bcoe/yargs/pull/273) implements single output for errors with exitProcess(false) (@nexdre…
938 - [#269](https://github.com/bcoe/yargs/pull/269) verifies single output for errors with exitProcess
1164 …5b91c976431001c4863ce47c9297850f1ad) Disable process.exit calls using .exitProcess(false) (@ciancl…