OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:styleable
(Results
1 - 25
of
41
) sorted by null
1
2
/frameworks/base/tools/aapt2/
JavaClassGenerator_test.cpp
63
std::unique_ptr<
Styleable
>
styleable
= util::make_unique<
Styleable
>();
local
66
styleable
->entries.emplace_back(ref);
70
SourceLine{ "test.xml", 21 }, std::move(
styleable
)));
119
std::unique_ptr<
Styleable
>
styleable
= util::make_unique<
Styleable
>();
local
120
styleable
->entries.emplace_back(ResourceNameRef{ mTable->getPackage(),
123
styleable
->entries.emplace_back(ResourceNameRef{ u"com.lib", ResourceType::kAttr, u"bar" })
[
all
...]