Home | History | Annotate | Download | only in tests

Lines Matching refs:sctx

56         sctx = alldomains[d]
58 print "\tcoredomain="+str(sctx.coredomain)
59 print "\tappdomain="+str(sctx.appdomain)
60 print "\tfromSystem="+str(sctx.fromSystem)
61 print "\tfromVendor="+str(sctx.fromVendor)
62 print "\tattributes="+str(sctx.attributes)
63 print "\tentrypoints="+str(sctx.entrypoints)
65 if sctx.entrypointpaths is not None:
66 for path in sctx.entrypointpaths:
133 if not x.sctx in alldomains:
135 alldomains[x.sctx].entrypoints.append(str(x.tctx))
145 alldomains[x.sctx].entrypointpaths.extend(entrypointpath)