/third_party/boost/boost/parameter/aux_/ |
D | tag.hpp | 24 template <typename Keyword, typename Arg> 29 Keyword 36 template <typename Keyword, typename Arg> 41 ::tagged_argument<Keyword,typename ::std::add_const<Arg>::type> 45 template <typename Keyword, typename Arg> 48 , ::boost::parameter::aux::tag_if_scalar<Keyword,Arg> 51 ::boost::parameter::aux::tagged_argument_rref<Keyword,Arg> 56 template <typename Keyword, typename Arg> 63 , ::boost::parameter::aux::tag_if_lvalue_reference<Keyword,Arg> 64 , ::boost::parameter::aux::tag_if_otherwise<Keyword,Arg> [all …]
|
D | tagged_argument.hpp | 31 template <typename Keyword, typename Arg> 38 typename Keyword::qualifier 47 typename Keyword::qualifier 61 typename Keyword::qualifier 101 template <typename Keyword, typename Arg> 107 ::tagged_argument_type<Keyword,Arg>::type; 114 typename Keyword::qualifier 121 , ::boost::parameter::aux::tagged_argument_type<Keyword,Arg> 128 typedef Keyword key_type; 227 ::boost::parameter::aux::tagged_argument<Keyword,Arg> [all …]
|
D | tagged_argument_fwd.hpp | 12 template <typename Keyword, typename Arg> 22 template <typename Keyword, typename Arg>
|
/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/boost/boost/test/utils/ |
D | named_params.hpp | 78 template<typename NP, typename Keyword, typename DefaultType=void> 80 : mpl::if_<typename is_same<typename NP::id,typename Keyword::id>::type, 84 template<typename NP, typename Rest, typename Keyword, typename DefaultType> 85 struct param_type<named_parameter_combine<NP,Rest>,Keyword,DefaultType> 86 : mpl::if_<typename is_same<typename NP::id,typename Keyword::id>::type, 88 typename param_type<Rest,Keyword,DefaultType>::type> {}; 97 template<typename NP, typename Keyword> 98 struct has_param : is_same<typename NP::id,typename Keyword::id> {}; 100 template<typename NP, typename Rest, typename Keyword> 101 struct has_param<named_parameter_combine<NP,Rest>,Keyword> [all …]
|
/third_party/boost/boost/parameter/ |
D | binding.hpp | 33 template <typename Parameters, typename Keyword, typename Default> 39 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_true> 57 , Keyword 77 template <typename Placeholder, typename Keyword, typename Default> 82 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_true> 107 , typename Keyword 115 , ::boost::parameter::binding0<Parameters,Keyword,Default> 125 , ::boost::parameter::binding1<Parameters,Keyword,Default> 126 , ::boost::parameter::binding0<Parameters,Keyword,Default> 140 template <typename Parameters, typename Keyword, typename DefaultFn> [all …]
|
D | value_type.hpp | 33 template <typename Parameters, typename Keyword, typename Default> 39 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_false> 57 , Keyword 77 template <typename Placeholder, typename Keyword, typename Default> 82 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_false> 107 , typename Keyword 115 , ::boost::parameter::value_type0<Parameters,Keyword,Default> 125 , ::boost::parameter::value_type1<Parameters,Keyword,Default> 126 , ::boost::parameter::value_type0<Parameters,Keyword,Default> 140 template <typename Parameters, typename Keyword, typename DefaultFn> [all …]
|
/third_party/boost/boost/parameter/aux_/pack/ |
D | tag_keyword_arg_ref.hpp | 16 typename Keyword 26 Keyword 39 template <typename Keyword, typename ActualArg> 40 struct tag_ref<Keyword,ActualArg,::boost::mpl::false_> 43 ::tagged_argument<Keyword,ActualArg> type;
|
D | parameter_requirements.hpp | 15 template <typename Keyword, typename Predicate, typename HasDefault> 18 typedef Keyword keyword;
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/indent/ |
D | indent-eslint.test.ts | 4994 [5, 2, 4, AST_TOKEN_TYPES.Keyword], 5002 [29, 2, 4, AST_TOKEN_TYPES.Keyword], 5009 [114, 4, 2, AST_TOKEN_TYPES.Keyword], 5010 [120, 4, 6, AST_TOKEN_TYPES.Keyword], 5011 [124, 4, 2, AST_TOKEN_TYPES.Keyword], 5012 [134, 4, 6, AST_TOKEN_TYPES.Keyword], 5025 [189, 2, 0, AST_TOKEN_TYPES.Keyword], 5068 [368, 2, 0, AST_TOKEN_TYPES.Keyword], 5069 [370, 2, 4, AST_TOKEN_TYPES.Keyword], 5070 [374, 4, 6, AST_TOKEN_TYPES.Keyword], [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/mingw-w64/mingw-w64-headers/include/ |
D | evntprov.h | 86 ULONGLONG Keyword; member 122 BOOLEAN EVNTAPI EventProviderEnabled (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword); 124 …ULONG EVNTAPI EventWriteString (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword, PCWSTR String… 161 ev->Keyword = keyw; in EventDescCreate() 173 return ev->Keyword; in EventDescGetKeyword() 189 ev->Keyword |= keyw; in EventDescOrKeyword() 208 ev->Keyword = keyw; in EventDescSetKeyword()
|
/third_party/libnl/doc/stylesheets/ |
D | pygments.css | 8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ 24 .highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ 25 .highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ 26 .highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ 27 .highlight .kp { color: #AA22FF } /* Keyword.Pseudo */ 28 .highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ 29 .highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | pygments.css | 5 .highlight .k { color: #008000; font-weight: bold } /* Keyword */ 23 .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ 24 .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ 25 .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ 26 .highlight .kp { color: #008000 } /* Keyword.Pseudo */ 27 .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ 28 .highlight .kt { color: #B00040 } /* Keyword.Type */
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | pygments.css | 5 .highlight .k { color: #008000; font-weight: bold } /* Keyword */ 23 .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ 24 .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ 25 .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ 26 .highlight .kp { color: #008000 } /* Keyword.Pseudo */ 27 .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ 28 .highlight .kt { color: #B00040 } /* Keyword.Type */
|
/third_party/python/Doc/tools/extensions/ |
D | peg_highlight.py | 2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text 41 (r"'\w+?'", Keyword), 42 (r'"\w+?"', Keyword),
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | pygments.css | 6 .highlight .k { color: #204a87; font-weight: bold } /* Keyword */ 28 .highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ 29 .highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ 30 .highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ 31 .highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ 32 .highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ 33 .highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/errorRecovery/ |
D | enum-with-keywords.src.ts.shot | 222 "type": "Keyword", 240 "type": "Keyword", 258 "type": "Keyword", 276 "type": "Keyword", 294 "type": "Keyword", 366 "type": "Keyword",
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/ |
D | this-type-expanded.src.ts.shot | 1881 "type": "Keyword", 1935 "type": "Keyword", 2025 "type": "Keyword", 2079 "type": "Keyword", 2115 "type": "Keyword", 2205 "type": "Keyword", 2223 "type": "Keyword", 2313 "type": "Keyword", 2367 "type": "Keyword", 2457 "type": "Keyword", [all …]
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/javascript/modules/ |
D | export-default-class.src.js.shot | 94 "type": "Keyword", 112 "type": "Keyword", 130 "type": "Keyword",
|
D | invalid-class.src.js.shot | 94 "type": "Keyword", 112 "type": "Keyword", 130 "type": "Keyword",
|
D | export-default-named-class.src.js.shot | 111 "type": "Keyword", 129 "type": "Keyword", 147 "type": "Keyword",
|
D | export-default-function.src.js.shot | 97 "type": "Keyword", 115 "type": "Keyword", 133 "type": "Keyword",
|
/third_party/boost/libs/metaparse/example/meta_hs/ |
D | except_keywords.hpp | 29 template <class Acc, class Keyword> 33 boost::mpl::not_<typename boost::mpl::equal<T, Keyword>::type>
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/comments/ |
D | switch-no-default-comment-in-function.src.js.shot | 284 "type": "Keyword", 392 "type": "Keyword", 482 "type": "Keyword", 536 "type": "Keyword", 572 "type": "Keyword", 626 "type": "Keyword",
|