Home
last modified time | relevance | path

Searched refs:RunAlgorithm (Results 1 – 6 of 6) sorted by relevance

/dports/math/sound-of-sorting/sound-of-sorting-5884a35/src/
H A DWMain.cpp132 bool WMain::RunAlgorithm() in RunAlgorithm() function in WMain
196 RunAlgorithm(); in OnRunButton()
245 if (!RunAlgorithm()) return; in OnStepButton()
282 RunAlgorithm(); in OnRandomButton()
409 RunAlgorithm(); in OnAlgoListDClick()
H A DWMain.h51 bool RunAlgorithm();
/dports/devel/distcc/distcc-3.3.5/include_server/
H A Dinclude_analyzer.py143 closure = self.RunAlgorithm(fpath_resolved_pair, fpath_real)
332 def RunAlgorithm(self, filepath_resolved_pair, filepath_real_idx): member in IncludeAnalyzer
H A Dinclude_analyzer_memoizing_node.py301 def RunAlgorithm(self, filepath_resolved_pair, filepath_real_idx): member in IncludeAnalyzerMemoizingNode
/dports/lang/solidity/solidity_0.8.11/tools/yulPhaser/
H A DPhaser.cpp54 {PhaserMode::RunAlgorithm, "run-algorithm"},
468 po::value<PhaserMode>()->value_name("<NAME>")->default_value(PhaserMode::RunAlgorithm), in buildCommandLineDescription()
474 "* " + toString(PhaserMode::RunAlgorithm) + "\n" + in buildCommandLineDescription()
825 if (_arguments["mode"].as<PhaserMode>() == PhaserMode::RunAlgorithm) in runPhaser()
H A DPhaser.h63 RunAlgorithm, enumerator