Home
last modified time | relevance | path

Searched refs:get_grist (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/tools/build/src/build/
Dproperty.py186 feature_name = get_grist(s)
252 xg = get_grist (x)
253 yg = get_grist (y)
385 feature_name = get_grist(value)
419 return [p for p in properties if get_grist(p) in features]
470 if get_grist (p) == feature:
529 attributes_new = feature.attributes(get_grist(e))
549 if b2.util.set.intersection(attributes, feature.attributes(get_grist(e))):
Dfeature.py15 from b2.util.utility import add_grist, get_grist, ungrist, replace_grist, to_seq
559 if get_grist (p) == feature:
803 if not get_grist (x) and len (result) > 0 and get_grist (result [-1]):
Dvirtual_target.py71 from b2.util.utility import add_grist, get_grist, ungrist, replace_grist, get_value
336 g = '-'.join ([ungrist(get_grist(actual_name)), str(id(scanner))])
623 if get_grist(suffix):
Dtoolset.py336 if get_grist (value):
Dgenerators.py324 return all(ps.get(get_grist(s)) == [get_value(s)] for s in property_requirements) \
325 and all(ps.get(get_grist(s)) for s in feature_requirements)
Dtargets.py904 if get_grist (s):
/third_party/boost/tools/build/src/util/
Dutility.py91 def get_grist (value): function
/third_party/boost/tools/build/src/tools/
Dbuiltin.py467 properties_grist = get_grist(properties)
Dcommon.py661 grist = get_grist(f)