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 D | StringPoolRef.java | 9 class StringPoolRef { class 14 StringPoolRef(final ResStringPool pool, int index) { in StringPoolRef() method in StringPoolRef
|
H A D | CppAssetManager2.java | 261 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 D | ResTable.java | 786 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 D | ResourceUtils.h | 34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
|
H A D | AssetManager2.h | 528 StringPoolRef type_string_ref; 531 StringPoolRef entry_string_ref;
|
H A D | ResourceTypes.h | 583 class StringPoolRef { 585 StringPoolRef() = default; 586 StringPoolRef(const ResStringPool* pool, uint32_t index);
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | ResourceUtils.cpp | 52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
|
H A D | AssetManager2.cpp | 89 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 D | ResourceTypes.cpp | 3722 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/ |
D | build.aosp_shiba.ninja.globs | 26345 …ernal/robolectric/resources/src/main/java/org/robolectric/res/android/StringPoolRef.java","externa…
|