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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py481 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
486 elif oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium:
503 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
505 elif oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium:
838 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
1153 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
1435 class InstructionTestGen(object): # pylint: disable=R0902 class in inherits:object
1483 if self.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
1490 elif self.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium:
1658 return self.oOptions.sTestSize == InstructionTestGen
[all...]

Completed in 47 milliseconds