Lines Matching refs:sctx
92 self.sctx = data[1]
216 Rule.sctx not in kwargs['scontext']):
271 for sctx in kwargs['scontext']:
272 scontext |= self.ResolveTypeAttribute(sctx)
611 if not x.sctx in self.alldomains:
613 self.alldomains[x.sctx].entrypoints.append(str(x.tctx))
623 self.alldomains[x.sctx].entrypointpaths.extend(entrypointpath)
660 sctx = self.alldomains[d]
662 print("\tcoredomain="+str(sctx.coredomain))
663 print("\tappdomain="+str(sctx.appdomain))
664 print("\tfromSystem="+str(sctx.fromSystem))
665 print("\tfromVendor="+str(sctx.fromVendor))
666 print("\tattributes="+str(sctx.attributes))
667 print("\tentrypoints="+str(sctx.entrypoints))
669 if sctx.entrypointpaths is not None:
670 for path in sctx.entrypointpaths: