D | both_generator.py | 38 def AssertSomeFingerprint(self, *a): self._DoBoth("AssertSomeFingerprint", *a) argument 39 def AssertOlderBuild(self, *a): self._DoBoth("AssertOlderBuild", *a) argument 40 def AssertDevice(self, *a): self._DoBoth("AssertDevice", *a) argument 41 def AssertSomeBootloader(self, *a): self._DoBoth("AssertSomeBootloader", *a) argument 42 def ShowProgress(self, *a): self._DoBoth("ShowProgress", *a) argument 43 def PatchCheck(self, *a): self._DoBoth("PatchCheck", *a) argument 44 def CacheFreeSpaceCheck(self, *a): self._DoBoth("CacheFreeSpaceCheck", *a) argument 45 def Mount(self, *a): self._DoBoth("Mount", *a) argument 46 def UnpackPackageDir(self, *a): self._DoBoth("UnpackPackageDir", *a) argument 47 def Comment(self, *a): self._DoBoth("Comment", *a) argument [all …]
|