Searched refs:attr2 (Results 1 - 9 of 9) sorted by relevance

/external/clearsilver/cs/
H A Dtest_macro_set.cs12 <?cs call:getWidthStyle(300, attr2.foo) ?>
13 <?cs var:attr2.foo ?>
/external/bluetooth/bluez/cups/
H A Dsdp.c44 uint16_t attr1, attr2; local
55 attr2 = SDP_ATTR_ADD_PROTO_DESC_LIST;
56 attrs = sdp_list_append(attrs, &attr2);
/external/webkit/WebCore/svg/
H A DSVGPathSegList.cpp155 #define BLENDPATHSEG2(class, attr1, attr2) \
157 blendFunc(static_cast<class*>(from)->attr2(), static_cast<class*>(to)->attr2(), progress))
159 #define BLENDPATHSEG4(class, attr1, attr2, attr3, attr4) \
161 blendFunc(static_cast<class*>(from)->attr2(), static_cast<class*>(to)->attr2(), progress), \
165 #define BLENDPATHSEG6(class, attr1, attr2, attr3, attr4, attr5, attr6) \
167 blendFunc(static_cast<class*>(from)->attr2(), static_cast<class*>(to)->attr2(), progress), \
173 #define BLENDPATHSEG7(class, attr1, attr2, attr
[all...]
/external/libxml2/
H A Dc14n.c850 * @attr2: the pointer to second attr
854 * Returns -1 if attr1 < attr2, 0 if attr1 == attr2 or 1 if attr1 > attr2.
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) argument
864 if (attr1 == attr2)
868 if (attr2 == NULL)
870 if (attr1->ns == attr2->ns) {
871 return (xmlStrcmp(attr1->name, attr2->name));
881 if (attr2
[all...]
H A Dxpath.c2845 int attr1 = 0, attr2 = 0; local
2862 attr2 = 1;
2867 if (attr1 == attr2) {
2880 if (attr2 == 1)
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c453 const char *attr, *attr2; local
527 attr2 = strchr (attr, ':');
528 if (attr2)
530 attr2 += 2; /* Skip '::' */
531 unescaped_attribute = hex_unescape_string (attr2, NULL, &free_unescaped_attribute);
608 const char *attr, *attr2; local
680 attr2 = strchr (attr, ':');
681 if (attr2)
683 attr2++; /* Skip ':' */
684 unescaped_attribute = hex_unescape_string (attr2, NUL
[all...]
/external/bluetooth/bluez/compat/
H A Dsdp.c303 uint16_t attr2 = SDP_ATTR_SVCNAME_PRIMARY; local
316 attrid = sdp_list_append(attrid, &attr2);
328 attrid = sdp_list_append(attrid, &attr2);
/external/webkit/WebCore/dom/
H A DNode.cpp2052 Attr* attr2 = otherNode->nodeType() == ATTRIBUTE_NODE ? static_cast<Attr*>(otherNode) : 0; local
2055 Node* start2 = attr2 ? attr2->ownerElement() : otherNode;
2066 if (attr2)
2067 chain2.append(attr2);
2069 if (attr1 && attr2 && start1 == start2 && start1) {
2083 if (attr2->attr() == attr)
/external/elfutils/src/
H A Delflint.c1805 GElf_Word attr2; member in struct:__anon1017
2042 | special_sections[s].attr2))
2049 section_flags_string (special_sections[s].attr2,

Completed in 184 milliseconds