HomeSort by relevance Sort by last modified time
    Searched defs:REQUIRE (Results 1 - 14 of 14) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
assertions.h 72 #define REQUIRE(cond) \
81 #define REQUIRE(cond) ((void) (cond))
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 86 public static final String REQUIRE = RequireHeader.NAME; //34
  /external/catch2/include/
catch.hpp 185 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS__ )
250 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ )
352 #define REQUIRE( ... ) (void)(0)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 195 #define REQUIRE(co, e) (void) ((co) || SETERROR(e))
196 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
197 #define MUSTEAT(c, e) (void) (REQUIRE(MORE() && GETNEXT() == (c), e))
198 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
363 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
413 REQUIRE(MORE(), REG_EPAREN);
469 REQUIRE(MORE(), REG_EESCAPE);
474 REQUIRE(!MORE() || !isdigit((unsigned char)PEEK()), REG_BADRPT);
492 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /external/llvm/lib/Support/
regcomp.c 135 #define REQUIRE(co, e) (void)((co) || SETERROR(e))
136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
324 REQUIRE(MORE(), REG_EPAREN);
380 REQUIRE(MORE(), REG_EESCAPE);
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
428 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 78 public static final int REQUIRE = START + 41;
Lexer.java 190 TokenTypes.REQUIRE);
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 127 #define REQUIRE(co, e) (void)((co) || SETERROR(e))
128 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
130 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
315 REQUIRE(MORE(), REG_EPAREN);
371 REQUIRE(MORE(), REG_EESCAPE);
376 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
392 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regcomp.c 262 #define REQUIRE(co, e) (void)((co) || SETERROR(e))
263 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
264 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
265 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
405 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
451 REQUIRE(MORE(), REG_EPAREN);
507 REQUIRE(MORE(), REG_EESCAPE);
539 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
555 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 135 #define REQUIRE(co, e) (void)((co) || SETERROR(e))
136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
324 REQUIRE(MORE(), REG_EPAREN);
380 REQUIRE(MORE(), REG_EESCAPE);
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
428 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 125 NEGOTIATE, REQUIRE
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 2464 milliseconds