Home
last modified time | relevance | path

Searched refs:theErrorIndex (Results 1 – 4 of 4) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src_py/
H A DsummaryGUI.py784 def SetCellFilter(self, theErrorIndex): argument
792 myData = myContent.listRef.data[theErrorIndex]
814 def ViewDetails(self, theErrorIndex): argument
822 myData = myContent.listRef.data[theErrorIndex]
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb.hh235 …gzstream & theErrorFile, CFullConnection & theConnections, cvcError_t theErrorIndex, string theExp…
356 size_t IncrementDeviceError(deviceId_t theDeviceId, int theErrorIndex);
H A DCCvcDb_utility.cc742 size_t CCvcDb::IncrementDeviceError(deviceId_t theDeviceId, int theErrorIndex) { in IncrementDeviceError() argument
746 if ( theErrorIndex >= OVERVOLTAGE_VBG && theErrorIndex <= MODEL_CHECK ) { in IncrementDeviceError()
747 myErrorSubIndex = theErrorIndex - OVERVOLTAGE_VBG; in IncrementDeviceError()
776 errorCount[theErrorIndex] += myMFactor; in IncrementDeviceError()
H A DCCvcDb_error.cc239 …gzstream & theErrorFile, CFullConnection & theConnections, cvcError_t theErrorIndex, string theExp… in PrintOverVoltageError() argument
240 …rcuitErrorLimit == 0 || IncrementDeviceError(theConnections.deviceId, theErrorIndex) < cvcParamete… in PrintOverVoltageError()