Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java72 Attribute attr = new Attribute(CMSAttributes.contentType, in createStandardAttributeTable() local
74 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
81 Attribute attr = new Attribute(CMSAttributes.signingTime, in createStandardAttributeTable() local
83 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
90 Attribute attr = new Attribute(CMSAttributes.messageDigest, in createStandardAttributeTable() local
92 std.put(attr.getAttrType(), attr); in createStandardAttributeTable() local
/external/elfutils/tests/
Dshow-die-info.c272 Dwarf_Attribute attr; in handle() local
290 Dwarf_Attribute attr; in handle() local
308 Dwarf_Attribute attr; in handle() local
336 Dwarf_Attribute attr; in handle() local
365 Dwarf_Attribute attr; in handle() local
394 Dwarf_Attribute attr; in handle() local
424 Dwarf_Attribute attr; in handle() local
453 Dwarf_Attribute attr; in handle() local
463 Dwarf_Attribute attr; in handle() local
/external/openssl/crypto/x509/
Dx509_att.c160 X509_ATTRIBUTE *attr; in STACK_OF() local
173 X509_ATTRIBUTE *attr; in STACK_OF() local
186 X509_ATTRIBUTE *attr; in STACK_OF() local
211 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
228 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
257 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
276 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) in X509_ATTRIBUTE_set1_object()
285 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) in X509_ATTRIBUTE_set1_data()
327 int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_count()
334 ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) in X509_ATTRIBUTE_get0_object()
[all …]
/external/libselinux/src/
Dprocattr.c19 pid_t pid, const char *attr) in getprocattrcon()
77 pid_t pid, const char *attr) in setprocattrcon()
115 #define getselfattr_def(fn, attr) \ argument
121 #define setselfattr_def(fn, attr) \ argument
127 #define all_selfattr_def(fn, attr) \ argument
131 #define getpidattr_def(fn, attr) \ argument
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java37 public abstract AttributeSet set (Attribute attr, String value); in set()
38 public abstract AttributeSet set (Attribute attr, int value); in set()
59 final Attribute attr = (Attribute) entry.getKey (); in emit() local
88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set()
95 public AttributeSet set (final Attribute attr, final int value) in set()
/external/wpa_supplicant_8/src/wps/
Dwps_attr_parse.c20 static int wps_set_vendor_ext_wfa_subelem(struct wps_parse_attr *attr, in wps_set_vendor_ext_wfa_subelem()
72 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
92 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
133 static int wps_set_attr(struct wps_parse_attr *attr, u16 type, in wps_set_attr()
563 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg()
Dwps.c99 struct wps_parse_attr attr; in wps_init() local
224 struct wps_parse_attr attr; in wps_is_selected_pbc_registrar() local
250 static int is_selected_pin_registrar(struct wps_parse_attr *attr) in is_selected_pin_registrar()
285 struct wps_parse_attr attr; in wps_is_selected_pin_registrar() local
305 struct wps_parse_attr attr; in wps_is_addr_authorized() local
377 struct wps_parse_attr attr; in wps_get_uuid_e() local
390 struct wps_parse_attr attr; in wps_is_20() local
545 struct wps_parse_attr attr; in wps_attr_text() local
Dwps_validate.c1028 struct wps_parse_attr attr; in wps_validate_cred() local
1083 struct wps_parse_attr attr; in wps_validate_beacon() local
1122 struct wps_parse_attr attr; in wps_validate_beacon_probe_resp() local
1180 struct wps_parse_attr attr; in wps_validate_probe_req() local
1227 struct wps_parse_attr attr; in wps_validate_assoc_req() local
1256 struct wps_parse_attr attr; in wps_validate_assoc_resp() local
1285 struct wps_parse_attr attr; in wps_validate_m1() local
1341 struct wps_parse_attr attr; in wps_validate_m2() local
1396 struct wps_parse_attr attr; in wps_validate_m2d() local
1448 struct wps_parse_attr attr; in wps_validate_m3() local
[all …]
Dwps_enrollee.c649 struct wps_parse_attr attr; in wps_process_cred_e() local
747 struct wps_parse_attr *attr, in wps_process_ap_settings_e()
875 struct wps_parse_attr *attr) in wps_process_m2()
923 struct wps_parse_attr *attr) in wps_process_m2d()
979 struct wps_parse_attr *attr) in wps_process_m4()
1034 struct wps_parse_attr *attr) in wps_process_m6()
1091 struct wps_parse_attr *attr) in wps_process_m8()
1162 struct wps_parse_attr attr; in wps_process_wsc_msg() local
1244 struct wps_parse_attr attr; in wps_process_wsc_ack() local
1290 struct wps_parse_attr attr; in wps_process_wsc_nack() local
[all …]
/external/webkit/Source/WebCore/dom/
DAttribute.cpp46 Attr* Attribute::attr() const in attr() function in WebCore::Attribute
72 void Attribute::bindAttr(Attr* attr) in bindAttr()
80 void Attribute::unbindAttr(Attr* attr) in unbindAttr()
DNamedNodeMap.cpp47 if (Attr* attr = m_attributes[i]->attr()) in detachAttributesFromElement() local
108 Attr *attr = static_cast<Attr*>(arg); in setNamedItem() local
249 if (Attr* attr = attribute->attr()) in addAttribute() local
279 RefPtr<Attribute> attr = m_attributes[index].get(); in removeAttribute() local
313 Attribute* attr = attributeItem(i); in declCount() local
332 Attribute* attr = attributeItem(i); in mapsEquivalent() local
349 Attribute* attr = attributeItem(i); in mappedMapsEquivalent() local
DStyledElement.cpp73 …Declaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr) in getMappedAttributeDecl()
87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMapp… in setMappedAttributeDecl()
145 void StyledElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged()
234 void StyledElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
283 void StyledElement::addCSSLength(Attribute* attr, int id, const String &value) in addCSSLength()
320 void StyledElement::addCSSColor(Attribute* attr, int id, const String& c) in addCSSColor()
392 void StyledElement::createMappedDecl(Attribute* attr) in createMappedDecl()
/external/skia/include/svg/
DSkSVGAttribute.h27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) } argument
30 #define SVG_ATTRIBUTE(attr) { #attr } argument
34 #define SVG_ADD_ATTRIBUTE(attr) \ argument
38 #define SVG_ADD_ATTRIBUTE_ALIAS(attr, alias) \ argument
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
Dsmartypants.php66 function smarty_modifier_smartypants($text, $attr = NULL) {
72 function SmartyPants($text, $attr = NULL, $ctx = NULL) {
223 function SmartQuotes($text, $attr = NULL, $ctx = NULL) {
317 function SmartDashes($text, $attr = NULL, $ctx = NULL) {
366 function SmartEllipses($text, $attr = NULL, $ctx = NULL) {
/external/elfutils/libdw/
Ddwarf_formref.c59 __libdw_formref (attr, return_offset) in __libdw_formref() argument
109 dwarf_formref (attr, return_offset) in dwarf_formref() argument
Ddwarf_whatattr.c60 dwarf_whatattr (attr) in dwarf_whatattr() argument
/external/linux-tools-perf/util/include/linux/added/
Dhw_breakpoint.h38 static inline void hw_breakpoint_init(struct perf_event_attr *attr) in hw_breakpoint_init()
52 static inline void ptrace_breakpoint_init(struct perf_event_attr *attr) in ptrace_breakpoint_init()
116 register_user_hw_breakpoint(struct perf_event_attr *attr, in register_user_hw_breakpoint()
121 struct perf_event_attr *attr) { return -ENOSYS; } in modify_user_hw_breakpoint()
123 register_wide_hw_breakpoint_cpu(struct perf_event_attr *attr, in register_wide_hw_breakpoint_cpu()
127 register_wide_hw_breakpoint(struct perf_event_attr *attr, in register_wide_hw_breakpoint()
/external/oprofile/libutil++/
Dxml_output.cpp52 string init_attr(tag_t attr, size_t value) in init_attr()
63 string init_attr(tag_t attr, double value) in init_attr()
74 string init_attr(tag_t attr, string const & str) in init_attr()
/external/valgrind/main/drd/tests/
Drecursive_mutex.c39 pthread_mutexattr_t attr; in main() local
53 pthread_mutexattr_t attr; in main() local
/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp46 uint16_t attr = AbbrevDecl->getAttrByIndex(i); in dump() local
71 uint16_t attr, in dumpAttribute()
252 uint16_t attr = AbbrevDecl->getAttrByIndex(i); in extract() local
384 const uint16_t attr, in getAttributeValue()
420 const uint16_t attr, in getAttributeValueAsString()
434 const uint16_t attr, in getAttributeValueAsUnsigned()
445 const uint16_t attr, in getAttributeValueAsSigned()
456 const uint16_t attr, in getAttributeValueAsReference()
/external/webkit/Source/WebCore/html/
DHTMLParamElement.cpp50 void HTMLParamElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
69 Attribute* attr = attributes()->getAttributeItem(nameAttr); in isURLAttribute() local
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c320 struct isakmp_data *attr; local
493 struct isakmp_data *attr; local
661 struct isakmp_data *attr; local
777 isakmp_cfg_net(iph1, attr) in isakmp_cfg_net() argument
941 isakmp_cfg_copy(iph1, attr) in isakmp_cfg_copy() argument
962 isakmp_cfg_short(iph1, attr, value) in isakmp_cfg_short() argument
986 isakmp_cfg_varlen(iph1, attr, string, len) in isakmp_cfg_varlen() argument
1012 isakmp_cfg_string(iph1, attr, string) in isakmp_cfg_string() argument
1022 isakmp_cfg_addr4(iph1, attr, addr) in isakmp_cfg_addr4() argument
1047 isakmp_cfg_addr4_list(iph1, attr, addr, nbr) in isakmp_cfg_addr4_list() argument
[all …]
/external/wpa_supplicant_8/src/radius/
Dradius.c263 struct radius_attr_type *attr; in radius_msg_dump_attr() local
338 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); in radius_msg_dump() local
349 struct radius_attr_hdr *attr; in radius_msg_finish() local
379 struct radius_attr_hdr *attr; in radius_msg_finish_srv() local
423 struct radius_attr_hdr *attr; in radius_msg_finish_das_resp() local
508 struct radius_attr_hdr *attr = NULL, *tmp; in radius_msg_verify_das_req() local
559 struct radius_attr_hdr *attr) in radius_msg_add_attr_to_array()
585 struct radius_attr_hdr *attr; in radius_msg_add_attr() local
627 struct radius_attr_hdr *attr; in radius_msg_parse() local
714 struct radius_attr_hdr *attr; in radius_msg_get_eap() local
[all …]
/external/ppp/pppd/plugins/radius/
Ddict.c46 DICT_ATTR *attr; in rc_read_dictionary() local
297 DICT_ATTR *attr; in rc_dict_getattr() local
334 DICT_ATTR *attr; in rc_dict_findattr() local
/external/bison/lib/
Dspawnattr_init.c26 posix_spawnattr_init (posix_spawnattr_t *attr) in posix_spawnattr_init()

12345678910>>...24