Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResource.cpp91 case ResourceType::kRaw: in to_string()
129 {"raw", ResourceType::kRaw},
DResource_test.cpp109 EXPECT_EQ(*type, ResourceType::kRaw); in TEST()
215 type = ResourceNamedTypeWithDefaultName(ResourceType::kRaw); in TEST()
216 EXPECT_THAT(type, Eq(ResourceNamedType("raw", ResourceType::kRaw))); in TEST()
DResource.h64 kRaw, enumerator
87 ResourceType type = ResourceType::kRaw;
105 ResourceType type = ResourceType::kRaw;
DResourceUtils.cpp795 if (type == ResourceType::kRaw) { in ParseBinaryResValue()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp715 if (*type != ResourceType::kRaw) { in Compile()
DLink.cpp564 if (type->named_type.type != ResourceType::kRaw && in Flatten()