Searched refs:DepexList (Results 1 – 5 of 5) sorted by relevance
108 DepexList = []114 if DepexList != []:115 DepexList.append('AND')116 DepexList.append('(')117 DepexList.extend(Dep)118 if DepexList[-1] == 'END': # no need of a END at this time119 DepexList.pop()120 DepexList.append(')')121 if 'BEFORE' in DepexList or 'AFTER' in DepexList:137 if DepexList:[all …]
159 DepexList = []180 DepexList.append(Guid)183 DepexList.append(Guid)187 …DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(Depe…190 DepexList.append(Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexList.pop()))193 DepexList.append('TRUE')197 DepexList.append('False')206 if DepexList != []:207 DepexString = DepexList[0].strip()
2847 DepexList = []2864 DepexList.append({(Arch, ModuleType): DepexExpr})2869 DepexList.append({(Arch, ModuleType): DepexExpr})2873 for Depex in DepexList:2884 for Depex in DepexList:2915 DepexList = self._DepexList[ModuleType]2922 if DepexList != []:2923 DepexList.append('AND')2924 DepexList.append('(')2925 DepexList.extend(D)[all …]
872 DepexList = []876 DepexList.append((DepexGuid, DepexVersion))878 return DepexList
2569 DepexList = Depex[Arch, ModuleType]2572 DepexList.append(Token)2579 DepexList.append(Module.Guid)2592 DepexList.append(Value)