| /external/catch2/include/internal/ |
| D | catch_capture.hpp | 42 #define INTERNAL_CATCH_TEST( macroName, resultDisposition, ... ) \ argument 55 #define INTERNAL_CATCH_IF( macroName, resultDisposition, ... ) \ argument 60 #define INTERNAL_CATCH_ELSE( macroName, resultDisposition, ... ) \ argument 66 #define INTERNAL_CATCH_NO_THROW( macroName, resultDisposition, ... ) argument 67 #define INTERNAL_CATCH_THROWS( macroName, resultDisposition, ... ) argument 68 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) argument 73 #define INTERNAL_CATCH_NO_THROW( macroName, resultDisposition, ... ) \ argument 87 #define INTERNAL_CATCH_THROWS( macroName, resultDisposition, ... ) \ argument 104 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) \ argument 126 #define INTERNAL_CATCH_MSG( macroName, messageType, resultDisposition, ... ) \ argument [all …]
|
| D | catch_capture_matchers.h | 57 #define INTERNAL_CHECK_THAT( macroName, matcher, resultDisposition, arg ) \ argument 68 #define INTERNAL_CATCH_THROWS_MATCHES( macroName, exceptionType, resultDisposition, matcher, ... ) \ argument
|
| D | catch_message.cpp | 41 Catch::MessageBuilder::MessageBuilder( StringRef const& macroName, in MessageBuilder() 69 …Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer()
|
| D | catch_assertioninfo.h | 19 StringRef macroName; member
|
| D | catch_message.h | 27 StringRef macroName; member
|
| D | catch_assertionhandler.cpp | 56 ( StringRef const& macroName, in AssertionHandler()
|
| /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
| D | InterpretedMacro.java | 40 private final String macroName; field in InterpretedMacro 45 public InterpretedMacro(PCommand command, Template owningTemplate, String macroName, in InterpretedMacro()
|
| D | TemplateInterpreter.java | 435 String macroName = makeWord(node.getMacro()); in caseADefCommand() local 472 String macroName = makeWord(node.getMacro()); in caseACallCommand() local
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| D | BaseCompiledTemplate.java | 246 private final String macroName; field in BaseCompiledTemplate.CompiledMacro 249 protected CompiledMacro(String macroName, String... argumentsNames) { in CompiledMacro()
|
| D | TemplateTranslator.java | 656 public void parseDefNode(JavaExpression macroName, ADefCommand node) { in parseDefNode()
|
| /external/clang/utils/TableGen/ |
| D | ClangASTNodesEmitter.cpp | 36 static std::string macroName(std::string S) { in macroName() function in __anon70af99f00111::ClangASTNodesEmitter
|
| /external/catch2/single_include/catch2/ |
| D | catch.hpp | 1108 StringRef macroName; member 2229 StringRef macroName; member 2328 #define INTERNAL_CATCH_TEST( macroName, resultDisposition, ... ) \ argument 2341 #define INTERNAL_CATCH_IF( macroName, resultDisposition, ... ) \ argument 2346 #define INTERNAL_CATCH_ELSE( macroName, resultDisposition, ... ) \ argument 2351 #define INTERNAL_CATCH_NO_THROW( macroName, resultDisposition, ... ) \ argument 2365 #define INTERNAL_CATCH_THROWS( macroName, resultDisposition, ... ) \ argument 2382 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) \ argument 2402 #define INTERNAL_CATCH_MSG( macroName, messageType, resultDisposition, ... ) \ argument 2410 #define INTERNAL_CATCH_CAPTURE( varName, macroName, ... ) \ argument [all …]
|
| /external/bcc/tests/cc/ |
| D | catch.hpp | 835 std::string macroName; member 1905 std::string macroName; member 2057 #define INTERNAL_CATCH_TEST( expr, resultDisposition, macroName ) \ argument 2071 #define INTERNAL_CATCH_IF( expr, resultDisposition, macroName ) \ argument 2076 #define INTERNAL_CATCH_ELSE( expr, resultDisposition, macroName ) \ argument 2081 #define INTERNAL_CATCH_NO_THROW( expr, resultDisposition, macroName ) \ argument 2095 #define INTERNAL_CATCH_THROWS( expr, resultDisposition, matcher, macroName ) \ argument 2112 #define INTERNAL_CATCH_THROWS_AS( expr, exceptionType, resultDisposition, macroName ) \ argument 2133 #define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, ... ) \ argument 2141 #define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, log ) \ argument [all …]
|
| /external/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 2078 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
|
| /external/skia/tools/bookmaker/ |
| D | includeParser.cpp | 823 string macroName = className + "::" + incName; in checkTokens() local
|
| /external/skqp/tools/bookmaker/ |
| D | includeParser.cpp | 822 string macroName = className + "::" + incName; in checkTokens() local
|