Lines Matching refs:True
88 self.fEnableIOAPIC = True
90 self.fEnableNestedPaging = True
140 self.fEnablePAE = True
142 self.fSuspendHost = True
152 self.fExtraVm = True
154 self.fLocalCatch = True
187 fRc = oSession.attachHd(sHddPath, sController, fImmutable=True)
190 fRc = fRc and oSession.enableVirtEx(True)
202 fRc = fRc and oSession.setNicTraceEnabled(True, sNicTraceFile)
205 oSession.setupVrdp(True)
209 assert fRc is True
222 if (self.fSuspendHost is True and sys.platform not in self.kasSuspendAllowedPlatforms):
231 if (self.fExtraVm is True):
259 while (True):
275 fRc = True
277 if (self.fExtraVm is True):
283 if (self.fLocalCatch is True):
301 if (self.fSuspendHost is True):
304 if (fRc is not True):
309 if (fRc is True):
316 if (fRc is not True):
319 if (fRc is True):
322 if (fRc is True):
325 reporter.log('Shutdown %s.' % ('success' if fRc is True else 'failed'))
330 if (fRc is not True and self.fLocalCatch is True):
342 if (fRc is not True):
346 if (self.fLocalCatch is True):
350 if (self.fExtraVm is True):
354 return fRc is True