Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dfnmatch.py80 STAR = object()
89 if (not res) or res[-1] is not STAR:
90 add(STAR)
156 while i < n and inp[i] is not STAR:
159 # Now deal with STAR fixed STAR fixed ...
160 # For an interior `STAR fixed` pairing, we want to do a minimal
167 assert inp[i] is STAR
172 assert inp[i] is not STAR
174 while i < n and inp[i] is not STAR
[all...]
H A Dtoken.py22 STAR = 16 variable
88 '*': STAR,
/third_party/musl/src/regex/
H A Dfnmatch.c27 #define STAR -5 macro
84 return STAR; in pat_next()
178 case STAR: in fnmatch_internal()
211 case STAR: in fnmatch_internal()
270 if (c == STAR) { in fnmatch_internal()
287 if (c == STAR) continue; in fnmatch_internal()
/third_party/python/Lib/test/
H A Dtest_tokenize.py1401 self.assertExactTypeEqual('*', token.STAR)
1979 STAR '*' (1, 24) (1, 25)
1994 STAR '*' (1, 15) (1, 16)
2093 STAR '*' (1, 8) (1, 9)
2097 STAR '*' (1, 12) (1, 13)
2124 STAR '*' (1, 2) (1, 3)
2130 STAR '*' (1, 8) (1, 9)
/third_party/python/Include/
H A Dtoken.h29 #define STAR 16 macro
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_apply.py59 l_newargs = [pytree.Leaf(token.STAR, "*"), args]
H A Dfix_itertools_imports.py24 elif child.type == token.STAR:
/third_party/python/Parser/
H A Dtoken.c25 "STAR",
86 case '*': return STAR; in PyToken_OneChar()
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py25 STAR = 16 variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h171 STAR = 374, enumerator
H A Dglslang_tab.cpp258 STAR = 374, enumerator
764 "EQUAL", "SEMICOLON", "BANG", "DASH", "TILDE", "PLUS", "STAR", "SLASH",
H A Dglslang.y183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
427 | multiplicative_expression STAR unary_expression {
H A Dglslang_lex.cpp2289 { return(STAR); }
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.h227 STAR = 428, enumerator
H A Dglslang.y198 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
428 | multiplicative_expression STAR unary_expression {
H A Dglslang_tab_autogen.cpp316 STAR = 428, enumerator
946 "STAR",
H A Dglslang_lex_autogen.cpp2079 YY_RULE_SETUP { return STAR; }
/third_party/python/Lib/lib2to3/
H A Dpatcomp.py116 if child.type == token.STAR:
H A Dfixer_util.py451 elif package and n.type == token.STAR:
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp.h424 STAR = 625, /* STAR */ enumerator
H A DScan.cpp848 case '*': return STAR; in tokenize()

Completed in 37 milliseconds