Lines Matching refs:alldomains
56 for d in sorted(alldomains.keys()):
57 sctx = alldomains[d]
70 alldomains = {} variable
85 global alldomains
87 alldomains[result] = scontext()
91 global alldomains
92 for d in alldomains:
97 if "appdomain" in alldomains[d].attributes:
98 alldomains[d].appdomain = True
102 global alldomains
104 for d in alldomains:
107 if "coredomain" in alldomains[d].attributes:
108 alldomains[d].coredomain = True
118 if not alldomains[d].entrypointpaths:
120 for path in alldomains[d].entrypointpaths:
126 alldomains[d].fromSystem = True
130 alldomains[d].fromVendor = True
136 global alldomains
138 if not x.sctx in alldomains:
140 alldomains[x.sctx].entrypoints.append(str(x.tctx))
150 alldomains[x.sctx].entrypointpaths.extend(entrypointpath)
155 global alldomains
156 for domain in alldomains:
158 alldomains[domain].attributes.add(result)
181 global alldomains
183 for domain in alldomains:
184 if attr in alldomains[domain].attributes:
192 global alldomains
197 for d in alldomains:
198 domain = alldomains[d]
210 for d in alldomains:
211 domain = alldomains[d]