/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/ |
H A D | ResourceScriptToken.h | 32 #define TOKEN(Name) Name, macro 35 #undef TOKEN macro
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2Parser.java | 210 return e.getOffending() < 0 ? null : TOKEN[e.getOffending()]; in getOffendingToken() 218 expected = new String[]{TOKEN[e.getExpected()]}; in getExpectedTokenSet() 502 eventHandler.terminal(TOKEN[l1], b1, e1); in consume() 651 expected.add(TOKEN[j]); in getTokenSet() 731 private static final String[] TOKEN = field in Mf2Parser
|
/third_party/skia/src/sksl/ |
H A 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_EQUATION in InitLayoutMap() 96 #undef TOKEN InitLayoutMap() macro [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 455 #define ES3_OR_NEWER(TOKEN, LINE, REASON) \ 460 context->error(LINE, REASON " supported in GLSL ES 3.00 and above only", TOKEN); \ 464 #define ES3_1_OR_NEWER(TOKEN, LINE, REASON) \ 469 context->error(LINE, REASON " supported in GLSL ES 3.10 and above only", TOKEN); \ 713 /* YYTRANSLATE(TOKEN-NUM) -- Symbol number corresponding to TOKEN-NUM 717 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
|
H A D | glslang.y | 148 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ 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 { \ 156 context->error(LINE, REASON " supported in GLSL ES 3.10 and above only", TOKEN); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 105 TOKEN, enumerator 206 bool isToken() const override { return Kind == TOKEN; } 563 case TOKEN: 584 auto Op = std::make_unique<LanaiOperand>(TOKEN); in CreateToken()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.cpp | 388 #define ES3_ONLY(TOKEN, LINE, REASON) { \ 390 context->error(LINE, REASON " supported in GLSL ES 3.00 only ", TOKEN); \ 658 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
|
H A D | glslang.y | 152 #define ES3_ONLY(TOKEN, LINE, REASON) { \ 154 context->error(LINE, REASON " supported in GLSL ES 3.00 only ", TOKEN); \
|
/third_party/node/deps/undici/src/lib/llhttp/ |
H A D | constants.js | 3 exports.SPECIAL_HEADERS = exports.HEADER_STATE = exports.MINOR = exports.MAJOR = exports.CONNECTION_TOKEN_CHARS = exports.HEADER_CHARS = exports.TOKEN = exports.STRICT_TOKEN = exports.HEX = exports.URL_CHAR = exports.STRICT_URL_CHAR = exports.USERINFO_CHARS = exports.MARK = exports.ALPHANUM = exports.NUM = exports.HEX_MAP = exports.NUM_MAP = exports.ALPHA = exports.FINISH = exports.H_METHOD_MAP = exports.METHOD_MAP = exports.METHODS_RTSP = exports.METHODS_ICE = exports.METHODS_HTTP = exports.METHODS = exports.LENIENT_FLAGS = exports.FLAGS = exports.TYPE = exports.ERROR = void 0; 244 exports.TOKEN = exports.STRICT_TOKEN.concat([' ']);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 902 #define DWKEYWORD(TYPE, TOKEN) \ in LexIdentifier() 906 return lltok::TOKEN; \ in LexIdentifier()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormat.java | 920 private static final Pattern TOKEN = field in TextFormat.Tokenizer 984 matcher.usePattern(TOKEN); in nextToken()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 7793 exports2.SPECIAL_HEADERS = exports2.HEADER_STATE = exports2.MINOR = exports2.MAJOR = exports2.CONNECTION_TOKEN_CHARS = exports2.HEADER_CHARS = exports2.TOKEN = exports2.STRICT_TOKEN = exports2.HEX = exports2.URL_CHAR = exports2.STRICT_URL_CHAR = exports2.USERINFO_CHARS = exports2.MARK = exports2.ALPHANUM = exports2.NUM = exports2.HEX_MAP = exports2.NUM_MAP = exports2.ALPHA = exports2.FINISH = exports2.H_METHOD_MAP = exports2.METHOD_MAP = exports2.METHODS_RTSP = exports2.METHODS_ICE = exports2.METHODS_HTTP = exports2.METHODS = exports2.LENIENT_FLAGS = exports2.FLAGS = exports2.TYPE = exports2.ERROR = void 0; 8077 exports2.TOKEN = exports2.STRICT_TOKEN.concat([" "]);
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 161 ERROR = 2, NEWLINE, VAR, NUMBER, STRING, REGEX, USERFUNC, BUILTIN, TOKEN, enumerator
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 171392 #define TOKEN global() macro [all...] |