Home
last modified time | relevance | path

Searched refs:barB (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/result/schemas/
DanyAttr-processContents-err1_0_0.err2 …alidity error : Element '{http://FOO}elem.strict', attribute '{http://FOO}barB': No matching globa…
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java277 Signature barB = new Signature(Bar.class.getDeclaredMethod("b")); in testSignature() local
280 assertEquals(fooB.hashCode(), barB.hashCode()); in testSignature()
282 assertEquals(fooB, barB); in testSignature()