Home
last modified time | relevance | path

Searched refs:property_set (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/tools/build/src/build/
Dtargets.py80 import property, project, virtual_target, property_set, feature, generators, toolset
163 requirements = property_set.refine_from_user_input(
185 usage_requirements = property_set.create_from_user_input(
200 return property_set.create_with_validation(specification)
268 assert isinstance(ur, property_set.PropertySet) or ur is None
275 self.__usage_requirements = property_set.empty ()
340 def generate (self, property_set): argument
375 assert isinstance(requirements, (type(None), property_set.PropertySet))
376 assert isinstance(default_build, (type(None), property_set.PropertySet))
436 assert isinstance(ps, property_set.PropertySet)
[all …]
Dbuild_request.py15 import b2.build.property_set as property_set namespace
21 assert is_iterable_typed(property_sets, property_set.PropertySet)
28 return [property_set.create(p) for p in product]
35 assert is_iterable_typed(property_sets, property_set.PropertySet)
50 assert is_iterable_typed(property_sets, property_set.PropertySet)
156 return [property_set.create(b2.build.feature.split(r)) for r in result]
Dengine.py12 import b2.build.property_set as property_set namespace
29 assert isinstance(property_set_, property_set.PropertySet)
49 assert isinstance(property_set_, property_set.PropertySet)
54 if property_set:
158 properties = property_set.empty()
162 assert(isinstance(properties, property_set.PropertySet))
225 assert isinstance(property_set_, property_set.PropertySet)
Dvirtual_target.py76 import b2.build.property_set as property_set namespace
254 assert isinstance(prop_set, property_set.PropertySet)
548 ps = property_set.empty()
610 def add_prefix_and_suffix(specified_name, type, property_set): argument
614 property_set = b2.util.jam_to_value_maybe(property_set)
618 suffix = b2.build.type.generated_target_suffix(type, property_set)
630 prefix = b2.build.type.generated_target_prefix(type, property_set)
775 assert(isinstance(prop_set, property_set.PropertySet))
779 prop_set = property_set.empty()
869 assert isinstance(prop_set, property_set.PropertySet)
[all …]
Dtoolset.py14 import feature, property, generators, property_set
44 assert is_iterable_typed(condition, property_set.PropertySet)
164 transformed.append(property_set.create(pl))
176 assert isinstance(ps, property_set.PropertySet)
187 assert is_iterable_typed(conditions, property_set.PropertySet)
188 assert isinstance(ps, property_set.PropertySet)
307 assert isinstance(ps, property_set.PropertySet)
333 assert isinstance(ps, property_set.PropertySet)
371 assert is_iterable_typed(condition, property_set.PropertySet)
Dgenerators.py55 from . import virtual_target, type, property_set, property
309 assert isinstance(ps, property_set.PropertySet)
345 assert isinstance(prop_set, property_set.PropertySet)
381 assert isinstance(prop_set, property_set.PropertySet)
420 assert isinstance(prop_set, property_set.PropertySet)
503 assert isinstance(prop_set, property_set.PropertySet)
543 assert isinstance(prop_set, property_set.PropertySet)
595 assert isinstance(prop_set, property_set.PropertySet)
878 assert isinstance(properties, property_set.PropertySet)
890 if isinstance (targets[0], property_set.PropertySet):
[all …]
Dconfigure.py17 import b2.build.property_set as property_set namespace
96 assert isinstance(ps, property_set.PropertySet)
149 assert isinstance(ps, property_set.PropertySet)
159 rps = property_set.create(relevant)
Dalias.py29 import property_set
44 assert isinstance(properties, property_set.PropertySet)
45 return [property_set.empty(), source_targets]
Dtype.py164 from .property_set import PropertySet
253 from .property_set import PropertySet
287 from .property_set import PropertySet
340 from .property_set import PropertySet
Dproject.py44 from b2.build import property_set, property
480 attributes.set("requirements", property_set.empty(), exact=True)
481 attributes.set("usage-requirements", property_set.empty(), exact=True)
482 attributes.set("default-build", property_set.empty(), exact=True)
874 assert (isinstance(specification, property_set.PropertySet)
881 isinstance(specification, (property_set.PropertySet, type(None), basestring))
888 self.requirements = property_set.refine_from_user_input(
912 new = property_set.create(existing.all() + t)
914 new = property_set.create(t)
919 self.__dict__["default-build"] = property_set.create(specification)
/third_party/boost/tools/build/src/tools/
Dmake.py17 import b2.build.property_set
22 def construct(self, name, source_targets, property_set): argument
24 action_name = property_set.get("<action>")[0]
25 action = Action(get_manager(), source_targets, action_name[1:], property_set)
28 return [ b2.build.property_set.empty(),
Dbuiltin.py14 from b2.build import feature, property, virtual_target, generators, type, property_set, scanner
58 inherited = property_set.empty()
73 explicit_properties = property_set.create_with_validation(explicit_properties)
457 assert isinstance(prop_set, property_set.PropertySet)
541 assert isinstance(prop_set, property_set.PropertySet)
562 usage_requirements = property_set.create(['<xdll-path>' + p for p in search])
581 assert isinstance(properties, property_set.PropertySet)
602 assert isinstance(prop_set, property_set.PropertySet)
635 assert isinstance(prop_set, property_set.PropertySet)
680 ur = ur.add(property_set.create(['<xdll-path>' + p for p in extra_xdll_path]))
[all …]
Dmessage.py12 import b2.build.property_set as property_set namespace
34 return (property_set.empty(), [])
Dcast.py28 from b2.build import targets, virtual_target, property_set, type as type_
39 assert isinstance(ps, property_set.PropertySet)
53 return property_set.empty(), result
Dsymlink.py15 import b2.build.property_set as property_set namespace
64 return (property_set.empty(), self.virtual_targets)
Dstage.py16 import b2.build.property_set as property_set namespace
95 return property_set.create(properties)
126 assert isinstance(r, property_set.PropertySet)
137 return (property_set.empty(), result)
Drc.py87 def __call__(self, targets, sources, property_set): argument
89 self.function(targets, sources, property_set)
Dmsvc.py33 from b2.build import feature, type, toolset, generators, property_set
334 def __call__(self, targets, sources, property_set): argument
337 action_name = self.setup_func(targets, sources, property_set)
343 self.function(targets, sources, property_set)
582 generated = Generator.run(self,project,name,property_set.create(properties),[pch_header])
593 return property_set.PropertySet(result_props), generated
Dcommon.py652 from ..build.property_set import PropertySet
713 from ..build.property_set import PropertySet
784 from ..build.property_set import PropertySet
797 from ..build.property_set import PropertySet
Dtesting.py307 from ..build.property_set import PropertySet
326 from ..build.property_set import PropertySet
/third_party/boost/tools/build/src/
Dmanager.py28 from build import build_request, property_set, feature
39 self.command_line_free_features_ = property_set.empty()
97 build_prop_sets.append (property_set.create (feature.split (p)))
100 build_prop_sets = [property_set.empty ()]
Dbuild_system.py25 from b2.build import feature, property_set
603 expanded = [property_set.empty()]
610 manager.set_command_line_free_features(property_set.create(p.free()))
/third_party/boost/boost/polygon/detail/
Dproperty_merge.hpp59 typedef keytype property_set; typedef in boost::polygon::merge_scanline
67 …typedef std::pair<property_merge_interval<coordinate_type>, std::pair<property_set, property_set> …
213 static inline void setProperty(property_set& pset, property_map& pmap) { in setProperty()
482 inline void insertEdges(T& graph, property_set& p1, property_set& p2) { in insertEdges()
483 for(typename property_set::iterator itr = p1.begin(); itr != p1.end(); ++itr) { in insertEdges()
484 for(typename property_set::iterator itr2 = p2.begin(); itr2 != p2.end(); ++itr2) { in insertEdges()
494 inline void propertySetAbove(coordinate_type y, property_set& ps, T& scanline) { in propertySetAbove()
502 inline void propertySetBelow(coordinate_type y, property_set& ps, T& scanline) { in propertySetBelow()
516 property_set ps; in writeGraph()
565 … std::pair<property_set, polygon_set_type> element(edge.second.first, polygon_set_type(VERTICAL)); in writeOutput()
[all …]
/third_party/boost/tools/build/src/contrib/
Dboost.py57 from b2.build import alias, property, property_set, feature
69 __boost_auto_config = property_set.create([property.Property('layout', 'system')])
120 __boost_configured[ version ] = property_set.PropertySet(properties)
199 tag_prop_set = property_set.create([property.Property('<tag>', tag_std)])
/third_party/mesa3d/include/android_stub/cutils/
Dproperties.h111 int property_set(const char *key, const char *value);

12