/third_party/skia/resources/sksl/es2_conformance/ |
D | import_conformance_tests.py | 47 value = pp.Group((pp.Keyword("input") | pp.Keyword("output") | pp.Keyword("uniform")) + 49 values = (pp.Keyword("values") + 54 expectation = (pp.Keyword("expect").suppress() + (pp.Keyword("compile_fail") | 55 pp.Keyword("pass"))) 57 code = ((pp.Keyword("both") + pp.QuotedString('""', multiline=True)) | 58 (pp.Keyword("vertex") + pp.QuotedString('""', multiline=True) + 59 pp.Keyword("fragment") + pp.QuotedString('""', multiline=True))) 61 reqGlsl100 = pp.Keyword("require").suppress() + pp.Keyword("full_glsl_es_100_support") 63 desc = pp.Keyword("desc") + pp.QuotedString('"') 64 version100es = pp.Keyword("version") + pp.Keyword("100") + pp.Keyword("es") [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local 496 if (Keyword == #STR) \ in LexIdentifier() 812 if (Keyword == STR) { \ in LexIdentifier() 835 if (Keyword == #STR) { \ in LexIdentifier() 904 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier() 905 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier() 920 if (Keyword.startswith("DIFlag")) { in LexIdentifier() 921 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() 925 if (Keyword.startswith("DISPFlag")) { in LexIdentifier() 926 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() [all …]
|
/third_party/python/Doc/tools/extensions/ |
D | peg_highlight.py | 2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text 49 (r"'\w+?'", Keyword), 50 (r'"\w+?"', Keyword),
|
D | asdl_highlight.py | 9 from pygments.token import (Comment, Generic, Keyword, Name, Operator, 32 bygroups(Keyword, Text, Name.Tag),
|
/third_party/protobuf/editors/ |
D | proto.vim | 90 HiLink pbDefault Keyword 91 HiLink pbExtend Keyword 92 HiLink pbRPC Keyword
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
D | main.go | 78 Keyword string // The keyword eg. MUST, ALGORITHM, ..., ie. Indicating why the rule is added member 252 "Keyword: " + r.Keyword, 264 r.Keyword, 482 Keyword: keyword, 537 Keyword: "ALGORITHM", 576 Keyword: "Nowrap",
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | class_with_inner_struct.hpp | 22 Keyword, // step-start and step-end enumerator
|
D | class_with_inner_struct_1_0.hpp | 22 Keyword, // step-start and step-end enumerator
|
/third_party/rust/crates/rust-cexpr/src/ |
D | token.rs | 16 Keyword, enumerator
|
/third_party/selinux/secilc/docs/ |
D | theme.theme | 51 "Keyword": {
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | amber-syntax.vim | 101 hi def link amberBlockCmd Keyword 107 hi def link amberComparator Keyword
|
/third_party/rust/crates/nom/examples/ |
D | s_expression.rs | 38 Keyword(String), enumerator 115 |sym_str: &str| Atom::Keyword(sym_str.to_string()), in parse_keyword()
|
/third_party/jinja2/ |
D | nodes.py | 682 class Keyword(Helper): class 826 kwargs: t.List[Keyword] 1185 options: t.List[Keyword]
|
D | ext.py | 141 kwargs: t.Optional[t.List[nodes.Keyword]] = None, argument 559 node.kwargs.append(nodes.Keyword(key, value))
|
/third_party/ninja/misc/ |
D | ninja.vim | 75 hi def link ninjaKeyword Keyword
|
/third_party/gn/misc/vim/syntax/ |
D | gn.vim | 55 hi def link gnVariable Keyword
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
D | torque.vim | 62 hi def link torqueKeyword Keyword
|
/third_party/typescript/src/services/ |
D | findAllReferences.ts | 8 export const enum DefinitionKind { Symbol, Label, Keyword, This, String, TripleSlashReference } enumerator 12 | { readonly type: DefinitionKind.Keyword; readonly node: Node } 333 case DefinitionKind.Keyword: { 922 … return [{ definition: { type: DefinitionKind.Keyword, node }, references: [nodeEntry(node)] }]; 1506 …return references.length ? [{ definition: { type: DefinitionKind.Keyword, node: references[0].node… 1518 …return references.length ? [{ definition: { type: DefinitionKind.Keyword, node: references[0].node…
|
/third_party/node/deps/v8/src/date/ |
D | dateparser.h | 186 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword() function
|
D | dateparser-inl.h | 200 return DateToken::Keyword(KeywordTable::GetType(index), in Scan()
|
/third_party/rust/crates/rust-cexpr/tests/ |
D | clang.rs | 181 CXToken_Keyword => cexpr::token::Kind::Keyword, in token_clang_to_cexpr()
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | colorization.ts | 30 return createClassification(text, ts.TokenClass.Keyword, position);
|
/third_party/python/Doc/tutorial/ |
D | controlflow.rst | 612 Keyword Arguments 716 | - Keyword only 721 positional-only, positional-or-keyword, and keyword-only. Keyword parameters 725 Positional-or-Keyword Arguments 746 Keyword-Only Arguments
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource10.ts | 320 Keyword, enumerator 350 return TokenClass.Keyword;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | class_with_inner_struct.rs | 250 Keyword = 0, enumerator
|