HomeSort by relevance Sort by last modified time
    Searched refs:PLUS (Results 26 - 50 of 96) sorted by null

12 3 4

  /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/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 283 PLUS : '+';
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.cpp 131 case '/': case SLASHSLASH: case '|': case PLUS: case MINUS:
296 return makeTokenAndAdvance(PLUS);
  /external/chromium_org/tools/gn/
tokenizer.cc 42 return Token::PLUS;
operators.cc 316 // Plus/Minus -----------------------------------------------------------------
456 token.type() == Token::PLUS ||
567 if (op.type() == Token::PLUS)
  /external/ipsec-tools/src/libipsec/
policy_parse.y 139 %token PRIORITY PLUS
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:
  /external/chromium_org/third_party/icu/source/test/intltest/
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/chromium_org/third_party/angle/src/compiler/
glslang.l 238 "+" { return PLUS; }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 61 an rtx code for a commutative binary operation (e.g,, PLUS, MULT)
426 /* plus */
427 DEF_RTL_EXPR(PLUS, "plus", "ee", RTX_COMM_ARITH)
504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where
505 the first operand of the PLUS has to be the same register as
    [all...]
cpplib.h 60 OP(PLUS, "+") /* math */ \
295 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 61 an rtx code for a commutative binary operation (e.g,, PLUS, MULT)
426 /* plus */
427 DEF_RTL_EXPR(PLUS, "plus", "ee", RTX_COMM_ARITH)
504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where
505 the first operand of the PLUS has to be the same register as
    [all...]
cpplib.h 60 OP(PLUS, "+") /* math */ \
295 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 61 an rtx code for a commutative binary operation (e.g,, PLUS, MULT)
426 /* plus */
427 DEF_RTL_EXPR(PLUS, "plus", "ee", RTX_COMM_ARITH)
504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where
505 the first operand of the PLUS has to be the same register as
    [all...]
cpplib.h 60 OP(PLUS, "+") /* math */ \
295 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 61 an rtx code for a commutative binary operation (e.g,, PLUS, MULT)
426 /* plus */
427 DEF_RTL_EXPR(PLUS, "plus", "ee", RTX_COMM_ARITH)
504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where
505 the first operand of the PLUS has to be the same register as
    [all...]
cpplib.h 60 OP(PLUS, "+") /* math */ \
295 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 97 #define PLUS 0x002B
    [all...]
  /external/icu4c/i18n/
timezone.cpp 99 #define PLUS 0x002B
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int PLUS=19;
952 else if ( ((LA7_2>=EQEQ && LA7_2<=PLUS)||LA7_2==21) ) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int PLUS=19;
    [all...]
  /external/qemu/android/skin/
keyset.c 97 _KEYSYM1_(PLUS) \
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 430 example "wildcard plus lookahead" do
570 PLUS : '+' ;
653 | ^(PLUS expr expr)

Completed in 1197 milliseconds

12 3 4