Searched refs:typeLen (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | Split_test.cpp | 147 EXPECT_EQ(String16(baseName.type, baseName.typeLen), in TEST_F() 148 String16(frName.type, frName.typeLen)); in TEST_F() 247 EXPECT_EQ(String16("string"), String16(name.type, name.typeLen)); in TEST_F()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 401 size_t typeLen; in initFromDirName() local 403 typeLen = q - dir; in initFromDirName() 405 typeLen = strlen(dir); in initFromDirName() 408 String8 type(dir, typeLen); in initFromDirName()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 1975 size_t typeLen; member 2149 const char16_t* type = 0, size_t typeLen = 0,
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 4464 outName->type8 = UnpackOptionalString(entry.typeStr.string8(), &outName->typeLen); in getResourceName() 4471 outName->type = UnpackOptionalString(entry.typeStr.string16(), &outName->typeLen); in getResourceName() 5005 const char16_t* type, size_t typeLen, in identifierForName() argument 5094 typeLen = typeEnd-name; in identifierForName() 5107 String8(type, typeLen).string(), in identifierForName() 5130 size_t targetTypeLen = typeLen; in identifierForName() 7342 current_res.typeLen, in createIdmap() 7657 type8 = String8(resName.type8, resName.typeLen); in print() 7659 type8 = String8(resName.type, resName.typeLen); in print() 7753 type8 = String8(resName.type8, resName.typeLen); in print() [all …]
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils.cpp | 71 ToResourceNamedType(name_in.type, name_in.name8, name_in.typeLen); in ToResourceName()
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener_test.cpp | 131 << StringPiece16(actual_name.type, actual_name.typeLen) << "/" in Exists()
|