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

/external/chromium_org/ppapi/generators/test_parser/
H A Dstruct.idl25 [attr1, attr2] PP_Resource Mem3;
/external/chromium_org/third_party/libxml/src/
H A Dc14n.c872 * @attr2: the pointer to second attr
876 * Returns -1 if attr1 < attr2, 0 if attr1 == attr2 or 1 if attr1 > attr2.
879 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) argument
886 if (attr1 == attr2)
890 if (attr2 == NULL)
892 if (attr1->ns == attr2->ns) {
893 return (xmlStrcmp(attr1->name, attr2->name));
903 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/libxml2/
H A Dc14n.c874 * @attr2: the pointer to second attr
878 * Returns -1 if attr1 < attr2, 0 if attr1 == attr2 or 1 if attr1 > attr2.
881 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) argument
888 if (attr1 == attr2)
892 if (attr2 == NULL)
894 if (attr1->ns == attr2->ns) {
895 return (xmlStrcmp(attr1->name, attr2->name));
905 if (attr2
[all...]
H A Dxpath.c2979 int attr1 = 0, attr2 = 0; local
2996 attr2 = 1;
3001 if (attr1 == attr2) {
3014 if (attr2 == 1)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1496 const Attr* attr2 = otherNode->nodeType() == ATTRIBUTE_NODE ? toAttr(otherNode) : 0; local
1499 const Node* start2 = attr2 ? attr2->ownerElement() : otherNode;
1512 if (attr2)
1513 chain2.append(attr2);
1515 if (attr1 && attr2 && start1 == start2 && start1) {
1528 if (attr2->qualifiedName() == it->name())
/external/elfutils/0.153/src/
H A Delflint.c3336 GElf_Word attr2; member in struct:__anon21286
3521 | special_sections[s].attr2))
3528 section_flags_string (special_sections[s].attr2,
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 373 milliseconds