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

  /bionic/libc/private/isc/
assertions.h 69 #define REQUIRE(cond) \
78 #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
  /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...]
  /external/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/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 78 public static final int REQUIRE = START + 41;
Lexer.java 190 TokenTypes.REQUIRE);
  /ndk/sources/host-tools/ndk-stack/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...]
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 250 milliseconds