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

  /external/nist-sip/java/gov/nist/javax/sip/header/
Require.java 35 * Require SIP Header.
44 public class Require extends SIPHeader implements RequireHeader {
57 public Require() {
58 super(REQUIRE);
64 public Require(String s) {
65 super(REQUIRE);
88 "JAIN-SIP Exception, Require, "
103 * $Log: Require.java,v $
NameMap.java 145 putNameMap(REQUIRE, Require.class.getName()); //34
SIPHeaderNames.java 86 public static final String REQUIRE = RequireHeader.NAME; //34
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RequireParser.java 33 * Parser for Require header.
48 * @param require the header to parse
50 public RequireParser(String require) {
51 super(require);
73 headerName(TokenTypes.REQUIRE);
76 Require r = new Require();
77 r.setHeaderName(SIPHeaderNames.REQUIRE);
91 r = new Require();
114 "Require: 100rel \n"
    [all...]
TokenTypes.java 78 public static final int REQUIRE = START + 41;
Lexer.java 190 TokenTypes.REQUIRE);
  /bionic/libc/upstream-netbsd/libc/include/isc/
assertions.h 72 #define REQUIRE(cond) \
81 #define REQUIRE(cond) ((void) (cond))
  /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 */
316 REQUIRE(MORE(), REG_EPAREN);
372 REQUIRE(MORE(), REG_EESCAPE);
404 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
420 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 126 #define REQUIRE(co, e) if (!(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...]
  /bionic/libc/upstream-netbsd/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))
364 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
414 REQUIRE(MORE(), REG_EPAREN);
470 REQUIRE(MORE(), REG_EESCAPE);
475 REQUIRE(!MORE() || !isdigit((unsigned char)PEEK()), REG_BADRPT);
491 REQUIRE(!wascaret, REG_BADRPT)
    [all...]
  /external/checkpolicy/
policy_scan.l 152 require|REQUIRE { return(REQUIRE); }
policy_parse.y 142 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL
844 require_block : REQUIRE '{' require_list '}'
  /external/mksh/src/
Build.sh     [all...]
  /external/ceres-solver/docs/
solving.tex 29 \REQUIRE Initial point $x$ and a trust region radius $\mu$.
349 The computational cost of using a preconditioner $M$ is the cost of computing $M$ and evaluating the product $M^{-1}y$ for arbitrary vectors $y$. Thus, there are two competing factors to consider: How much of $H$'s structure is captured by $M$ so that the condition number $\kappa(HM^{-1})$ is low, and the computational cost of constructing and using $M$. The ideal preconditioner would be one for which $\kappa(M^{-1}A) =1$. $M=A$ achieves this, but it is not a practical choice, as applying this preconditioner would require solving a linear system equivalent to the unpreconditioned problem. It is usually the case that the more information $M$ has about $H$, the more expensive it is use. For example, Incomplete Cholesky factorization based preconditioners have much better convergence behavior than the Jacobi preconditioner, but are also much more expensive.
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /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 2722 milliseconds