Home
last modified time | relevance | path

Searched refs:ResStringPool_ref (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DResourceTypes.java401 public static class ResStringPool_ref { class in ResourceTypes
409 public ResStringPool_ref(ByteBuffer buf, int offset) { in ResStringPool_ref() method in ResourceTypes.ResStringPool_ref
600 public static final int SIZEOF = ResStringPool_ref.SIZEOF + 8;
609 public final ResStringPool_ref name;
618 name = new ResStringPool_ref(buf, offset); in ResStringPool_span()
619 firstChar = buf.getInt(offset + ResStringPool_ref.SIZEOF); in ResStringPool_span()
620 lastChar = buf.getInt(offset + ResStringPool_ref.SIZEOF + 4); in ResStringPool_span()
675 final ResStringPool_ref comment;
682 this.comment = new ResStringPool_ref(buf, offset + 12); in ResXMLTree_node()
690 this.comment = new ResStringPool_ref(buf, myOffset() + ResChunk_header.SIZEOF + 4); in ResXMLTree_node()
[all …]
H A DResStringPool.java26 import org.robolectric.res.android.ResourceTypes.ResStringPool_ref;
469 final ResStringPool_span styleAt(final ResStringPool_ref ref) { in styleAt()
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h430 struct ResStringPool_ref struct
504 ResStringPool_ref name;
531 inline base::expected<StringPiece16, NullOrIOError> stringAt(const ResStringPool_ref& ref) const { in stringAt()
544 const ResStringPool_ref& ref) const;
629 struct ResStringPool_ref comment;
639 struct ResStringPool_ref data;
652 struct ResStringPool_ref prefix;
655 struct ResStringPool_ref uri;
665 struct ResStringPool_ref ns;
669 struct ResStringPool_ref name;
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp72 ResStringPool_ref* dest;
168 void AddString(StringPiece str, uint32_t priority, android::ResStringPool_ref* dest, in AddString()
182 void AddString(const android::StringPool::Ref& ref, android::ResStringPool_ref* dest) { in AddString()
292 reinterpret_cast<ResStringPool_ref*>(&flat_attr->typedValue.data)); in WriteAttributes()
/aosp_15_r20/frameworks/base/tools/aapt/
H A DStringPool.cpp507 + sizeof(ResStringPool_ref); in writeStringBlock()
531 size_t extra = sizeof(ResStringPool_span)-sizeof(ResStringPool_ref); in writeStringBlock()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1040 const ResStringPool_ref& ref) const in styleAt()