Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dmacros.h23 #define _PDX_INDIRECT_EXPAND(macro, args) macro args argument
55 #define _PDX_APPLY_1(macro, head, next, ...) \ argument
59 #define _PDX_APPLY_2(macro, head, next, ...) \ argument
64 #define _PDX_HANDLE_EMPTY_ARGS(macro, ...) \ argument
69 #define PDX_FOR_EACH(macro, ...) \ argument
74 #define _PDX_APPLY_LIST_1(macro, head, next, ...) \ argument
80 #define _PDX_APPLY_LIST_2(macro, head, next, ...) \ argument
85 #define _PDX_APPLY_LIST_0(macro, head, next, ...) \ argument
90 #define _PDX_HANDLE_EMPTY_LIST(macro, ...) \ argument
95 #define PDX_FOR_EACH_LIST(macro, ...) \ argument
[all …]
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
DSettingsEntryBuilder.kt103 val macro = remember { fn(it) } in <lambda>() constant
/frameworks/base/tools/aapt2/
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
DResources.proto294 MacroBody macro = 6; field
DResourceParser.cpp900 auto macro = std::make_unique<Macro>(); in ParseMacro() local
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp402 auto macro = ValueCast<Macro>(macro_values[0]->value.get()); in LinkReference() local
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp696 void Visit(const Macro* macro) override { in Visit()
DProtoDeserialize.cpp854 auto macro = std::make_unique<Macro>(); in DeserializeValueFromPb() local