Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DErrorHandlingTest.java114 @interface BadScope {} annotation in ErrorHandlingTest
129 bindScope(BadScope.class, Scopes.SINGLETON); in configure()
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderTest.java1481 bindScope(BadScope.class, new Scope() { in testProvisionExceptionOnDependenciesOfCxtor()
1511 private @interface BadScope { } annotation in CheckedProviderTest
1513 @BadScope private static class Unscoped1 {}
1514 @BadScope private static class Unscoped2 {}
/external/llvm/unittests/IR/
DIRBuilderTest.cpp352 auto BadScope = DIB.createLexicalBlockFile(BarSP, File, 0); in TEST_F() local
353 I->setDebugLoc(DebugLoc::get(2, 0, BadScope)); in TEST_F()