Searched refs:Tag (Results 1 – 11 of 11) sorted by relevance
/build/soong/android/ |
D | config_test.go | 29 jsonTag := field.Tag.Get("json") 37 reflectType.Name(), field.Name, field.Tag, jsonTag, ","+jsonTag) 44 reflectType.Name(), field.Name, field.Tag, requestedName)
|
D | arch.go | 842 if field.Tag == `android:"arch_variant"` { 843 field.Tag = ""
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 56 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)
|
D | bpdoc.go | 57 Tag reflect.StructTag member 149 key, value, err := blueprint.HasFilter(nestPoint.Tag)
|
/build/make/tools/ |
D | event_log_tags.py | 20 class Tag(object): class 101 self.tags.append(Tag(tag, tagname, description,
|
/build/make/tools/droiddoc/templates-ndk/ |
D | designpage.cs | 99 <!-- Start of Tag --> 108 <!-- End of Tag -->
|
D | sdkpage.cs | 563 <!-- Start of Tag --> 572 <!-- End of Tag -->
|
/build/blueprint/proptools/ |
D | tag.go | 25 tag := field.Tag.Get(name)
|
D | tag_test.go | 65 t.Errorf(`HasTag(%q, "name", "value") = %v, want %v`, field.Tag, got, test.want)
|
/build/make/target/product/ |
D | mainline_system.mk | 38 Tag \
|
/build/blueprint/ |
D | unpack.go | 247 if k, v, err := HasFilter(field.Tag); err != nil {
|