Home
last modified time | relevance | path

Searched refs:STAR (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/python/Lib/
Dfnmatch.py86 STAR = object()
95 if (not res) or res[-1] is not STAR:
96 add(STAR)
146 while i < n and inp[i] is not STAR:
164 assert inp[i] is STAR
169 assert inp[i] is not STAR
171 while i < n and inp[i] is not STAR:
Dtoken.py22 STAR = 16 variable
88 '*': STAR,
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_9_003.cpp52 #define STAR() * macro
60 void foo(CHAR() STAR()) //R void foo(char *)
61 void foo(CHAR() STAR()AND()) //R void foo(char *&)
/third_party/musl/src/regex/
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/boost/tools/build/src/engine/
Dregexp.cpp103 #define STAR 10 /* node Match this (simple) thing 0 or more times. */ macro
440 reginsert(STAR, ret); in regpiece()
1051 case STAR: in regmatch()
1065 min = (OP(scan) == STAR) ? 0 : 1; in regmatch()
1278 case STAR: in regprop()
/third_party/flutter/skia/src/sksl/
DSkSLLexer.h132 #undef STAR
133 STAR, enumerator
DSkSLUtil.cpp61 case Token::STAREQ: return Token::STAR; in remove_assignment()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Ddp_algo_costmodel.h45 enum EliminationType { OPERA, EDGE, MERGE, CONTRACT, SOURCE, TRIANGLE, STAR }; enumerator
145 : Elimination(nullptr, Elimination::EliminationType::STAR), in StarElimination()
/third_party/python/Grammar/
DTokens18 STAR '*'
/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py25 STAR = 16 variable
/third_party/python/Parser/
Dtoken.c86 case '*': return STAR; in PyToken_OneChar()
/third_party/python/Include/
Dtoken.h29 #define STAR 16 macro
/third_party/python/Lib/lib2to3/fixes/
Dfix_itertools_imports.py24 elif child.type == token.STAR:
Dfix_apply.py59 l_newargs = [pytree.Leaf(token.STAR, "*"), args]
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex57 STAR = "*"
/third_party/skia/src/sksl/lex/
Dsksl.lex61 STAR = "*"
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h171 STAR = 374, enumerator
/third_party/python/Doc/library/
Dtoken-list.inc52 .. data:: STAR
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h227 STAR = 428, enumerator
/third_party/skia/resources/text/
Demoji.txt1 ☀ BLACK SUN WITH RAYS | ☕ HOT BEVERAGE | ☘ SHAMROCK | ☪ STAR AND CRESCENT | ⚽ SOCCER BALL
/third_party/flutter/skia/resources/text/
Demoji.txt1 ☀ BLACK SUN WITH RAYS | ☕ HOT BEVERAGE | ☘ SHAMROCK | ☪ STAR AND CRESCENT | ⚽ SOCCER BALL
/third_party/python/Lib/lib2to3/
Dpatcomp.py116 if child.type == token.STAR:
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h377 STAR = 587, enumerator
/third_party/node/deps/npm/node_modules/semver/
Dsemver.js232 var STAR = R++ variable
233 src[STAR] = '(<|>)?=?\\s*\\*'
1160 return comp.trim().replace(re[STAR], '')
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DArab_Latn.txt32 # ٭ ↔ ; # ARABIC FIVE POINTED STAR // no need to transliterate

12345