HomeSort by relevance Sort by last modified time
    Searched full:otherfactory (Results 1 - 5 of 5) sorted by null

  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java 52 install(new FactoryModuleBuilder().build(OtherFactory.class));
55 OtherFactory factory = injector.getInstance(OtherFactory.class);
167 public static interface OtherFactory {
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/
BasicMarkerTest.java 186 IMarkerFactory otherFactory = new BasicMarkerFactory();
187 Marker otherParent = otherFactory.getMarker(PARENT_NAME);
188 Marker otherChild = otherFactory.getMarker(CHILD_NAME);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CycleDetectingLockFactoryTest.java 431 CycleDetectingLockFactory otherFactory =
433 ReentrantLock lockD = otherFactory.newReentrantLock("LockD");
452 CycleDetectingLockFactory otherFactory =
454 ReentrantLock lockD = otherFactory.newReentrantLock("LockD");
  /external/skia/tests/
ImageTest.cpp 387 GrContextFactory otherFactory;
389 otherFactory.getContextInfo(GrContextFactory::kNative_GLContextType);
  /external/guice/lib/build/
spring-beans.jar 

Completed in 1041 milliseconds