Searched defs:ksTestSize_Tiny (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:
503 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
838 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
1153 if oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
1444 ksTestSize_Tiny = 'tiny'; variable in class:InstructionTestGen
1446 kasTestSizes = ( ksTestSize_Large, ksTestSize_Medium, ksTestSize_Tiny );
1483 if self.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny:
1658 return self.oOptions.sTestSize == InstructionTestGen.ksTestSize_Tiny;

Completed in 47 milliseconds