Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGNode.h64 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \
67 SkSVGProperty<attr_type, attr_inherited>>&& pr) {\
73 const SkSVGProperty<attr_type, attr_inherited>& get##attr_name() const { \
76 void set##attr_name(const SkSVGProperty<attr_type, attr_inherited>& v) { \
85 void set##attr_name(SkSVGProperty<attr_type, attr_inherited>&& v) { \
191 #define _SVG_ATTR_SETTERS(attr_name, attr_type, attr_default, set_cp, set_mv) \
194 const SkSVGAttributeParser::ParseResult<attr_type>& pr) { \
199 SkSVGAttributeParser::ParseResult<attr_type>&& pr) { \
204 void set##attr_name(const attr_type& a) { set_cp(a); } \
205 void set##attr_name(attr_type
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGNode.h98 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \
99 const attr_type& get##attr_name() const { return attr_container; } \
100 void set##attr_name(const attr_type& v) { \
105 void set##attr_name(attr_type&& v) { \
111 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \
112 attr_type get##attr_name() const { return attr_container.get##attr_name(); } \
113 void set##attr_name(const attr_type& v) { \
118 void set##attr_name(attr_type&& v) { \
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c235 * Load the runlist of the <attr_type> attribute.
242 * attr_type must be little endian.
250 static runlist *load_runlist(ntfs_volume *rawvol, s64 offset_to_file_record, ATTR_TYPES attr_type, u32 size_of_file_record) in load_runlist() argument
310 if (attr_rec->type==attr_type) { in load_runlist()
425 u32 attr_type = le32_to_cpu(attr_rec->type); in check_attr_record() local
431 (int)attr_type, (long long)current_mft_record); in check_attr_record()
436 if ((attr_type & ~0x0F0) && (attr_type != 0x100)) { in check_attr_record()
438 (int)attr_type); in check_attr_record()
444 (long long)current_mft_record, (int)attr_type, in check_attr_record()
[all...]
H A Dntfstruncate.c78 ATTR_TYPES attr_type; variable
229 attr_type = AT_DATA; in parse_options()
239 attr_type = cpu_to_le32(ul); in parse_options()
261 ntfs_log_verbose("attribute type = 0x%x\n", (unsigned int)le32_to_cpu(attr_type)); in parse_options()
670 if (a->type == attr_type) in dump_mft_record()
766 na = ntfs_attr_open(ni, attr_type, attr_name, attr_name_len); in main()
769 (unsigned int)le32_to_cpu(attr_type), strerror(errno)); in main()
781 (unsigned int)le32_to_cpu(attr_type), strerror(errno)); in main()
H A Dntfsfallocate.c83 le32 attr_type; variable
356 attr_type = AT_DATA; in parse_options()
367 attr_type = cpu_to_le32(ul); in parse_options()
391 (unsigned long)le32_to_cpu(attr_type)); in parse_options()
705 if (ntfs_attr_lookup(attr_type, attr_name, attr_name_len, in ntfs_full_allocation()
721 if ((attr_type == AT_DATA) && !attr_name_len) { in ntfs_full_allocation()
755 na = ntfs_attr_open(ni, attr_type, attr_name, attr_name_len); in ntfs_fallocate()
758 (unsigned long)le32_to_cpu(attr_type)); in ntfs_fallocate()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c532 uint8_t attr_type = ATTRIBUTE_FLOAT; in get_attr_type() local
537 attr_type = ATTRIBUTE_FLOAT; in get_attr_type()
540 attr_type = ATTRIBUTE_HALF_FLOAT; in get_attr_type()
548 attr_type = ATTRIBUTE_INT; in get_attr_type()
551 attr_type = ATTRIBUTE_SHORT; in get_attr_type()
554 attr_type = ATTRIBUTE_INT2_10_10_10; in get_attr_type()
557 attr_type = ATTRIBUTE_BYTE; in get_attr_type()
563 attr_type = ATTRIBUTE_BYTE; in get_attr_type()
575 return attr_type; in get_attr_type()
/third_party/skia/experimental/skrive/include/
H A DSkRive.h29 #define ACTOR_ATTR(attr_name, attr_type, attr_default) \
31 attr_type f##attr_name = attr_default; \
33 const attr_type& get##attr_name() const { return f##attr_name; } \
34 void set##attr_name(const attr_type& v) { \
39 void set##attr_name(attr_type&& v) { \
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.c581 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues32()
582 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues32()
586 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues32()
632 values->type = rep.attr_type; in XNVCTRLQueryValidTargetStringAttributeValues()
671 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues64()
672 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues64()
676 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues64()
772 permissions->type = rep.attr_type; in QueryAttributePermissionsInternal()
H A Dnv_control.h341 INT32 attr_type B32;
356 INT32 attr_type B32;
382 INT32 attr_type B32;
/third_party/alsa-utils/topology/
H A Dpre-processor.c726 snd_config_type_t attr_type; in pre_process_create_items() local
731 attr_type = snd_config_get_type(n2); in pre_process_create_items()
734 if (attr_type == SND_CONFIG_TYPE_INTEGER) { in pre_process_create_items()
/third_party/alsa-lib/include/
H A Dump_msg.h198 uint8_t attr_type; /**< Attribute type */ member
203 uint8_t attr_type; /**< Attribute type */
/third_party/python/Lib/test/
H A Dtest_sys.py689 attr_type = bool if attr in ("dev_mode", "safe_path") else int
690 self.assertEqual(type(getattr(sys.flags, attr)), attr_type, attr)
700 attr_type = type(sys_attr)
702 attr_type(arg)
704 attr_type.__new__(attr_type, arg)
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c551 m->note_off.attr_type, m->note_off.attr_data); in dump_ump_midi2_event()
557 m->note_off.attr_type, m->note_off.attr_data); in dump_ump_midi2_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c2129 int attr_type; in dpp_validate_csr() local
2144 &attr_len, &attr_type); in dpp_validate_csr()
2152 if (attr_type != ASN1_TAG_UTF8STRING && in dpp_validate_csr()
2153 attr_type != ASN1_TAG_PRINTABLESTRING && in dpp_validate_csr()
2154 attr_type != ASN1_TAG_IA5STRING) { in dpp_validate_csr()
2157 attr_type); in dpp_validate_csr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h1260 * @attr_type: ASN.1 type of @value buffer
1266 int attr_type, const u8 *value, size_t len);
H A Dcrypto_openssl.c3171 int attr_type, const u8 *value, size_t len) in crypto_csr_set_attribute()
3183 if (!X509_REQ_add1_attr_by_NID((X509_REQ *) csr, nid, attr_type, value, in crypto_csr_set_attribute()
3170 crypto_csr_set_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, int attr_type, const u8 *value, size_t len) crypto_csr_set_attribute() argument
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c1848 const XML_Char *attr_type; member
1856 const XML_Char *attr_type, in verify_attlist_decl_handler()
1864 if (xcstrcmp(attr_type, at->attr_type)) in verify_attlist_decl_handler()
1854 verify_attlist_decl_handler(void *userData, const XML_Char *element_name, const XML_Char *attr_name, const XML_Char *attr_type, const XML_Char *default_value, int is_required) verify_attlist_decl_handler() argument
/third_party/astc-encoder/Source/
H A Dtinyexr.h10491 std::string attr_type; in ParseEXRHeader() local
10494 if (!tinyexr::ReadAttribute(&attr_name, &attr_type, &data, &marker_size, in ParseEXRHeader()
10653 strncpy_s(attrib.type, attr_type.c_str(), 255); in ParseEXRHeader()
10656 strncpy(attrib.type, attr_type.c_str(), 255); in ParseEXRHeader()
12664 std::string attr_type;
12667 if (!tinyexr::ReadAttribute(&attr_name, &attr_type, &data, &marker_size,
/third_party/ltp/scripts/
H A Dcheckpatch.pl6361 my $attr_type = $2;
/third_party/python/Parser/
H A Dparser.c162 #define attr_type 1082 // Left-recursive macro
9156 if (_PyPegen_is_memoized(p, attr_type, &_res)) { in attr_rule()
9163 int tmpvar_1 = _PyPegen_update_memo(p, _mark, attr_type, _res); in attr_rule()
[all...]

Completed in 97 milliseconds