Searched defs:variant (Results 1 - 9 of 9) sorted by relevance

/pkg/src/tests/api/
H A Dt_variant.py34 import pkg.variant as variant namespace
47 vct_1 = variant.VariantCombinationTemplate(
53 vct_2 = variant.VariantCombinationTemplate(
61 vct_3 = variant.VariantCombinationTemplate(
68 vct_3 = variant.VariantCombinationTemplate(
70 vct_m = variant.VariantCombinationTemplate(set([]))
88 vct_1 = variant.VariantCombinationTemplate(
90 vct_2 = variant.VariantCombinationTemplate(
92 vct_3 = variant
[all...]
H A Dt_manifest.py42 import pkg.variant as variant namespace
90 dir owner=root path=usr/bin group=bin mode=0755 variant.arch=i386 variant.arch=sparc
97 hardlink path=usr/bin/amd64/rksh93 target=ksh93 variant.opensolaris.zone=global
164 dir group=bin mode=0755 owner=root path=usr/bin variant.arch=i386 variant.arch=sparc
166 hardlink path=usr/bin/amd64/rksh93 target=ksh93 variant.opensolaris.zone=global
260 link path=bin/change-link target=change variant.opensolaris.zone=global
267 link path=bin/change-link target=change variant
[all...]
H A Dt_catalog.py48 import pkg.variant as variant namespace
118 """value="Sparc Application" variant.arch=sparc\n"""
120 """value="i386 Application" variant.arch=i386\n"""
121 "set name=variant.arch value=i386 value=sparc\n"
125 " variant.arch=sparc\n"
144 "set name=variant.arch value=i386 value=sparc",
163 """value="i386 Application" variant.arch=i386"""),
174 """value="Sparc Application" variant.arch=sparc"""),
176 """value="i386 Application" variant
[all...]
/pkg/src/modules/lint/
H A Dbase.py33 import pkg.variant as variant namespace
133 have matching variant values for any variant.
149 vc = variant.VariantCombinations(var, True)
152 cmp_var = variant.VariantCombinations(
191 vc = variant.VariantCombinations(var, True)
210 cmp_var = variant.VariantCombinations(
/pkg/src/modules/flavor/
H A Dbase.py31 import pkg.variant as variant namespace
175 return variant.VariantCombinations(variants,
/pkg/src/util/publish/
H A Dpkgdiff.py38 import pkg.variant as variant namespace
91 usage(_("variant option incorrect {0}").format(
93 if not args[0].startswith("variant."):
94 args[0] = "variant." + args[0]
113 usage(_("For any variant, only one value may be "
157 # filter variant
167 "variant {vname}={filt}".format(**locals())))
168 # remove the variant tag
175 variant
[all...]
/pkg/src/modules/actions/
H A Dgeneric.py49 import pkg.variant as variant namespace
726 """Return the names of any facet or variant tags in this
733 return [k for k in attrs if k[:8] == "variant."], \
737 """Return the VariantCombinationTemplate that the variant tags
740 return variant.VariantCombinationTemplate(dict((
752 # strip out variant and facet information
753 if key[:8] == "variant." or key[:6] == "facet.":
772 """Remove all variant tags from the attrs dictionary."""
775 if k.startswith("variant
[all...]
/pkg/src/modules/
H A Dmanifest.py48 import pkg.variant as variant namespace
295 # manifest, indexed by unique key and variant combination
439 emit_variants = "pkg.variant" not in self
451 # both and so will not be tagged with variant.
453 if name[:8] == "variant.":
456 # List of possible facets and under what variant combinations
460 # Unique (facet, value) (variant, value) combinations.
467 if attrs["name"][:12] == "pkg.variant":
475 if attr[:8] == "variant
[all...]
/pkg/src/modules/client/
H A Dimageconfig.py46 import pkg.variant as variant namespace
127 cfg.PropertySection("variant", properties=[]),
216 cfg.PropertySection("variant", properties=[]),
290 self.variants = variant.Variants()
423 # variant can impact the processing of publishers. (Notably,
426 self.variants.update(idx.get("variant", {}))
429 for k, v in six.iteritems(idx.get("variant", {})):
430 # convert variant name from unicode to a string
440 if "variant
[all...]

Completed in 25 milliseconds