Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResource.cpp89 case ResourceType::kRaw: in to_string()
128 {"raw", ResourceType::kRaw},
DResource.h64 kRaw, enumerator
90 ResourceType type = ResourceType::kRaw;
110 ResourceType type = ResourceType::kRaw;
DResource_test.cpp106 EXPECT_EQ(*type, ResourceType::kRaw); in TEST()
DResourceUtils.cpp772 if (type == ResourceType::kRaw) { in ParseBinaryResValue()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp687 if (*type != ResourceType::kRaw) { in Compile()
DLink.cpp541 if (type->type != ResourceType::kRaw && in Flatten()