Searched refs:STAR (Results 1 - 25 of 53) sorted by relevance

123

/external/nist-sip/java/gov/nist/core/
H A DSeparators.java44 public static final String STAR = "*"; field in interface:Separators
H A DGenericObjectList.java62 protected static final String STAR = Separators.STAR; field in class:GenericObjectList
H A DGenericObject.java56 protected static final String STAR = Separators.STAR; field in class:GenericObject
/external/python/cpython2/Include/
H A Dtoken.h28 #define STAR 16 macro
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAccept.java73 return mediaRange.type.compareTo(STAR) == 0;
85 return mediaRange.getSubtype().compareTo(STAR) == 0;
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g102 ( 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 : '*' ;
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_apply.py61 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
H A Dfix_itertools_imports.py24 elif child.type == token.STAR:
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dtoken.py25 STAR = 16 variable
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java180 public static final int STAR = LexerCore.STAR; field in interface:TokenTypes
/external/skia/src/sksl/
H A DSkSLToken.h45 STAR, enumerator in enum:SkSL::Token::Kind
148 case Token::STAR: return String("*");
H A Dsksl.flex144 "*" { return SkSL::Token::STAR; }
H A DSkSLIRGenerator.cpp984 case Token::STAR: // fall through
988 if (determine_binary_type(context, Token::STAR, left.componentType(),
1107 case Token::STAR: return RESULT(Int, *);
1141 case Token::STAR: return RESULT(Float, *);
1180 case Token::STAR: RETURN_VEC_COMPONENTWISE_RESULT(*);
1319 arguments[1].reset(new BinaryExpression(Position(), std::move(scale), Token::STAR,
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g518 | 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/python/cpython2/Lib/
H A Dtoken.py27 STAR = 16 variable
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h171 STAR = 374, enumerator in enum:yytokentype
H A Dglslang.l382 "*" { return(STAR); }
H A Dglslang_tab.cpp258 STAR = 374, enumerator in enum:yytokentype
764 "EQUAL", "SEMICOLON", "BANG", "DASH", "TILDE", "PLUS", "STAR", "SLASH",
/external/python/cpython2/Lib/lib2to3/
H A Dpatcomp.py117 if child.type == token.STAR:
H A Dfixer_util.py430 elif package and n.type == token.STAR:
/external/python/cpython2/Parser/
H A Dparser.c198 if (TYPE(ch) == STAR)
H A Dpgen.c273 if (n->n_type == STAR)
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py468 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:
1267 if node[0]==token.STAR:
/external/python/cpython2/Modules/
H A Dparsermodule.c933 #define validate_star(ch) validate_terminal(ch, STAR, "*")
1226 if (sym == STAR) {
1274 if (sym == STAR || sym == DOUBLESTAR)
1304 || TYPE(CHILD(tree, i)) == STAR))
1940 else if (res && TYPE(CHILD(tree, offset + 2)) != STAR)
2419 res = (((TYPE(CHILD(tree, pos)) == STAR)
2815 else if (sym == STAR) {
/external/openssh/openbsd-compat/
H A Dglob.c93 #define STAR '*' macro
530 case STAR:

Completed in 527 milliseconds

123