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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py1422 g_aoInstructionTests = [ variable
1458 if len(g_aoInstructionTests) > self.oOptions.cInstrPerFile:
1459 self.cFiles = len(g_aoInstructionTests) / self.oOptions.cInstrPerFile;
1460 if self.cFiles * self.oOptions.cInstrPerFile < len(g_aoInstructionTests):
2117 if iInstrTestEnd > len(g_aoInstructionTests):
2118 iInstrTestEnd = len(g_aoInstructionTests);
2122 oInstrTest = g_aoInstructionTests[iInstrTest];
2144 oInstrTest = g_aoInstructionTests[iInstrTest];
2166 self.write('.szInstr%03u: db \'%s\', 0\n' % (iInstrTest, g_aoInstructionTests[iInstrTest].sName,));

Completed in 105 milliseconds