/third_party/python/Lib/ |
D | fnmatch.py | 86 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:
|
D | token.py | 22 STAR = 16 variable 88 '*': STAR,
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_9_003.cpp | 52 #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/ |
D | fnmatch.c | 27 #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/ |
D | regexp.cpp | 103 #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/ |
D | SkSLLexer.h | 132 #undef STAR 133 STAR, enumerator
|
D | SkSLUtil.cpp | 61 case Token::STAREQ: return Token::STAR; in remove_assignment()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | dp_algo_costmodel.h | 45 enum EliminationType { OPERA, EDGE, MERGE, CONTRACT, SOURCE, TRIANGLE, STAR }; enumerator 145 : Elimination(nullptr, Elimination::EliminationType::STAR), in StarElimination()
|
/third_party/python/Grammar/ |
D | Tokens | 18 STAR '*'
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | token.py | 25 STAR = 16 variable
|
/third_party/python/Parser/ |
D | token.c | 86 case '*': return STAR; in PyToken_OneChar()
|
/third_party/python/Include/ |
D | token.h | 29 #define STAR 16 macro
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_itertools_imports.py | 24 elif child.type == token.STAR:
|
D | fix_apply.py | 59 l_newargs = [pytree.Leaf(token.STAR, "*"), args]
|
/third_party/flutter/skia/src/sksl/lex/ |
D | sksl.lex | 57 STAR = "*"
|
/third_party/skia/src/sksl/lex/ |
D | sksl.lex | 61 STAR = "*"
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 171 STAR = 374, enumerator
|
/third_party/python/Doc/library/ |
D | token-list.inc | 52 .. data:: STAR
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 227 STAR = 428, enumerator
|
/third_party/skia/resources/text/ |
D | emoji.txt | 1 ☀ BLACK SUN WITH RAYS | ☕ HOT BEVERAGE | ☘ SHAMROCK | ☪ STAR AND CRESCENT | ⚽ SOCCER BALL
|
/third_party/flutter/skia/resources/text/ |
D | emoji.txt | 1 ☀ BLACK SUN WITH RAYS | ☕ HOT BEVERAGE | ☘ SHAMROCK | ☪ STAR AND CRESCENT | ⚽ SOCCER BALL
|
/third_party/python/Lib/lib2to3/ |
D | patcomp.py | 116 if child.type == token.STAR:
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 377 STAR = 587, enumerator
|
/third_party/node/deps/npm/node_modules/semver/ |
D | semver.js | 232 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/ |
D | Arab_Latn.txt | 32 # ٭ ↔ ; # ARABIC FIVE POINTED STAR // no need to transliterate
|