Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/third_party/skia/third_party/externals/tint/src/ast/
Dstorage_texture_test.cc26 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
29 ImageFormat::kRgba32Float, subtype, Access::kRead); in TEST_F()
36 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
39 ImageFormat::kRgba32Float, subtype, Access::kRead); in TEST_F()
44 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
47 ImageFormat::kRgba32Float, subtype, Access::kRead); in TEST_F()
52 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
55 ImageFormat::kRgba32Float, subtype, Access::kRead); in TEST_F()
61 auto* subtype = StorageTexture::SubtypeFor(ImageFormat::kRgba32Float, *this); in TEST_F() local
64 ImageFormat::kRgba32Float, subtype, Access::kRead); in TEST_F()
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Dstorage_texture_type_test.cc29 auto* subtype = in TEST_F() local
33 ast::Access::kReadWrite, subtype); in TEST_F()
38 auto* subtype = in TEST_F() local
42 ast::Access::kReadWrite, subtype); in TEST_F()
47 auto* subtype = in TEST_F() local
51 ast::Access::kReadWrite, subtype); in TEST_F()
57 auto* subtype = in TEST_F() local
61 ast::Access::kReadWrite, subtype); in TEST_F()
67 auto* subtype = in TEST_F() local
71 ast::Access::kReadWrite, subtype); in TEST_F()
[all …]
/third_party/json/doc/mkdocs/docs/features/
Dbinary_values.md12 +void set_subtype(std::uint64_t subtype)
15 +std::uint64_t subtype() const
29 There are several convenience functions to check and set the subtype:
41 binary.subtype(); // returns 23
79 j3.get_binary().subtype(); // returns std::uint64_t(-1) as j3 has no subtype
90 …zed as an object with two keys: `bytes` holds an array of integers, and `subtype` is an integer or…
97 // create a binary value of subtype 42
111 "subtype": 42
122 …nd subtypes. If a subtype is given, it is used and added as unsigned 8-bit integer. If no subtype
129 // create a binary value of subtype 42
[all …]
/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp244 std::uint8_t subtype{}; in get_bson_binary() local
245 get_number<std::uint8_t>(input_format_t::bson, subtype); in get_bson_binary()
246 result.set_subtype(subtype); in get_bson_binary()
768 std::uint8_t subtype{}; in parse_cbor_internal() local
769 get_number(input_format_t::cbor, subtype); in parse_cbor_internal()
770 … b.set_subtype(detail::conditional_static_cast<typename binary_t::subtype_type>(subtype)); in parse_cbor_internal()
775 std::uint16_t subtype{}; in parse_cbor_internal() local
776 get_number(input_format_t::cbor, subtype); in parse_cbor_internal()
777 … b.set_subtype(detail::conditional_static_cast<typename binary_t::subtype_type>(subtype)); in parse_cbor_internal()
782 std::uint32_t subtype{}; in parse_cbor_internal() local
[all …]
/third_party/typescript/tests/baselines/reference/
DpartiallyDiscriminantedUnions.types8 subtype: 1;
9 >subtype : 1
16 subtype: 2;
17 >subtype : 2
43 if (ab.subtype === 2) {
44 >ab.subtype === 2 : boolean
45 >ab.subtype : 1 | 2
47 >subtype : 1 | 2
DtypeParameterAssignability2.errors.txt14 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
16 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
18 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
20 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
22 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
24 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'Da…
26 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'Da…
28 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'Da…
30 …e constraint of type 'V', but 'V' could be instantiated with a different subtype of constraint 'Da…
32 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
[all …]
DpartiallyDiscriminantedUnions.symbols10 subtype: 1;
11 >subtype : Symbol(A1.subtype, Decl(partiallyDiscriminantedUnions.ts, 3, 14))
20 subtype: 2;
21 >subtype : Symbol(A2.subtype, Decl(partiallyDiscriminantedUnions.ts, 8, 14))
50 if (ab.subtype === 2) {
51 >ab.subtype : Symbol(subtype, Decl(partiallyDiscriminantedUnions.ts, 3, 14), Decl(partiallyDiscrimi…
53 >subtype : Symbol(subtype, Decl(partiallyDiscriminantedUnions.ts, 3, 14), Decl(partiallyDiscriminan…
DgenericTypeAssertions5.errors.txt2 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
4 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
6 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
8 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
10 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
35 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
39 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
43 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
48 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
52 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
DgenericTypeAssertions4.errors.txt2 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
4 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
6 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
8 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
10 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
35 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
39 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
43 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
48 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
52 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.
DsubtypesOfTypeParameterWithConstraints.errors.txt22 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
24 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
26 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
30 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
32 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
36 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'Da…
38 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'Da…
42 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Da…
46 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'Da…
50 …e constraint of type 'V', but 'V' could be instantiated with a different subtype of constraint 'Da…
[all …]
DobjectTypeWithRecursiveWrappedPropertyCheckedNominally.errors.txt8 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Li…
10 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Li…
12 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'My…
14 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'My…
16 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'My…
62 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Li…
64 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Li…
68 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'My…
70 …e constraint of type 'U', but 'U' could be instantiated with a different subtype of constraint 'My…
84 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'My…
DpartiallyDiscriminantedUnions.js6 subtype: 1;
11 subtype: 2;
24 if (ab.subtype === 2) {
53 if (ab.subtype === 2) {
/third_party/python/Lib/email/
Dcontentmanager.py79 for subtype in 'rfc822 external-body'.split():
80 raw_data_manager.add_get_handler('message/'+subtype, get_message_content)
95 def _prepare_set(msg, maintype, subtype, headers): argument
96 msg['Content-Type'] = '/'.join((maintype, subtype))
181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument
184 _prepare_set(msg, 'text', subtype, headers)
195 def set_message_content(msg, message, subtype="rfc822", cte=None, argument
198 if subtype == 'partial':
200 if subtype == 'rfc822':
211 elif subtype == 'external-body':
[all …]
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dbinary_t.md8 2, MessagePack's bin, and BSON's generic binary subtype. This type is NOT a part of standard JSON a…
11 Additionally, as an implementation detail, the subtype of the binary data is carried around as a `s…
25 > Generic binary subtype - This is the most commonly used binary subtype and should be the 'default…
56 …- If a subtype is given and the binary array contains exactly 1, 2, 4, 8, or 16 elements, the fixe…
57 …xt4, fixext8) is used. For other sizes, the ext family (ext8, ext16, ext32) is used. The subtype is
59 - If no subtype is given, the bin family (bin8, bin16, bin32) is used.
62 - If a subtype is given, it is used and added as unsigned 8-bit integer.
63 - If no subtype is given, the generic binary subtype 0x00 is used.
67 - Added in version 3.8.0. Changed type of subtype to `std::uint64_t` in version 3.10.0.
/third_party/python/Lib/test/test_email/
Dtest_message.py577 def _make_subtype_test_message(self, subtype): argument
584 if subtype != 'no_content':
587 if subtype == 'text':
591 elif subtype != 'no_content':
593 msg_headers.append(('Content-Type', 'multipart/' + subtype))
600 def _check_disallowed_subtype_raises(self, m, method_name, subtype, method): argument
604 self.assertIn(subtype, exc_text)
623 def subtype_as_make(self, method, subtype, outcome): argument
624 m, msg_headers, payload = self._make_subtype_test_message(subtype)
627 self._check_disallowed_subtype_raises(m, method, subtype, make_method)
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_sake.c91 u8 id, size_t length, u8 subtype) in eap_sake_build_msg() argument
110 sake->subtype = subtype; in eap_sake_build_msg()
241 u8 version, session_id, subtype; in eap_sake_check() local
253 subtype = resp->subtype; in eap_sake_check()
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype); in eap_sake_check()
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY) in eap_sake_check()
271 if (data->state == CHALLENGE && subtype == EAP_SAKE_SUBTYPE_CHALLENGE) in eap_sake_check()
274 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM) in eap_sake_check()
277 if (subtype == EAP_SAKE_SUBTYPE_AUTH_REJECT) in eap_sake_check()
281 subtype, data->state); in eap_sake_check()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_sake.c91 u8 id, size_t length, u8 subtype) in eap_sake_build_msg() argument
110 sake->subtype = subtype; in eap_sake_build_msg()
241 u8 version, session_id, subtype; in eap_sake_check() local
253 subtype = resp->subtype; in eap_sake_check()
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype); in eap_sake_check()
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY) in eap_sake_check()
271 if (data->state == CHALLENGE && subtype == EAP_SAKE_SUBTYPE_CHALLENGE) in eap_sake_check()
274 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM) in eap_sake_check()
277 if (subtype == EAP_SAKE_SUBTYPE_AUTH_REJECT) in eap_sake_check()
281 subtype, data->state); in eap_sake_check()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfutil.c33 guint64 subtype; in buffer_size_valid() local
45 res = avtp_cvf_pdu_get (pdu, AVTP_CVF_FIELD_FORMAT_SUBTYPE, &subtype); in buffer_size_valid()
48 if (type == AVTP_SUBTYPE_CVF && subtype == AVTP_CVF_FORMAT_SUBTYPE_H264 in buffer_size_valid()
96 guint64 subtype, h264_time_valid; in h264_tstamp_valid() local
108 res = avtp_cvf_pdu_get (pdu, AVTP_CVF_FIELD_FORMAT_SUBTYPE, &subtype); in h264_tstamp_valid()
113 if (subtype == AVTP_CVF_FORMAT_SUBTYPE_H264 && h264_time_valid) in h264_tstamp_valid()
/third_party/libfuse/lib/
Dmount.c71 char *subtype; member
87 FUSE_MOUNT_OPT("subtype=%s", subtype),
491 (mo->subtype ? strlen(mo->subtype) : 0) + in fuse_mount_sys()
494 type = malloc((mo->subtype ? strlen(mo->subtype) : 0) + 32); in fuse_mount_sys()
501 if (mo->subtype) { in fuse_mount_sys()
503 strcat(type, mo->subtype); in fuse_mount_sys()
506 mo->fsname ? mo->fsname : (mo->subtype ? mo->subtype : devname)); in fuse_mount_sys()
509 if (res == -1 && errno == ENODEV && mo->subtype) { in fuse_mount_sys()
514 sprintf(source, "%s#%s", mo->subtype, in fuse_mount_sys()
610 free(mo->subtype); in destroy_mount_opts()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp385 const char16_t* subtype; in perUnitInArabic() member
437 skeleton += cas1.subtype; in perUnitInArabic()
442 skeleton += cas2.subtype; in perUnitInArabic()
457 const char16_t* subtype; in perUnitToSkeleton() member
473 skeleton += cas1.subtype; in perUnitToSkeleton()
478 skeleton += cas2.subtype; in perUnitToSkeleton()
481 if (cas1.type != cas2.type && cas1.subtype != cas2.subtype) { in perUnitToSkeleton()
491 .append(UnicodeString(cas1.subtype)) in perUnitToSkeleton()
494 assertTrue(msg, toSkeleton.indexOf(cas1.subtype) >= 0); in perUnitToSkeleton()
499 .append(UnicodeString(cas2.subtype)) in perUnitToSkeleton()
[all …]
/third_party/ntfs-3g/libfuse-lite/
Dmount.c67 char *subtype; member
87 FUSE_MOUNT_OPT("subtype=%s", subtype),
529 (mo->subtype ? strlen(mo->subtype) : 0) + in fuse_mount_sys()
532 type = malloc((mo->subtype ? strlen(mo->subtype) : 0) + 32); in fuse_mount_sys()
539 if (mo->subtype) { in fuse_mount_sys()
541 strcat(type, mo->subtype); in fuse_mount_sys()
544 mo->fsname ? mo->fsname : (mo->subtype ? mo->subtype : devname)); in fuse_mount_sys()
550 if (res == -1 && errno == EINVAL && mo->subtype) { in fuse_mount_sys()
555 sprintf(source, "%s#%s", mo->subtype, mo->fsname); in fuse_mount_sys()
702 if (mo.subtype) { in fuse_kern_mount()
[all …]
/third_party/json/test/src/
Dunit-byte_container_with_subtype.cpp44 CHECK(container.subtype() == subtype_type(-1));
48 CHECK(container.subtype() == subtype_type(-1));
52 CHECK(container.subtype() == 42);
59 CHECK(container.subtype() == 42);
63 CHECK(container.subtype() == subtype_type(-1));
/third_party/python/Doc/c-api/
Dset.rst29 This subtype of :c:type:`PyObject` is used to hold the internal data for both
55 Return true if *p* is a :class:`set` object or an instance of a subtype.
61 subtype. This function always succeeds.
66 instance of a subtype. This function always succeeds.
71 subtype. This function always succeeds.
78 not an instance of a subtype. This function always succeeds.
84 subtype. This function always succeeds.
114 :class:`set`, :class:`frozenset`, or an instance of a subtype.
128 :class:`set`, :class:`frozenset`, or an instance of a subtype.
139 subtype.
[all …]
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp68 gst_media_capture_subtype_to_video_format (const std::string &subtype) in gst_media_capture_subtype_to_video_format() argument
71 if (g_ascii_strcasecmp (subtype.c_str(), "RGB32") == 0) in gst_media_capture_subtype_to_video_format()
73 else if (g_ascii_strcasecmp (subtype.c_str(), "ARGB32") == 0) in gst_media_capture_subtype_to_video_format()
75 else if (g_ascii_strcasecmp (subtype.c_str(), "RGB24") == 0) in gst_media_capture_subtype_to_video_format()
77 else if (g_ascii_strcasecmp (subtype.c_str(), "NV12") == 0) in gst_media_capture_subtype_to_video_format()
79 else if (g_ascii_strcasecmp (subtype.c_str(), "YV12") == 0) in gst_media_capture_subtype_to_video_format()
81 else if (g_ascii_strcasecmp (subtype.c_str(), "IYUV") == 0 || in gst_media_capture_subtype_to_video_format()
82 g_ascii_strcasecmp (subtype.c_str(), "I420") == 0) in gst_media_capture_subtype_to_video_format()
84 else if (g_ascii_strcasecmp (subtype.c_str(), "YUY2") == 0) in gst_media_capture_subtype_to_video_format()
152 std::string subtype; in Fill() local
[all …]
/third_party/ffmpeg/libavformat/
Dwtvdec.c644 ff_asf_guid mediatype, ff_asf_guid subtype, in parse_media_type() argument
649 if (!ff_guidcmp(subtype, ff_mediasubtype_cpfilters_processed) && in parse_media_type()
684 if (!memcmp(subtype + 4, (const uint8_t[]){FF_MEDIASUBTYPE_BASE_GUID}, 12)) { in parse_media_type()
685 …st->codecpar->codec_id = ff_wav_codec_get_id(AV_RL32(subtype), st->codecpar->bits_per_coded_sample… in parse_media_type()
686 } else if (!ff_guidcmp(subtype, mediasubtype_mpeg1payload)) { in parse_media_type()
692 st->codecpar->codec_id = ff_codec_guid_get_id(ff_codec_wav_guids, subtype); in parse_media_type()
694 av_log(s, AV_LOG_WARNING, "unknown subtype:"FF_PRI_GUID"\n", FF_ARG_GUID(subtype)); in parse_media_type()
714 if (!memcmp(subtype + 4, (const uint8_t[]){FF_MEDIASUBTYPE_BASE_GUID}, 12)) { in parse_media_type()
715 st->codecpar->codec_id = ff_codec_get_id(ff_codec_bmp_tags, AV_RL32(subtype)); in parse_media_type()
717 st->codecpar->codec_id = ff_codec_guid_get_id(ff_video_guids, subtype); in parse_media_type()
[all …]

12345678910>>...23