Home
last modified time | relevance | path

Searched defs:REQUIRE (Results 1 – 11 of 11) sorted by relevance

/external/catch2/projects/XCode/OCTest/OCTest/
DCatchOCTestCase.mm29 REQUIRE( obj.int_val == 0 ); category
38 REQUIRE( obj.int_val == 0 ); category
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderNames.java86 public static final String REQUIRE = RequireHeader.NAME; //34 field
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java78 public static final int REQUIRE = START + 41; field
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java125 NEGOTIATE, REQUIRE enumConstant
/external/catch2/include/
Dcatch.hpp185 #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/
Dregcomp.c135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregcomp.c262 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/external/llvm/lib/Support/
Dregcomp.c135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c127 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14671 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro
14836 #define REQUIRE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10372 #define REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "REQUIRE" ) macro