Home
last modified time | relevance | path

Searched refs:StringPoolRef (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DStringPoolRef.java9 class StringPoolRef { class
14 StringPoolRef(final ResStringPool pool, int index) { in StringPoolRef() method in StringPoolRef
H A DCppAssetManager2.java261 StringPoolRef type_string_ref;
265 StringPoolRef entry_string_ref;
777 new StringPoolRef(best_package.GetTypeStringPool(), best_type.id - 1); in FindEntry()
779 new StringPoolRef(best_package.GetKeyStringPool(), best_entry.getKeyIndex()); in FindEntry()
H A DResTable.java786 new StringPoolRef(bestPackage.typeStrings, actualTypeIndex - bestPackage.typeIdOffset);
787 outEntry.keyStr = new StringPoolRef(bestPackage.keyStrings, dtohl(entry.getKeyIndex()));
2753 StringPoolRef typeStr;
2754 StringPoolRef keyStr;
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
H A DAssetManager2.h528 StringPoolRef type_string_ref;
531 StringPoolRef entry_string_ref;
H A DResourceTypes.h583 class StringPoolRef {
585 StringPoolRef() = default;
586 StringPoolRef(const ResStringPool* pool, uint32_t index);
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
H A DAssetManager2.cpp89 StringPoolRef type_string_ref;
93 StringPoolRef entry_string_ref;
957 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal()
958 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal()
H A DResourceTypes.cpp3722 StringPoolRef typeStr;
3723 StringPoolRef keyStr;
6513 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef
6516 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8()
6523 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16()
6825 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6826 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, entry->key()); in getEntry()
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs26345 …ernal/robolectric/resources/src/main/java/org/robolectric/res/android/StringPoolRef.java","externa…