Searched refs:get_grist (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/tools/build/src/build/ |
D | property.py | 186 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))):
|
D | feature.py | 15 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]):
|
D | virtual_target.py | 71 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):
|
D | toolset.py | 336 if get_grist (value):
|
D | generators.py | 324 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)
|
D | targets.py | 904 if get_grist (s):
|
/third_party/boost/tools/build/src/util/ |
D | utility.py | 91 def get_grist (value): function
|
/third_party/boost/tools/build/src/tools/ |
D | builtin.py | 467 properties_grist = get_grist(properties)
|
D | common.py | 661 grist = get_grist(f)
|