Home
last modified time | relevance | path

Searched defs:macro (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
H A DSettingsEntryBuilder.kt103 val macro = remember { fn(it) } regex
/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp343 Macro* macro = test::GetValue<Macro>(&table_, "macro/foo"); in TEST_F() local
357 Macro* macro = test::GetValue<Macro>(&table_, "macro/foo"); in TEST_F() local
376 Macro* macro = test::GetValue<Macro>(&table_, "macro/foo"); in TEST_F() local
392 Reference* macro = test::GetValue<Reference>(&table_, "string/res_string"); in TEST_F() local
H A DResourceParser.cpp900 auto macro = std::make_unique<Macro>(); in ParseMacro() local
/aosp14/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp402 auto macro = ValueCast<Macro>(macro_values[0]->value.get()); in LinkReference() local
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp854 auto macro = std::make_unique<Macro>(); in DeserializeValueFromPb() local
H A DProtoSerialize.cpp696 void Visit(const Macro* macro) override { in Visit()