Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 11 of 11) sorted by relevance

/build/soong/android/
Dconfig_test.go29 jsonTag := field.Tag.Get("json")
37 reflectType.Name(), field.Name, field.Tag, jsonTag, ","+jsonTag)
44 reflectType.Name(), field.Name, field.Tag, requestedName)
Darch.go842 if field.Tag == `android:"arch_variant"` {
843 field.Tag = ""
/build/blueprint/bootstrap/bpdoc/
Dproperties.go56 return p.Name == other.Name && p.Type == other.Type && p.Tag == other.Tag &&
200 if f.Tag != nil {
201 tag, err = strconv.Unquote(f.Tag.Value)
230 Tag: reflect.StructTag(tag),
253 tag := x.Tag.Get(key)
Dbpdoc.go57 Tag reflect.StructTag member
149 key, value, err := blueprint.HasFilter(nestPoint.Tag)
/build/make/tools/
Devent_log_tags.py20 class Tag(object): class
101 self.tags.append(Tag(tag, tagname, description,
/build/make/tools/droiddoc/templates-ndk/
Ddesignpage.cs99 <!-- Start of Tag -->
108 <!-- End of Tag -->
Dsdkpage.cs563 <!-- Start of Tag -->
572 <!-- End of Tag -->
/build/blueprint/proptools/
Dtag.go25 tag := field.Tag.Get(name)
Dtag_test.go65 t.Errorf(`HasTag(%q, "name", "value") = %v, want %v`, field.Tag, got, test.want)
/build/make/target/product/
Dmainline_system.mk38 Tag \
/build/blueprint/
Dunpack.go247 if k, v, err := HasFilter(field.Tag); err != nil {