Searched refs:BadScope (Results 1 – 4 of 4) sorted by relevance
/external/guice/core/test/com/google/inject/ |
D | ErrorHandlingTest.java | 119 @interface BadScope {} annotation in ErrorHandlingTest 135 bindScope(BadScope.class, Scopes.SINGLETON); in configure()
|
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
D | CheckedProviderTest.java | 1627 BadScope.class, in testProvisionExceptionOnDependenciesOfCxtor() 1657 private @interface BadScope {} annotation in CheckedProviderTest 1659 @BadScope 1662 @BadScope
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 352 auto BadScope = DIB.createLexicalBlockFile(BarSP, File, 0); in TEST_F() local 353 I->setDebugLoc(DebugLoc::get(2, 0, BadScope)); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 456 auto BadScope = DIB.createLexicalBlockFile(BarSP, File, 0); in TEST_F() local 457 I->setDebugLoc(DebugLoc::get(2, 0, BadScope)); in TEST_F()
|