Searched defs:macro (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | macros.h | 23 #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/ |
D | SettingsEntryBuilder.kt | 103 val macro = remember { fn(it) } in <lambda>() constant
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 343 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
|
D | Resources.proto | 294 MacroBody macro = 6; field
|
D | ResourceParser.cpp | 900 auto macro = std::make_unique<Macro>(); in ParseMacro() local
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker.cpp | 402 auto macro = ValueCast<Macro>(macro_values[0]->value.get()); in LinkReference() local
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize.cpp | 696 void Visit(const Macro* macro) override { in Visit()
|
D | ProtoDeserialize.cpp | 854 auto macro = std::make_unique<Macro>(); in DeserializeValueFromPb() local
|