Searched defs:REQUIRE (Results 1 – 11 of 11) sorted by relevance
/external/catch2/projects/XCode/OCTest/OCTest/ |
D | CatchOCTestCase.mm | 29 REQUIRE( obj.int_val == 0 ); category 38 REQUIRE( obj.int_val == 0 ); category
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPHeaderNames.java | 86 public static final String REQUIRE = RequireHeader.NAME; //34 field
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenTypes.java | 78 public static final int REQUIRE = START + 41; field
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnection.java | 125 NEGOTIATE, REQUIRE enumConstant
|
/external/catch2/include/ |
D | catch.hpp | 185 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro 352 #define REQUIRE( ... ) (void)(0) macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 262 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
|
/external/llvm/lib/Support/ |
D | regcomp.c | 135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 127 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 14671 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro 14836 #define REQUIRE( ... ) (void)(0) macro
|
/external/bcc/tests/cc/ |
D | catch.hpp | 10372 #define REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "REQUIRE" ) macro
|