Searched refs:type_spec_flags (Results 1 – 4 of 4) sorted by relevance
327 uint32_t type_spec_flags = 0; in FindByName() local351 type_spec_flags = *flags; in FindByName()372 s->is_public = (type_spec_flags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0; in FindByName()374 (type_spec_flags & android::ResTable_typeSpec::SPEC_STAGED_API) != 0; in FindByName()
1117 value.flags |= (*bag)->type_spec_flags; in ResolveBag()1205 new_bag->type_spec_flags = entry->type_flags; in GetBag()1335 new_bag->type_spec_flags = entry->type_flags | (*parent_bag)->type_spec_flags; in GetBag()1449 if (diff & iter->second->type_spec_flags) { in InvalidateCaches()1528 uint32_t type_spec_flags; member1541 type_spec_flags_ |= (*bag)->type_spec_flags; in ApplyStyle()1569 *entry_it = Entry{it->cookie, (*bag)->type_spec_flags, it->value}; in ApplyStyle()1573 entries_.insert(entry_it, Entry{it->cookie, (*bag)->type_spec_flags, it->value}); in ApplyStyle()1594 uint32_t type_spec_flags = 0u; in GetAttribute() local1601 type_spec_flags |= entry_it->type_spec_flags; in GetAttribute()[all …]
68 uint32_t type_spec_flags; member248 flags(bag->type_spec_flags), resid(0U), config({}) {}; in SelectedValue()
333 const uint32_t* type_spec_flags = reinterpret_cast<const uint32_t*>( in ParseTypeSpec() local338 entry_type_spec_flags_[id] = android::util::DeviceToHost32(type_spec_flags[i]); in ParseTypeSpec()