Home
last modified time | relevance | path

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

12345678910>>...24

/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/boost/libs/vmd/doc/
Dvmd_identifier_subtyping.qbk31 It is possible for the end-user to define his own identifier subtype.
32 This is called a "user-defined subtype". Once a user-define subtype is
35 user-defined subtype.
37 [heading Defining a subtype]
39 In order to define a user-defined subtype a number of steps need to be followed.
42 # Register and pre-detect all identifiers of that subtype.
43 # Register and pre-detect a v-type name for that subtype.
44 # Subset register all identifiers of the subtype.
45 # Subset register the v-type name for the subtype.
49 with our user-defined subtype.
[all …]
/third_party/json/doc/mkdocs/docs/features/
Dbinary_values.md12 +void set_subtype(std::uint8_t subtype)
15 +std::uint8_t subtype() const
29 There are several convenience functions to check and set the subtype:
41 binary.subtype(); // returns 23
89 …zed as an object with two keys: `bytes` holds an array of integers, and `subtype` is an integer or…
96 // create a binary value of subtype 42
110 "subtype": 42
121 …nd subtypes. If a subtype is given, it is used and added as unsigned 8-bit integer. If no subtype
128 // create a binary value of subtype 42
143 0x2a // subtype
[all …]
/third_party/json/include/nlohmann/
Dbyte_container_with_subtype.hpp42 …byte_container_with_subtype(const container_type& b, std::uint8_t subtype) noexcept(noexcept(conta… in byte_container_with_subtype() argument
44 , m_subtype(subtype) 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() argument
50 , m_subtype(subtype) in byte_container_with_subtype()
83 void set_subtype(std::uint8_t subtype) noexcept in set_subtype() argument
85 m_subtype = subtype; in set_subtype()
110 constexpr std::uint8_t subtype() const noexcept in subtype() function in nlohmann::byte_container_with_subtype
/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'.
DpartiallyDiscriminantedUnions.js6 subtype: 1;
11 subtype: 2;
24 if (ab.subtype === 2) {
53 if (ab.subtype === 2) {
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…
DtypeParametersShouldNotBeEqual3.errors.txt2 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Ob…
4 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Ob…
7 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Ob…
18 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Ob…
20 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Ob…
25 …e constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'Ob…
/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/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/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/json/include/nlohmann/detail/input/
Dbinary_reader.hpp240 std::uint8_t subtype{}; in get_bson_binary() local
241 get_number<std::uint8_t>(input_format_t::bson, subtype); in get_bson_binary()
242 result.set_subtype(subtype); in get_bson_binary()
1593 auto assign_and_return_true = [&result](std::int8_t subtype) in get_msgpack_binary()
1595 result.set_subtype(static_cast<std::uint8_t>(subtype)); in get_msgpack_binary()
1625 std::int8_t subtype{}; in get_msgpack_binary() local
1627 get_number(input_format_t::msgpack, subtype) && in get_msgpack_binary()
1629 assign_and_return_true(subtype); in get_msgpack_binary()
1635 std::int8_t subtype{}; in get_msgpack_binary() local
1637 get_number(input_format_t::msgpack, subtype) && in get_msgpack_binary()
[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/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/typescript/tests/cases/compiler/
DpartiallyDiscriminantedUnions.ts5 subtype: 1; property
10 subtype: 2; property
23 if (ab.subtype === 2) {
/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 …]

12345678910>>...24