| /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()
|
| D | storage_texture.cc | 147 const Type* subtype, in StorageTexture()
|
| /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()
|
| D | vector_type.cc | 24 Vector::Vector(Type const* subtype, uint32_t width) in Vector()
|
| /third_party/json/include/nlohmann/detail/input/ |
| D | binary_reader.hpp | 244 std::uint8_t subtype{}; in get_bson_binary() local 768 std::uint8_t subtype{}; in parse_cbor_internal() local 775 std::uint16_t subtype{}; in parse_cbor_internal() local 782 std::uint32_t subtype{}; in parse_cbor_internal() local 789 std::uint64_t subtype{}; in parse_cbor_internal() local 1644 { in get_msgpack_binary() 1675 std::int8_t subtype{}; in get_msgpack_binary() local 1685 std::int8_t subtype{}; in get_msgpack_binary() local 1695 std::int8_t subtype{}; in get_msgpack_binary() local 1704 std::int8_t subtype{}; in get_msgpack_binary() local [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | partiallyDiscriminantedUnions.ts | 5 subtype: 1; property 10 subtype: 2; property
|
| /third_party/gstreamer/gstplugins_bad/ext/avtp/ |
| D | gstavtpcrfutil.c | 33 guint64 subtype; in buffer_size_valid() local 96 guint64 subtype, h264_time_valid; in h264_tstamp_valid() 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
|
| D | iterators.py | 45 def typed_subpart_iterator(msg, maintype='text', subtype=None): 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/spirv-tools/source/opt/ |
| D | type_manager.cpp | 255 uint32_t subtype = GetTypeInstruction(type->AsVector()->element_type()); in GetTypeInstruction() local 268 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction() local 282 uint32_t subtype = GetTypeInstruction(image->sampled_type()); in GetTypeInstruction() local 305 uint32_t subtype = in GetTypeInstruction() local 316 uint32_t subtype = GetTypeInstruction(type->AsArray()->element_type()); in GetTypeInstruction() local 328 uint32_t subtype = in GetTypeInstruction() local 364 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/python/Lib/test/test_email/ |
| D | test_message.py | 577 def _make_subtype_test_message(self, subtype): argument 600 def _check_disallowed_subtype_raises(self, m, method_name, subtype, method): argument 623 def subtype_as_make(self, method, subtype, outcome): argument 641 def subtype_as_make_with_boundary(self, method, subtype, outcome): argument 669 def subtype_as_add(self, method, subtype, outcome): argument
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | nounit.cpp | 25 NoUnit::NoUnit(const char* subtype) { in NoUnit()
|
| /third_party/cef/tools/yapf/yapf/yapflib/ |
| D | subtype_assigner.py | 332 def _AppendTokenSubtype(node, subtype): argument 338 def _AppendFirstLeafTokenSubtype(node, subtype): argument 346 def _AppendSubtypeRec(node, subtype, force=True): argument
|
| /third_party/openh264/test/build/ios/codec_unittest/codec_unittest/Images.xcassets/LaunchImage.launchimage/ |
| D | Contents.json | 13 "subtype" : "retina4", string
|