HomeSort by relevance Sort by last modified time
    Searched refs:attr2 (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesNameTest.java 39 Attributes.Name attr2 = new Attributes.Name("Attr"); local
41 assertTrue(attr1.equals(attr2));
42 attr2 = new Attributes.Name("Attr1");
43 assertFalse(attr1.equals(attr2));
48 Attributes.Name attr2 = new Attributes.Name("Attr2"); local
50 assertNotSame(attr1.hashCode(), attr2.hashCode());
55 String str2 = "Attr2";
57 Attributes.Name attr2 = new Attributes.Name("Attr2"); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestEventConstructor.idl 36 [InitializedByEventConstructor] readonly attribute DOMString attr2;
  /external/chromium_org/ppapi/generators/test_parser/
struct.idl 25 [attr1, attr2] PP_Resource Mem3;
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 163 AttributedCharacterIterator.Attribute attr1, attr2; local
173 attr2 = (AttributedCharacterIterator.Attribute) in.readObject();
174 assertSame("resolved incorrectly", attr1, attr2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java 77 public int compare(Attr attr1, Attr attr2) {
79 IndexedRegion region2 = (IndexedRegion) attr2;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEventConstructor.cpp 82 v8SetReturnValueString(info, imp->attr2(), info.GetIsolate());
118 // Attribute 'attr2'
119 {"attr2", TestEventConstructorV8Internal::attr2AttrGetterCallback, 0, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
124 options.get("attr2", eventInit.attr2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 674 Attr attr2 = attributeNodes2.get(i); local
675 if (attr1.getLocalName() == null || attr2.getLocalName() == null) {
676 if (!attr1.getName().equals(attr2.getName())) {
679 } else if (!attr1.getLocalName().equals(attr2.getLocalName())) {
682 if (!attr1.getValue().equals(attr2.getValue())) {
686 if (attr2.getNamespaceURI() != null) {
689 } else if (attr2.getNamespaceURI() == null) {
691 } else if (!attr1.getNamespaceURI().equals(attr2.getNamespaceURI())) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
c14n.c 872 * @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)
886 if (attr1 == attr2)
890 if (attr2 == NULL)
892 if (attr1->ns == attr2->ns) {
893 return (xmlStrcmp(attr1->name, attr2->name));
903 if (attr2->ns == NULL
    [all...]
xpath.c 2845 int attr1 = 0, attr2 = 0; local
    [all...]
  /external/libxml2/
c14n.c 872 * @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)
886 if (attr1 == attr2)
890 if (attr2 == NULL)
892 if (attr1->ns == attr2->ns) {
893 return (xmlStrcmp(attr1->name, attr2->name));
903 if (attr2->ns == NULL
    [all...]
xpath.c 2889 int attr1 = 0, attr2 = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1715 const Attr* attr2 = otherNode->nodeType() == ATTRIBUTE_NODE ? toAttr(otherNode) : 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /external/elfutils/src/
elflint.c 3311 GElf_Word attr2; member in struct:__anon19998
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 592 milliseconds