Lines Matching defs:self

39   def __init__(self):  argument
205 def __init__(self, mount_point, fs_type, device, length, device2, context): argument
746 def __init__(self): argument
750 def GetPasswords(self, items): argument
785 def PromptResult(self, current): # pylint: disable=no-self-use argument
802 def UpdateAndReadFile(self, current): argument
825 def ReadFile(self): argument
940 def __init__(self, **kwargs): argument
966 def _DoCall(self, function_name, *args, **kwargs): argument
976 def FullOTA_Assertions(self): argument
982 def FullOTA_InstallBegin(self): argument
986 def FullOTA_InstallEnd(self): argument
991 def IncrementalOTA_Assertions(self): argument
997 def IncrementalOTA_VerifyBegin(self): argument
1003 def IncrementalOTA_VerifyEnd(self): argument
1009 def IncrementalOTA_InstallBegin(self): argument
1014 def IncrementalOTA_InstallEnd(self): argument
1021 def __init__(self, name, data): argument
1034 def WriteToTemp(self): argument
1040 def AddToZip(self, z, compression=None): argument
1052 def __init__(self, tf, sf, diff_program=None): argument
1058 def ComputePatch(self): argument
1117 def GetPatch(self): argument
1171 def __init__(self, partition, tgt, src=None, check_first_block=False, argument
1198 def WriteScript(self, script, output_zip, progress=None): argument
1210 def WriteVerifyScript(self, script): argument
1247 def _WritePostInstallVerifyScript(self, script): argument
1278 def _WriteUpdate(self, script, output_zip): argument
1296 def _HashBlocks(self, source, ranges): # pylint: disable=no-self-use argument
1305 def _HashZeroBlocks(self, num_blocks): # pylint: disable=no-self-use argument
1317 def _CheckFirstBlock(self, script): argument