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

1 2 3

  /cts/tools/dasm/src/java_cup/
sym.java 17 static final int STAR = 15;
lexer.java 22 * , COMMA * STAR
130 char_symbols.put(new Integer('*'), new Integer(sym.STAR));
  /external/nist-sip/java/gov/nist/core/
Separators.java 44 public static final String STAR = "*";
GenericObjectList.java 62 protected static final String STAR = Separators.STAR;
GenericObject.java 56 protected static final String STAR = Separators.STAR;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 28 #define STAR 16
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 28 #define STAR 16
  /external/nist-sip/java/gov/nist/javax/sip/header/
Accept.java 73 return mediaRange.type.compareTo(STAR) == 0;
85 return mediaRange.getSubtype().compareTo(STAR) == 0;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 102 ( STAR NAME (COMMA DOUBLESTAR NAME)?
106 | STAR NAME (COMMA DOUBLESTAR NAME)?
203 (STAR | import_as_name (COMMA import_as_name)*)
302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)*
369 ( STAR test (COMMA DOUBLESTAR test)?
373 | STAR test (COMMA DOUBLESTAR test)?
408 STAR : '*' ;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
fix_itertools_imports.py 24 elif child.type == token.STAR:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 25 STAR = 16
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
fix_itertools_imports.py 24 elif child.type == token.STAR:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 25 STAR = 16
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 180 public static final int STAR = LexerCore.STAR;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 518 | ss=STAR {$value = "*";} // used for k=*
640 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a1.tree);}
644 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a2.tree);}
676 if ( LA(1)==OR || (LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR) )
682 if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR))
784 | STAR
876 | STAR
968 | STAR
1108 STAR: '*' ;
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 173 STAR = 374,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 29 STAR = 16
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 29 STAR = 16
  /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
128 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
129 /* put ALL STAR in front of reg. exp. */
411 case STAR:
435 case STAR:
700 case STAR:
702 return (unary(op2(STAR, np, NIL)));
778 case '*': return STAR;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 117 if child.type == token.STAR:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 117 if child.type == token.STAR:
  /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};
831 case '*' : tokenType = STAR; break;
986 case STAR:
987 match(STAR);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 468 if nodelist[idx + 1][0] == token.STAR:
699 if t == token.STAR:
826 if node[0] == token.STAR or node[0] == token.DOUBLESTAR:
827 if node[0] == token.STAR:
    [all...]

Completed in 333 milliseconds

1 2 3