| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | storage_texture_test.cc | 26 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local 36 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local 44 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local 52 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local 61 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local 72 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRg32Uint, *this); in TEST_F() local 83 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Sint, *this); in TEST_F() local
|
| D | alias.cc | 27 const Type* subtype) in Alias()
|
| D | atomic.cc | 24 Atomic::Atomic(ProgramID pid, const Source& src, const Type* const subtype) in Atomic()
|
| D | vector.cc | 26 const Type* subtype, in Vector()
|
| D | matrix.cc | 26 const Type* subtype, in Matrix()
|
| D | pointer.cc | 26 const Type* const subtype, in Pointer()
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | storage_texture_type_test.cc | 29 auto* subtype = in TEST_F() local 38 auto* subtype = in TEST_F() local 47 auto* subtype = in TEST_F() local 57 auto* subtype = in TEST_F() local 67 auto* subtype = in TEST_F() local 82 auto* subtype = in TEST_F() local 97 auto* subtype = in TEST_F() local
|
| D | pointer_type.cc | 25 Pointer::Pointer(const Type* subtype, in Pointer()
|
| D | reference_type.cc | 24 Reference::Reference(const Type* subtype, in Reference()
|
| D | atomic_type.cc | 25 Atomic::Atomic(const sem::Type* subtype) : subtype_(subtype) { in Atomic()
|
| D | storage_texture_type.cc | 27 sem::Type* subtype) in StorageTexture()
|
| /third_party/grpc/src/objective-c/examples/watchOS-sample/WatchKit-App/Assets.xcassets/AppIcon.appiconset/ |
| D | Contents.json | 8 "subtype" : "38mm" string 15 "subtype" : "42mm" string 34 "subtype" : "38mm" string 41 "subtype" : "40mm" string 48 "subtype" : "44mm" string 55 "subtype" : "38mm" string 62 "subtype" : "42mm" string 69 "subtype" : "44mm" string
|
| /third_party/json/include/nlohmann/ |
| D | byte_container_with_subtype.hpp | 42 …byte_container_with_subtype(const container_type& b, std::uint8_t subtype) noexcept(noexcept(conta… in byte_container_with_subtype() 48 …byte_container_with_subtype(container_type&& b, std::uint8_t subtype) noexcept(noexcept(container_… in byte_container_with_subtype() 83 void set_subtype(std::uint8_t subtype) noexcept in set_subtype() 110 constexpr std::uint8_t subtype() const noexcept in subtype() function in nlohmann::byte_container_with_subtype
|
| /third_party/typescript/tests/cases/compiler/ |
| D | partiallyDiscriminantedUnions.ts | 5 subtype: 1; property 10 subtype: 2; property
|
| /third_party/json/include/nlohmann/detail/input/ |
| D | binary_reader.hpp | 240 std::uint8_t subtype{}; in get_bson_binary() local 1594 { in get_msgpack_binary() 1625 std::int8_t subtype{}; in get_msgpack_binary() local 1635 std::int8_t subtype{}; in get_msgpack_binary() local 1645 std::int8_t subtype{}; in get_msgpack_binary() local 1654 std::int8_t subtype{}; in get_msgpack_binary() local 1662 std::int8_t subtype{}; in get_msgpack_binary() local 1670 std::int8_t subtype{}; in get_msgpack_binary() local 1678 std::int8_t subtype{}; in get_msgpack_binary() local 1686 std::int8_t subtype{}; in get_msgpack_binary() local
|
| /third_party/python/Lib/email/ |
| D | contentmanager.py | 95 def _prepare_set(msg, maintype, subtype, headers): argument 181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument 195 def set_message_content(msg, message, subtype="rfc822", cte=None, argument 228 def set_bytes_content(msg, data, maintype, subtype, cte='base64', argument
|
| /third_party/grpc/examples/csharp/HelloworldXamarin/iOS/Assets.xcassets/AppIcon.appiconset/ |
| D | Contents.json | 98 "subtype" : "38mm" string 105 "subtype" : "42mm" string 124 "subtype" : "38mm" string 131 "subtype" : "42mm" string 138 "subtype" : "38mm" string 145 "subtype" : "42mm" string
|
| /third_party/libnl/include/netlink/netfilter/ |
| D | nfnl.h | 24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | type_manager.cpp | 253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local 266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local 280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local 303 uint32_t subtype = in GetTypeInstruction() local 314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local 326 uint32_t subtype = in GetTypeInstruction() local 365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | type_manager.cpp | 253 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local 266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local 280 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local 303 uint32_t subtype = in GetTypeInstruction() local 314 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local 326 uint32_t subtype = in GetTypeInstruction() local 365 uint32_t subtype = GetTypeInstruction(pointer->pointee_type()); in GetTypeInstruction() local
|
| /third_party/icu/icu4c/source/i18n/ |
| D | nounit.cpp | 25 NoUnit::NoUnit(const char* subtype) { in NoUnit()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | nounit.cpp | 25 NoUnit::NoUnit(const char* subtype) { in NoUnit()
|
| /third_party/python/Lib/test/test_email/ |
| D | test_message.py | 573 def _make_subtype_test_message(self, subtype): argument 596 def _check_disallowed_subtype_raises(self, m, method_name, subtype, method): argument 619 def subtype_as_make(self, method, subtype, outcome): argument 637 def subtype_as_make_with_boundary(self, method, subtype, outcome): argument 665 def subtype_as_add(self, method, subtype, outcome): argument
|
| /third_party/uboot/u-boot-2020.01/lib/crypto/ |
| D | asymmetric_type.c | 347 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_describe() local 432 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype]; in asymmetric_key_free_preparse() local 451 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_destroy() local 556 const struct asymmetric_key_subtype *subtype; in asymmetric_key_eds_op() local
|
| /third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
| D | dmoreg.h | 31 GUID subtype; member
|