Home
last modified time | relevance | path

Searched refs:theLogFile (Results 1 – 16 of 16) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCModel.cc214 theLogFile << right << setw(10) << ModelCount(); in Print()
216 theLogFile << " Parameters>"; in Print()
224 theLogFile << " R=" << resistanceDefinition; in Print()
241 theLogFile << " Unknown type:"; in Print()
245 theLogFile << " Conditions>"; in Print()
247 (*condition_ppit)->Print(theLogFile, "same-line"); in Print()
251 theLogFile << " Cell filter>" << cellFilter; in Print()
254 theLogFile << " Diodes>"; in Print()
259 theLogFile << endl; in Print()
261 theLogFile << myIndentation << "DeviceList> start" << endl; in Print()
[all …]
H A DCCondition.cc58 void CCondition::Print(ostream & theLogFile, string theIndentation) { in Print() argument
60 theLogFile << " " << parameter << PrintRelation() << numericValue.Format(); in Print()
62theLogFile << theIndentation << "Condition: " << parameter << PrintRelation() << numericValue.Form… in Print()
H A DCModel.hh105 …void Print(ostream & theLogFile = cout, bool thePrintDeviceListFlag = false, string theIndentation…
127 …ame, text_t theParameterText, CTextResistanceMap & theParameterResistanceMap, ostream& theLogFile);
129 void Print(ostream & theLogFile, string theIndentation = "");
H A DCPower.cc436 void CPower::Print(ostream & theLogFile, string theIndentation, string theRealPowerName) { in Print() argument
439 theLogFile << theIndentation << powerSignal() << myAlias; in Print()
441 theLogFile << theIndentation << "->" << theRealPowerName; in Print()
444 theLogFile << definition; // for defined voltages in Print()
446 theLogFile << (IsCalculatedVoltage_(this) ? " =>" : " ->") << myDefinition; in Print()
449 theLogFile << " family("; in Print()
451 theLogFile << *relative_it << ";"; in Print()
453 theLogFile << ")"; in Print()
455 theLogFile << endl; in Print()
H A DCCondition.hh44 void Print(ostream & theLogFile = cout, string theIndentation = "");
H A DCCvcParameters.cc477 void CCvcParameters::PrintPowerList(ostream & theLogFile, string theIndentation) { in PrintPowerList() argument
479 theLogFile << endl << theIndentation << "PowerList> filename " << cvcPowerFilename << endl; in PrintPowerList()
481 (*power_ppit)->Print(theLogFile, myIndentation); in PrintPowerList()
483 theLogFile << theIndentation << "PowerList> end" << endl << endl; in PrintPowerList()
H A DCCircuit.hh110 …ircuitErrors(CCvcDb * theCvcDb_p, deviceId_t theErrorLimit, ofstream & theLogFile, ogzstream & the…
H A DCPower.hh111 void Print(ostream & theLogFile, string theIndentation = "", string theRealPowerName = "");
171 void Print(ostream & theLogFile, string theIndentation = "", string theRealPowerName = "");
H A DCCvcParameters.hh133 void PrintPowerList(ostream & theLogFile, string theIndentation = "");
H A DCCircuit.cc243 …ircuitErrors(CCvcDb * theCvcDb_p, deviceId_t theErrorLimit, ofstream & theLogFile, ogzstream & the… in PrintAndResetCircuitErrors() argument
/dports/games/avp/avp-20170505/src/avp/support/
H A Drefobj.cpp334 LogFile theLogFile(filename); in ~Globals() local
335 RefCountObject :: DumpAll(theLogFile); in ~Globals()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOSD_MAllocHook.hxx96 (const char* theLogFile,
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_MAllocHook.hxx96 (const char* theLogFile,
H A DOSD_MAllocHook.cxx276 (const char* theLogFile, in MakeReport() argument
281 FILE* aLogFile = fopen(theLogFile, "r"); in MakeReport()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOSD_MAllocHook.hxx96 (const char* theLogFile,
/dports/devel/staf/src/staf/services/log/
H A DSTAFLogService.cpp90 const STAFString &theLogFile) : in STAFLogFileLocks() argument
93 logFile(theLogFile) in STAFLogFileLocks()