Searched defs:ARITH (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DExpressionValidate.py140 ARITH = 1 variable in class:_LogicalExpressionParser
222 if Ret == self.ARITH:
225 if Ret == self.ARITH:
261 Ret = self.ARITH
281 return self.ARITH
292 if self.LogicalExpression() == self.ARITH:

Completed in 32 milliseconds