HomeSort by relevance Sort by last modified time
    Searched refs:PLUS (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/Preprocessor/
output_paste_avoid.c 18 #define PLUS +
21 D: +PLUS -EMPTY- PLUS+ f(=)
  /external/ipsec-tools/src/libipsec/
policy_parse.h 44 PLUS = 260,
63 #define PLUS 260
policy_parse.y 139 %token PRIORITY PLUS
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 182 public static final int PLUS = LexerCore.PLUS;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 123 PLUS = 339,
217 #define PLUS 339
glslang_tab.cpp 150 PLUS = 339,
244 #define PLUS 339
774 "EQUAL", "SEMICOLON", "BANG", "DASH", "TILDE", "PLUS", "STAR", "SLASH",
    [all...]
glslang.l 225 "+" { return(PLUS); }
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 133 PLUS = 18 | BINARY_OP_PRECEDENCE(9) | UnaryOpTokenFlag,
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
832 case '+' : tokenType = PLUS; break;
992 case PLUS:
993 match(PLUS);
    [all...]
  /external/icu4c/common/
ucnv_u7.c 88 #define PLUS 43
256 * A plus sign starts Unicode (or "escape") Mode.
274 } else if(b!=PLUS) {
280 } else /* PLUS */ {
371 /* +- i.e. a minus immediately following a plus */
372 *target++=PLUS;
391 /* include the plus sign in the reported sequence */
393 bytes[0]=PLUS;
399 /* un-read the character in case it is a plus sign */
498 } else if(c==PLUS) {
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathGrammar.y 82 %left PLUS MINUS
515 AdditiveExpr PLUS MultiplicativeExpr
XPathParser.cpp 137 case '/': case SLASHSLASH: case '|': case PLUS: case MINUS:
302 return makeTokenAndAdvance(PLUS);
  /ndk/sources/host-tools/nawk-20071023/
b.c 48 #define UNARY case STAR: case PLUS: case QUEST:
53 unary (STAR, PLUS, QUEST): left is child, right is null
408 case PLUS:
436 case PLUS:
703 case PLUS:
705 return (unary(op2(PLUS, np, NIL)));
779 case '+': return PLUS;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.def 61 an rtx code for a commutative binary operation (e.g,, PLUS, MULT)
424 /* plus */
425 DEF_RTL_EXPR(PLUS, "plus", "ee", RTX_COMM_ARITH)
502 form (plus (reg) (reg)) and (plus (reg) (const_int)), where
503 the first operand of the PLUS has to be the same register as
    [all...]
cpplib.h 64 OP(PLUS, "+") /* math */ \
279 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /external/icu4c/i18n/
timezone.cpp 97 #define PLUS 0x002B
    [all...]
vtzone.cpp 38 static const UChar PLUS = 0x2B; /* + */
98 if (str.charAt(start) == PLUS) {
305 if (s == PLUS) {
338 str.append(PLUS);
453 if (value.charAt(0) == PLUS) {
    [all...]
  /external/qemu/android/skin/
keyset.c 97 _KEYSYM1_(PLUS) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 64 OP(PLUS, "+") /* math */ \
279 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 64 OP(PLUS, "+") /* math */ \
279 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /external/qemu/android/
hw-events.h 284 KEY_CODE(PLUS ,243) \

Completed in 4362 milliseconds

1 2