Searched refs:kString (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt2/optimize/ |
D | ResourceFilter_test.cpp | 41 ResourceName({}, ResourceType::kString, "blacklisted"), in TEST() 42 ResourceName({}, ResourceType::kString, "blacklisted2"), in TEST() 65 ResourceName({}, ResourceType::kString, "blacklisted"), in TEST()
|
/frameworks/base/tools/aapt2/ |
D | Resource.cpp | 91 case ResourceType::kString: in to_string() 129 {"string", ResourceType::kString},
|
D | Resource_test.cpp | 110 EXPECT_EQ(*type, ResourceType::kString); in TEST()
|
D | Resource.h | 65 kString, enumerator
|
D | ResourceUtils.cpp | 761 if (type != ResourceType::kString && util::StartsWith(str, "res/")) { in ParseBinaryResValue()
|
D | ResourceParser.cpp | 507 {"string", {ResourceType::kString, android::ResTable_map::TYPE_STRING}}, in ParseResource()
|
/frameworks/base/startop/view_compiler/ |
D | dex_layout_compiler.cc | 38 const TypeDescriptor kString = TypeDescriptor::FromClassname("java.lang.String"); variable 57 Prototype{kView, kView, kString, kContext, kAttributeSet})},
|
D | dex_builder.h | 120 static constexpr Value String(size_t value) { return Value{value, Kind::kString}; } in String() 128 bool is_string() const { return kind_ == Kind::kString; } in is_string() 137 enum class Kind { kInvalid, kLocalRegister, kParameter, kImmediate, kString, kLabel, kType }; enumerator
|