Home
last modified time | relevance | path

Searched refs:processUnit (Results 1 – 7 of 7) sorted by relevance

/dports/devel/gitlist/gitlist/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/
H A DXML.php110 $this->processUnit($unit, $fileReport);
141 private function processUnit($unit, PHP_CodeCoverage_Report_XML_File_Report $report) function in PHP_CodeCoverage_Report_XML
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/src/Report/Xml/
H A DFacade.php143 $this->processUnit($unit, $fileReport);
171 private function processUnit($unit, Report $report)
/dports/math/vampire/vampire-4.5.1/SAT/
H A DTransparentSolver.hpp66 void processUnit(SATClause* cl);
H A DTransparentSolver.cpp68 void TransparentSolver::processUnit(SATClause* cl) in processUnit() function in SAT::TransparentSolver
135 processUnit(cl); in processUnprocessed()
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/tflite_support/
H A Dmetadata_schema_py_generated.py959 processUnit = ProcessUnit()
960 processUnit.Init(buf, pos)
961 return cls.InitFromObj(processUnit)
964 def InitFromObj(cls, processUnit): argument
966 x._UnPack(processUnit)
970 def _UnPack(self, processUnit): argument
971 if processUnit is None:
973 self.optionsType = processUnit.OptionsType()
974 self.options = ProcessUnitOptionsCreator(self.optionsType, processUnit.Options())
984 processUnit = ProcessUnitEnd(builder)
[all …]
/dports/devel/phpunit8/
H A Dphpunit25564 $this->processUnit($unit, $fileReport);
25582 private function processUnit(array $unit, Report $report) : void
/dports/devel/phpunit9/
H A Dphpunit48008 $this->processUnit($unit, $fileReport);
48026 private function processUnit(array $unit, Report $report) : void