Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/configuration/injection/
DMockInjectionStrategy.java28 private MockInjectionStrategy nextStrategy;
41 if(nextStrategy != null) {
42 nextStrategy.thenTry(strategy);
44 nextStrategy = strategy;
89 return nextStrategy != null && nextStrategy.process(field, fieldOwner, mockCandidates);
/external/zstd/tests/
Dparamgrill.c2315 static int nextStrategy(const int currentStrategy, const int bestStrategy) in nextStrategy() function
2525 st = nextStrategy(st, bestStrategy); in optimizeForSize()