Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 3 of 3) sorted by relevance

/build/soong/scripts/
Djsonmodify_test.py28 field1 = jsonmodify.SetValue("field1")
30 field2 = jsonmodify.SetValue("field2")
Djsonmodify.py49 class SetValue(str): class
101 parser.add_argument("-v", "--value", type=SetValue,
/build/soong/bazel/
Dproperties.go419 func (la *LabelAttribute) SetValue(value Label) { func
505 func (ba *BoolAttribute) SetValue(value *bool) { func
787 func (lla *LabelListAttribute) SetValue(list LabelList) { func
976 predicated.SetValue(valuePartitionTrue)
977 unpredicated.SetValue(valuePartitionFalse)
1161 func (sa *StringAttribute) SetValue(value string) { func