Home
last modified time | relevance | path

Searched refs:otherFactory (Results 1 – 4 of 4) sorted by relevance

/external/slf4j/slf4j-api/src/test/java/org/slf4j/
DBasicMarkerTest.java186 IMarkerFactory otherFactory = new BasicMarkerFactory(); in testHomonyms() local
187 Marker otherParent = otherFactory.getMarker(PARENT_NAME); in testHomonyms()
188 Marker otherChild = otherFactory.getMarker(CHILD_NAME); in testHomonyms()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java431 CycleDetectingLockFactory otherFactory = in testDifferentLockFactories() local
433 ReentrantLock lockD = otherFactory.newReentrantLock("LockD"); in testDifferentLockFactories()
452 CycleDetectingLockFactory otherFactory = in testDifferentLockFactories_policyExecution() local
454 ReentrantLock lockD = otherFactory.newReentrantLock("LockD"); in testDifferentLockFactories_policyExecution()
/external/skia/tests/
DImageTest.cpp375 GrContextFactory otherFactory; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
376 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1081 GrContextFactory otherFactory; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
1082 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/tests/
DImageTest.cpp375 GrContextFactory otherFactory; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
376 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1081 GrContextFactory otherFactory; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
1082 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()