/third_party/skia/third_party/externals/tint/src/sem/ |
D | statement.h | 44 template <typename... TYPES> 58 template <typename... TYPES> 60 typename FindFirstParentReturn<TYPES...>::type; 94 template <typename... TYPES> 95 const detail::FindFirstParentReturnType<TYPES...>* FindFirstParent() const; 155 template <typename... TYPES> 156 const detail::FindFirstParentReturnType<TYPES...>* Statement::FindFirstParent() 158 using ReturnType = detail::FindFirstParentReturnType<TYPES...>; 159 if (sizeof...(TYPES) == 1) { 171 if (IsAnyOf<TYPES...>()) { [all …]
|
/third_party/boost/libs/ratio/example/ |
D | static_assert.hpp | 15 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 23 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 26 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__… argument
|
/third_party/boost/boost/chrono/detail/ |
D | static_assert.hpp | 15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 23 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… argument
|
/third_party/boost/boost/ratio/ |
D | config.hpp | 66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 74 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… argument
|
/third_party/boost/libs/ratio/example/type_traits/ |
D | common_type.hpp | 27 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 30 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 34 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) \ argument 35 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 40 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_EX_COMMON_TYPE_NAME(_… argument
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | keywords.py | 33 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) variable 46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP 56 return token in TYPES or token in TYPE_MODIFIERS
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | openssh-cert.js | 36 var TYPES = { variable 40 Object.keys(TYPES).forEach(function (k) { TYPES[TYPES[k]] = k; }); 101 var type = TYPES[sshbuf.readInt()]; 260 type = TYPES[type]; 271 if (type === TYPES.host) 273 else if (type === TYPES.user)
|
/third_party/grpc/third_party/upb/upb/ |
D | decode_fast.h | 57 #define TYPES(card, tagbytes) \ macro 67 TYPES(card, 1) \ 68 TYPES(card, 2) 76 #undef TYPES
|
D | decode_fast.c | 481 #define TYPES(card, tagbytes) \ macro 489 TYPES(card, 1) \ 490 TYPES(card, 2) 504 #undef TYPES in TAGBYTES() 628 #define TYPES(card, tagbytes) \ macro 633 TYPES(card, 1) \ 634 TYPES(card, 2) 642 #undef TYPES
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
D | rules.js | 29 var TYPES = [ 'number', 'integer', 'string', 'array', 'object', 'boolean', 'null' ]; 31 RULES.types = toHash(TYPES);
|
/third_party/mbedtls/tests/ |
D | compat.sh | 72 TYPES="ECDSA RSA PSK" 95 printf " -t|--types\tWhich key exchange type to perform (Default: '%s')\n" "$TYPES" 116 shift; TYPES=$1 145 TYPES="$( echo $TYPES | tr [a-z] [A-Z] )" 1067 for TYPE in $TYPES; do
|
/third_party/openssl/crypto/perlasm/ |
D | ppc-xlate.pl | 14 my %TYPES; 23 $TYPES{$name} = $type; 35 my $type = \$TYPES{$name}; 322 if ($TYPES{$label} =~ /function/) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | Core.h | 549 template <typename... TYPES> 550 class Converter<std::variant<TYPES...>> { 554 std::variant<TYPES...>& out) { in TryFromJS() 567 std::variant<TYPES...>& out) { in TryFromJS() 575 static inline Result FromJS(Napi::Env env, Napi::Value value, std::variant<TYPES...>& out) { in FromJS() 576 return TryFromJS<TYPES...>(env, value, out); in FromJS() 578 static inline Napi::Value ToJS(Napi::Env env, std::variant<TYPES...> value) { in ToJS()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | get_next_info.cc | 144 auto iter = attrs_.find(TYPES); in GetAttrTypes() 210 Attr attr_types = std::make_pair(TYPES, attrs_[TYPES]); in InferReplaceOps()
|
/third_party/typescript/tests/cases/compiler/ |
D | constructorWithIncompleteTypeAnnotation.ts | 37 retValue = bfs.TYPES();
|
/third_party/typescript/tests/baselines/reference/ |
D | constructorWithIncompleteTypeAnnotation.js | 35 retValue = bfs.TYPES(); 444 BasicFeatures.prototype.TYPES = function () { method in BasicFeatures
|
D | constructorWithIncompleteTypeAnnotation.types | 91 retValue = bfs.TYPES(); 93 >bfs.TYPES() : any 94 >bfs.TYPES : any 96 >TYPES : any 509 public TYPES(): number { 510 >TYPES : () => number
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | DebugUtilities.java | 27 return DebugUtilitiesData.TYPES.length; in typeCount()
|
D | DebugUtilitiesData.java | 24 public static final String [] TYPES = { field in DebugUtilitiesData
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DebugUtilities.java | 23 return DebugUtilitiesData.TYPES.length; in typeCount()
|
D | DebugUtilitiesData.java | 20 public static final String [] TYPES = { field in DebugUtilitiesData
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 95 TYPES | 96 types { return(TYPES); }
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 89 enum TYPES enum in gl4cts::GLSL420Pack::Utils 294 …void uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_row… 436 static bool doesTypeSupportMatrix(TYPES type); 438 static const glw::GLchar* getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows); 963 Utils::TYPES m_t1; 964 Utils::TYPES m_t2; 2636 Utils::TYPES m_type; 2647 std::string getVectorInitializer(Utils::TYPES type, glw::GLuint n_rows);
|
D | gl4cEnhancedLayoutsTests.hpp | 52 enum TYPES enum 79 static bool DoesTypeSupportMatrix(TYPES type); 83 static Type GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows); 85 static glw::GLuint GetTypeSize(TYPES type); 88 static glw::GLenum GetTypeGLenum(TYPES type); 90 static bool CanTypesShareLocation(TYPES first, TYPES second); 93 TYPES m_basic_type; 854 enum TYPES enum in gl4cts::EnhancedLayouts::Utils::Texture 872 …void Init(TYPES tex_type, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum in… 885 static void Bind(const glw::Functions& gl, glw::GLuint id, TYPES tex_type); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | X86DisassemblerDecoderCommon.h | 404 #define TYPES \ macro 442 TYPES enumerator
|