Home
last modified time | relevance | path

Searched refs:barA (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/result/schemas/
Dattruse_0_1.err1 ./test/schemas/attruse_0_1.xml:3: element barA: Schemas validity error : Element 'barA': The attrib…
Drestriction-attr1_0_0.err1 …nt complexType: Schemas parser error : local complex type, attribute use 'barA': The 'optional' at…
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java222 Signature barA = new Signature(Bar.class.getDeclaredMethod( in testSignature() local
226 assertEquals(fooA.hashCode(), barA.hashCode()); in testSignature()
228 assertEquals(fooA, barA); in testSignature()