/dports/devel/binaryen/binaryen-version_98/test/spec/ |
H A D | run.py | 41 def _runCommand(self, command, logPath, expectedExitCode = 0): member in RunTests 66 self._runCommand(('%s "%s"') % (wasmCommand, inputPath), logPath, expectedExitCode) 74 self._runCommand(('%s -d "%s" -o "%s"') % (wasmCommand, inputPath, wasmPath), logPath) 75 self._runCommand(('%s "%s"') % (wasmCommand, wasmPath), logPath) 80 self._runCommand(('%s -d "%s" -o "%s"') % (wasmCommand, wasmPath, wastPath), logPath) 81 self._runCommand(('%s "%s"') % (wasmCommand, wastPath), logPath) 86 self._runCommand(('%s -d "%s" -o "%s"') % (wasmCommand, wastPath, wasm2Path), logPath) 92 self._runCommand(('%s -d "%s" -o "%s"') % (wasmCommand, wasm2Path, wast2Path), logPath) 98 self._runCommand(('%s -d "%s" -o "%s"') % (wasmCommand, inputPath, jsPath), logPath) 100 self._runCommand(('%s "%s"') % (jsCommand, jsPath), logPath)
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/ |
H A D | cluster_find_and_modify_cmd.cpp | 133 _runCommand(opCtx, in explain() 166 _runCommand( in run() 178 _runCommand(opCtx, in run() 191 static void _runCommand(OperationContext* opCtx, in _runCommand() function in mongo::__anon5b5f0bda0111::FindAndModifyCmd
|
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/ |
H A D | Builder.php | 109 $err = $this->_runCommand($command, array(&$this, 'msdevCallback')); 273 $err = $this->_runCommand("phpize", array(&$this, 'phpizeCallback')); 336 $err = $this->_runCommand($cmd, $callback); 412 function _runCommand($command, $callback = null) function in PEAR_Builder
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/ |
H A D | mr_test.cpp | 357 Status _runCommand(StringData mapCode, StringData reduceCode); 423 Status MapReduceCommandTest::_runCommand(StringData mapCode, StringData reduceCode) { in _runCommand() function in mongo::__anon2171b69d0111::MapReduceCommandTest 454 ASSERT_OK(_runCommand(mapCode, reduceCode)); in TEST_F() 470 _runCommand(mapCode, reduceCode).ignore(), AssertionException, ErrorCodes::OperationFailed); in TEST_F() 489 _runCommand(mapCode, reduceCode).ignore(), AssertionException, ErrorCodes::OperationFailed); in TEST_F()
|
/dports/misc/usd/USD-21.11/cmake/macros/ |
H A D | testWrapper.py | 195 def _runCommand(raw_command, stdout_redir, stderr_redir, env, function 274 _runCommand(args.pre_command, args.pre_command_stdout_redirect, 277 _runCommand(args.cmd, args.stdout_redirect, args.stderr_redirect, 281 _runCommand(args.post_command, args.post_command_stdout_redirect,
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/client/ |
H A D | shard.cpp | 132 auto swResponse = _runCommand(opCtx, readPref, dbName, maxTimeMSOverride, cmdObj); in runCommand() 169 auto swResponse = _runCommand(opCtx, readPref, dbName, maxTimeMSOverride, cmdObj); in runCommandWithFixedRetryAttempts() 193 auto swResponse = _runCommand( in runBatchWriteCommand()
|
H A D | shard_local.h | 67 StatusWith<Shard::CommandResponse> _runCommand(OperationContext* opCtx,
|
H A D | shard_remote.h | 88 StatusWith<Shard::CommandResponse> _runCommand(OperationContext* opCtx,
|
H A D | shard_local.cpp | 97 StatusWith<Shard::CommandResponse> ShardLocal::_runCommand(OperationContext* opCtx, in _runCommand() function in mongo::ShardLocal
|
H A D | shard.h | 256 virtual StatusWith<CommandResponse> _runCommand(OperationContext* opCtx,
|
H A D | shard_remote.cpp | 175 StatusWith<Shard::CommandResponse> ShardRemote::_runCommand(OperationContext* opCtx, in _runCommand() function in mongo::ShardRemote
|
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/ |
H A D | Builder.php | 114 $err = $this->_runCommand($command, array(&$this, 'msdevCallback')); 313 $err = $this->_runCommand($this->config->get('php_prefix') 392 $err = $this->_runCommand($cmd, $callback); 464 function _runCommand($command, $callback = null) function in PEAR_Builder
|
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/ |
H A D | quickop.py | 182 def _runCommand(self, files, lfiles, opts): member in QuickOpDialog 265 self._runCommand(files, [], cmdopts) 292 self._runCommand([], files, {}) 299 self._runCommand(files, lfiles, {})
|
H A D | mq.py | 297 return self._runCommand('qgoto', [patch], opts, self._onPushFinished) 314 return self._runCommand('qpush', [patch], opts, self._onPushFinished) 327 return self._runCommand('qpop', [patch], opts) 331 return self._runCommand('qfinish', [revspec], {}) 337 return self._runCommand('qdelete', patches, dlg.options()) 345 return self._runCommand('qfold', dlg.patches(), dlg.options()) 353 return self._runCommand('qrename', [patch, newname], {}) 359 return self._runCommand('qguard', args, opts) 363 return self._runCommand('qselect', guards, opts) 377 def _runCommand(self, name, args, opts, finishslot=None): member in PatchQueueActions
|
H A D | pick.py | 186 sess = self._runCommand(cmdline) 196 sess = self._runCommand(cmdline) 199 def _runCommand(self, cmdline): member in PickDialog
|
H A D | graft.py | 230 sess = self._runCommand(cmdline) 237 sess = self._runCommand(cmdline) 244 def _runCommand(self, cmdline): member in GraftDialog
|
H A D | rebase.py | 249 sess = self._runCommand(cmdline) 266 sess = self._runCommand(cmdline) 269 def _runCommand(self, cmdline): member in RebaseDialog
|
H A D | thgimport.py | 143 self._runbutton.clicked.connect(self._runCommand) 279 def _runCommand(self): member in ImportDialog
|
H A D | repowidget.py | 716 sess = self._runCommand(cmdline) 894 sess = self._runCommand(cmdline) 1764 sess = self._runCommand(cmdline) 1857 self._runCommand(cmdline) 1932 sess = self._runCommand(cmdline) 1990 sess = self._runCommand(cmdline) 2176 self._runCommand(cmdline) 2183 sess = self._runCommand(cmdline) 2270 self._runCommand(cmdline) 2375 self._runCommand(cmdline) [all …]
|
H A D | filectxactions.py | 214 def _runCommand(self, cmdline): member in FilectxActions 390 sess = self._runCommand(cmdline) 527 sess = self._runCommand(cmdline)
|
H A D | commit.py | 690 self._runCommand(curraction._name, wholecmdlines) 929 self._runCommand('rollback', [['rollback']]) 1235 self._runCommand(amend and 'amend' or 'commit', commandlines) 1240 def _runCommand(self, action, cmdlines): member in CommitWidget
|
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/ |
H A D | Builder.php | 169 $err = $this->_runCommand($command, array(&$this, 'msdevCallback')); 369 $err = $this->_runCommand($this->config->get('php_prefix') 450 $err = $this->_runCommand($cmd, $callback); 522 function _runCommand($command, $callback = null) function in PEAR_Builder
|
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/ |
H A D | Builder.php | 169 $err = $this->_runCommand($command, array(&$this, 'msdevCallback')); 369 $err = $this->_runCommand($this->config->get('php_prefix') 450 $err = $this->_runCommand($cmd, $callback); 522 function _runCommand($command, $callback = null) function in PEAR_Builder
|
/dports/databases/grass7/grass-7.8.6/gui/wxpython/datacatalog/ |
H A D | tree.py | 582 def _runCommand(self, prog, **kwargs): member in DataCatalogTree 660 renamed, cmd = self._runCommand('g.rename', vector=string, env=env) 662 renamed, cmd = self._runCommand('g.rename', raster=string, env=env) 664 renamed, cmd = self._runCommand( 723 pasted, cmd = self._runCommand('g.copy', vector=string, env=env) 726 pasted, cmd = self._runCommand('g.copy', raster=string, env=env) 729 pasted, cmd = self._runCommand('g.copy', raster_3d=string, env=env) 781 removed, cmd = self._runCommand('g.remove', type=cType.label, 821 removed, cmd = self._runCommand(
|
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Task/ |
H A D | Collect.pm | 434 sub _runCommand { subroutine
|