Home
last modified time | relevance | path

Searched refs:theIndentation (Results 1 – 22 of 22) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCDevice.cc35 string myIndentation = theIndentation + " "; in Print()
36 cout << theIndentation << "Device Name: " << name << endl; in Print()
53 string myIndentation = theIndentation + " "; in Print()
69 cout << theIndentation << myHeading << " start" << endl; in Print()
70 string myIndentation = theIndentation + " "; in Print()
74 cout << theIndentation << myHeading << " end" << endl; in Print()
86 cout << theIndentation << myHeading << " empty" << endl; in Print()
89 string myIndentation = theIndentation + " "; in Print()
93 cout << theIndentation << myHeading << " end" << endl; in Print()
102 string myIndentation = theIndentation + " "; in Print()
[all …]
H A DCDevice.hh68 void Print(CTextVector& theSignalName_v, const string theIndentation = "");
70 const string theIndentation = "");
82 void Print(CTextVector& theSignalName_v, const string theIndentation = "",
90 void Print(CTextVector& theSignalName_v, const string theIndentation = "",
93 const string theIndentation = "", const string theHeading = "DeviceList>");
H A DCEventQueue.cc101 void CEventQueue::Print(string theIndentation) { in Print() argument
102 string myIndentation = theIndentation + " "; in Print()
103 cout << theIndentation << "EventQueue(" << gEventQueueTypeMap[queueType] << ")> start" << endl; in Print()
126 cout << theIndentation << "EventQueue> end" << endl; in Print()
170 void CLeakList::Print(string theIndentation) { in Print() argument
171 cout << theIndentation << "LeakList>"; in Print()
189 void CLeakMap::Print(string theIndentation) { in Print() argument
190 string myIndentation = theIndentation + " "; in Print()
191 cout << theIndentation << "LeakMap(" << size() << ")> start" << endl; in Print()
196 cout << theIndentation << "LeakMap> end" << endl; in Print()
H A DCCvcDb_print.cc203 void CCvcDb::PrintEquivalentNets(string theIndentation) { in PrintEquivalentNets() argument
204 string myIndentation = theIndentation + " "; in PrintEquivalentNets()
209 cout << theIndentation << "EquivalentNets> end" << endl; in PrintEquivalentNets()
212 void CCvcDb::PrintInverterNets(string theIndentation) { in PrintInverterNets() argument
213 string myIndentation = theIndentation + " "; in PrintInverterNets()
218 cout << theIndentation << "InverterNets> end" << endl; in PrintInverterNets()
345 cout << theIndentation << "SourceConnectionsTo:"; in PrintSourceDrainConnections()
419 theOutputFile << theIndentation << "> macros" << endl; in PrintPowerList()
424 theOutputFile << theIndentation << " #define"; in PrintPowerList()
432 string myIndentation = theIndentation + " "; in Print()
[all …]
H A DCCircuit.cc180 void CCircuit::Print (const string theIndentation) { in Print() argument
184 cout << theIndentation << "Circuit Name: " << name << endl; in Print()
185 cout << theIndentation << "Linked: " << linked; in Print()
190 string myIndentation = theIndentation + " "; in Print()
223 void CCircuitPtrList::Print (const string theIndentation, const string theHeading) { in Print() argument
224 cout << theIndentation << theHeading << " start" << endl; in Print()
225 string myIndentation = theIndentation + " "; in Print()
230 cout << theIndentation << theHeading << " end" << endl << endl; in Print()
H A DCCondition.cc58 void CCondition::Print(ostream & theLogFile, string theIndentation) { in Print() argument
59 if ( theIndentation == "same-line" ) { in Print()
62 …theLogFile << theIndentation << "Condition: " << parameter << PrintRelation() << numericValue.Form… in Print()
H A DCModel.cc211 void CModel::Print(ostream & theLogFile, bool thePrintDeviceListFlag, string theIndentation) { in Print() argument
212 string myIndentation = theIndentation + " "; in Print()
213 theLogFile << theIndentation << "Model> "<< setw(10) << left << name; in Print()
374 void CModelListMap::Print(ostream & theLogFile, string theIndentation) { in Print() argument
375 string myIndentation = theIndentation + " "; in Print()
376 theLogFile << endl << theIndentation << "ModelList> filename " << filename << endl; in Print()
382 theLogFile << theIndentation << "ModelList> end" << endl << endl; in Print()
385 void CModelListMap::DebugPrint(string theIndentation) { in DebugPrint() argument
386 string myIndentation = theIndentation + " "; in DebugPrint()
387 cout << theIndentation << "ModelList> start" << endl; in DebugPrint()
[all …]
H A DCVirtualNet.cc135 void CVirtualNetVector::Print(string theTitle, string theIndentation) { in Print() argument
136 cout << theIndentation << "VirtualNetVector" << theTitle << "> start " << size() << endl; in Print()
139 …cout << theIndentation + " " << net_it << "->" << (*this)[net_it].nextNetId << "@" << (*this)[net_… in Print()
142 cout << theIndentation << "VirtualNetVector" << theTitle << "> end" << endl; in Print()
H A DCParameterMap.cc46 void CParameterMap::Print(string theIndentation, string theHeading) { in Print() argument
47 string myIndentation = theIndentation + " "; in Print()
48 cout << theIndentation << theHeading << endl; in Print()
H A DCEventQueue.hh58 void Print(string theIndentation = "");
66 void Print(string theIndentation = "");
115 void Print(string theIndentation = "");
H A DCModel.hh105 …void Print(ostream & theLogFile = cout, bool thePrintDeviceListFlag = false, string theIndentation
129 void Print(ostream & theLogFile, string theIndentation = "");
130 void DebugPrint(string theIndentation = "");
H A DCCvcDb.hh395 void PrintEquivalentNets(string theIndentation);
396 void PrintInverterNets(string theIndentation);
402 void PrintSourceDrainConnections(CStatus& theConnectionStatus, string theIndentation);
403 …, deviceId_t theDeviceId, CDeviceIdVector& theNextDeviceId_v, string theIndentation = "", string t…
404 void PrintBulkConnections(netId_t theNetId, string theIndentation, string theHeading);
410 void Print(const string theIndentation = "", const string theHeading = "CVC Database");
411 void PrintPowerList(ostream & theOutputStream, string theHeading = "", string theIndentation = "");
413 …tVirtualNets(CVirtualNetVector& theVirtualNet_v, string theTitle = "", string theIndentation = "");
475 …theSimNet_v, TVirtualNetVector& theMaxNet_v, string theTitle, string theIndentation, bool theUseLe… in PrintAllVirtualNets() argument
476 cout << theIndentation << "VirtualNetVector" << theTitle << "> start " << netCount << endl; in PrintAllVirtualNets()
[all …]
H A DCVirtualNet.hh78 void Print(string theTitle = "", string theIndentation = "");
79 void Print(CNetIdVector& theEquivalentNet_v, string theTitle = "", string theIndentation = "");
H A DCCircuit.hh82 void Print(const string theIndentation = "");
106 void Print(const string theIndentation = "", const string theHeading = "CircuitList>");
H A DCInstance.cc144 void CInstance::Print (const instanceId_t theInstanceId, const string theIndentation) { in Print() argument
145 cout << theIndentation << "Instance> " << theInstanceId << endl; in Print()
146 string myIndentation = theIndentation + " "; in Print()
H A DCParameterMap.hh35 void Print(string theIndentation = "", string theHeading = "");
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
478 string myIndentation = theIndentation + " "; in PrintPowerList()
479 theLogFile << endl << theIndentation << "PowerList> filename " << cvcPowerFilename << endl; in PrintPowerList()
483 theLogFile << theIndentation << "PowerList> end" << endl << endl; in PrintPowerList()
H A DCInstance.hh60 void Print(const instanceId_t theInstanceId, const string theIndentation = "");
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 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()