/build/tools/releasetools/ |
D | both_generator.py | 19 def __init__(self, version): argument 24 def MakeTemporary(self): argument 30 def AppendScript(self, other): argument 34 def _DoBoth(self, name, *args): argument 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 [all …]
|
D | amend_generator.py | 23 def __init__(self): argument 27 def MakeTemporary(self): argument 56 def AppendScript(self, other): argument 62 def AssertSomeFingerprint(self, *fp): argument 68 def AssertOlderBuild(self, timestamp): argument 74 def AssertDevice(self, device): argument 79 def AssertSomeBootloader(self, *bootloaders): argument 85 def ShowProgress(self, frac, dur): argument 90 def SetProgress(self, frac): argument 94 def PatchCheck(self, filename, *sha1): argument [all …]
|
D | edify_generator.py | 24 def __init__(self, version): argument 29 def MakeTemporary(self): argument 65 def AppendScript(self, other): argument 70 def AssertSomeFingerprint(self, *fp): argument 81 def AssertOlderBuild(self, timestamp): argument 87 def AssertDevice(self, device): argument 93 def AssertSomeBootloader(self, *bootloaders): argument 101 def ShowProgress(self, frac, dur): argument 107 def SetProgress(self, frac): argument 113 def PatchCheck(self, filename, *sha1): argument [all …]
|
D | common.py | 325 def __init__(self): argument 329 def GetPasswords(self, items): argument 363 def PromptResult(self, current): argument 379 def UpdateAndReadFile(self, current): argument 403 def ReadFile(self): argument 434 def __init__(self, **kwargs): argument 457 def _DoCall(self, function_name, *args, **kwargs): argument 467 def FullOTA_Assertions(self): argument 473 def FullOTA_InstallEnd(self): argument 478 def IncrementalOTA_Assertions(self): argument [all …]
|
D | ota_from_target_files | 107 def __init__(self, name, dir=False): argument 122 def Dump(self, indent=0): argument 161 def CountChildMetadata(self): argument 206 def SetPermissions(self, script): argument 400 def __init__(self, name, data): argument 406 def WriteToTemp(self): argument 412 def AddToZip(self, z): argument 438 def __init__(self, tf, sf): argument 443 def ComputePatch(self): argument 482 def GetPatch(self): argument
|
/build/core/ |
D | checktree | 34 def __init__(self,value): argument 36 def __str__(self): argument
|