Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DManyConstructorsTest.java167 install(new FactoryModuleBuilder().build(NullFactory.class)); in testNoMatchingConstrucotsBecauseTooLittleParams()
177 + NullFactory.class.getName()); in testNoMatchingConstrucotsBecauseTooLittleParams()
185 public static interface NullFactory { interface in ManyConstructorsTest
/external/angle/src/tests/
Dangle_unittests_utils.h21 class NullFactory : public GLImplFactory
24 NullFactory() {} in NullFactory() function