/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_lexer.l | 32 #define TOKEN(t) (ir3_yylval.tok = t) macro 109 "@localsize" return TOKEN(T_A_LOCALSIZE); 110 "@const" return TOKEN(T_A_CONST); 111 "@buf" return TOKEN(T_A_BUF); 112 "@invocationid" return TOKEN(T_A_INVOCATIONID); 113 "@wgid" return TOKEN(T_A_WGID); 114 "@numwg" return TOKEN(T_A_NUMWG); 115 "@branchstack" return TOKEN(T_A_BRANCHSTACK); 116 "@in" return TOKEN(T_A_IN); 117 "@out" return TOKEN(T_A_OUT); [all …]
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | lexer.l | 32 #define TOKEN(t) (yylval.tok = t) macro 55 "nop" return TOKEN(T_OP_NOP); 56 "add" return TOKEN(T_OP_ADD); 57 "addhi" return TOKEN(T_OP_ADDHI); 58 "sub" return TOKEN(T_OP_SUB); 59 "subhi" return TOKEN(T_OP_SUBHI); 60 "and" return TOKEN(T_OP_AND); 61 "or" return TOKEN(T_OP_OR); 62 "xor" return TOKEN(T_OP_XOR); 63 "not" return TOKEN(T_OP_NOT); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/ |
D | ResourceScriptTokenList.h | 16 TOKEN(Invalid) // Invalid token. Should not occur in a valid script. 17 TOKEN(Int) // Integer (decimal, octal or hexadecimal). 18 TOKEN(String) // String value. 19 TOKEN(Identifier) // Script identifier (resource name or type).
|
D | ResourceScriptToken.h | 32 #define TOKEN(Name) Name, macro 35 #undef TOKEN
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLParser.cpp | 50 #define TOKEN(name, text) (*layoutTokens)[text] = LayoutToken::name in InitLayoutMap() macro 51 TOKEN(LOCATION, "location"); in InitLayoutMap() 52 TOKEN(OFFSET, "offset"); in InitLayoutMap() 53 TOKEN(BINDING, "binding"); in InitLayoutMap() 54 TOKEN(INDEX, "index"); in InitLayoutMap() 55 TOKEN(SET, "set"); in InitLayoutMap() 56 TOKEN(BUILTIN, "builtin"); in InitLayoutMap() 57 TOKEN(INPUT_ATTACHMENT_INDEX, "input_attachment_index"); in InitLayoutMap() 58 TOKEN(ORIGIN_UPPER_LEFT, "origin_upper_left"); in InitLayoutMap() 59 TOKEN(OVERRIDE_COVERAGE, "override_coverage"); in InitLayoutMap() [all …]
|
/third_party/e2fsprogs/lib/ss/ |
D | parse.c | 25 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator 93 parse_mode = TOKEN; in ss_parse() 106 while (parse_mode == TOKEN) { in ss_parse() 138 parse_mode = TOKEN; in ss_parse()
|
/third_party/grpc/tools/github/ |
D | pr_latency.py | 49 if TOKEN: 50 request.add_header('Authorization', 'token {}'.format(TOKEN)) 173 global TOKEN 176 TOKEN = args.token
|
/third_party/mesa3d/src/freedreno/registers/ |
D | text-format.txt | 81 TOKEN 82 <value value="TOKEN" /> if inside a reg or enum and TOKEN starts with a digit 83 <value name="TOKEN" /> if inside a reg or enum and TOKEN does not start with a digit 84 <REGLIKE offset="TOKEN" /> otherwise
|
/third_party/grpc/tools/release/ |
D | release_notes.py | 107 req.add_header('Authorization', 'token %s' % TOKEN) 319 global TOKEN 326 TOKEN = args.token 327 if TOKEN == '': 329 TOKEN = os.environ["GITHUB_TOKEN"] 332 if TOKEN == '':
|
/third_party/grpc/tools/failures/ |
D | detect_new_failures.py | 44 assert TOKEN 45 request.add_header('Authorization', 'token {}'.format(TOKEN)) 256 global TOKEN 262 TOKEN = args.token
|
/third_party/skia/src/sksl/ |
D | SkSLDSLParser.cpp | 84 #define TOKEN(name, text) (*layoutTokens)[text] = LayoutToken::name in InitLayoutMap() macro 85 TOKEN(LOCATION, "location"); in InitLayoutMap() 86 TOKEN(OFFSET, "offset"); in InitLayoutMap() 87 TOKEN(BINDING, "binding"); in InitLayoutMap() 88 TOKEN(INDEX, "index"); in InitLayoutMap() 89 TOKEN(SET, "set"); in InitLayoutMap() 90 TOKEN(BUILTIN, "builtin"); in InitLayoutMap() 91 TOKEN(INPUT_ATTACHMENT_INDEX, "input_attachment_index"); in InitLayoutMap() 92 TOKEN(ORIGIN_UPPER_LEFT, "origin_upper_left"); in InitLayoutMap() 93 TOKEN(BLEND_SUPPORT_ALL_EQUATIONS, "blend_support_all_equations"); in InitLayoutMap() [all …]
|
/third_party/python/Lib/lib2to3/ |
D | PatternGrammar.txt | 6 # - 'TOKEN' stands for any token (leaf node)
|
/third_party/nghttp2/third-party/url-parser/ |
D | url_parser.c | 192 #define TOKEN(c) STRICT_TOKEN(c) macro 196 #define TOKEN(c) tokens[(unsigned char)c] macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.y | 148 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ argument 150 context->error(LINE, REASON " supported in GLSL ES 3.00 and above only", TOKEN); \ 154 #define ES3_1_ONLY(TOKEN, LINE, REASON) do { \ argument 156 context->error(LINE, REASON " supported in GLSL ES 3.10 only", TOKEN); \
|
D | glslang_tab.cpp | 417 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ argument 419 context->error(LINE, REASON " supported in GLSL ES 3.00 and above only", TOKEN); \ 423 #define ES3_1_ONLY(TOKEN, LINE, REASON) do { \ argument 425 context->error(LINE, REASON " supported in GLSL ES 3.10 only", TOKEN); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 105 TOKEN, enumerator 206 bool isToken() const override { return Kind == TOKEN; } in isToken() 563 case TOKEN: in print() 584 auto Op = std::make_unique<LanaiOperand>(TOKEN); in CreateToken()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.y | 148 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ argument 150 context->error(LINE, REASON " supported in GLSL ES 3.00 and above only", TOKEN); \ 154 #define ES3_1_OR_NEWER(TOKEN, LINE, REASON) do { \ argument 156 context->error(LINE, REASON " supported in GLSL ES 3.10 and above only", TOKEN); \
|
D | glslang_tab_autogen.cpp | 455 #define ES3_OR_NEWER(TOKEN, LINE, REASON) \ argument 460 context->error(LINE, REASON " supported in GLSL ES 3.00 and above only", TOKEN); \ 464 #define ES3_1_OR_NEWER(TOKEN, LINE, REASON) \ argument 469 context->error(LINE, REASON " supported in GLSL ES 3.10 and above only", TOKEN); \
|
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/ |
D | http_parser.c | 427 #define TOKEN(c) (tokens[(unsigned char)c]) macro 431 #define TOKEN(c) ((c == ' ') ? ' ' : tokens[(unsigned char)c]) macro 1262 c = TOKEN(ch); in http_parser_execute() 1303 c = TOKEN(ch); in http_parser_execute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 902 #define DWKEYWORD(TYPE, TOKEN) \ in LexIdentifier() argument 906 return lltok::TOKEN; \ in LexIdentifier()
|
/third_party/mesa3d/docs/ |
D | repository.rst | 82 … git remote set-url --push origin https://USER:TOKEN@gitlab.freedesktop.org/your~user~name/mesa.git
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | c.m4 | 324 # b4_token_define(TOKEN-NUM) 340 # b4_token_enum(TOKEN-NUM)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 152 #define ES3_ONLY(TOKEN, LINE, REASON) { \ argument 154 context->error(LINE, REASON " supported in GLSL ES 3.00 only ", TOKEN); \
|
D | glslang_tab.cpp | 388 #define ES3_ONLY(TOKEN, LINE, REASON) { \ argument 390 context->error(LINE, REASON " supported in GLSL ES 3.00 only ", TOKEN); \
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 920 private static final Pattern TOKEN = field in TextFormat.Tokenizer 984 matcher.usePattern(TOKEN); in nextToken()
|