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

  /bionic/libc/private/isc/
assertions.h 69 #define REQUIRE(cond) \
78 #define REQUIRE(cond) ((void) (cond))
  /bionic/libc/regex/
regcomp.c 126 #define REQUIRE(co, e) ((co) || SETERROR(e))
127 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
128 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
129 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
307 REQUIRE(MORE(), REG_EPAREN);
363 REQUIRE(MORE(), REG_EESCAPE);
368 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
384 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 15 milliseconds