Home
last modified time | relevance | path

Searched defs:executionCount (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentsWithBoundExecutor.java45 private final AtomicInteger executionCount; field in SubcomponentsWithBoundExecutor.CountingExecutor
47 CountingExecutor(AtomicInteger executionCount) { in CountingExecutor()
61 private final AtomicInteger executionCount; field in SubcomponentsWithBoundExecutor.ExecutorModule
63 ExecutorModule(AtomicInteger constructionCount, AtomicInteger executionCount) { in ExecutorModule()
DSubcomponentWithBoundExecutorTest.java38 private final AtomicInteger executionCount = new AtomicInteger(); field in SubcomponentWithBoundExecutorTest
/external/apache-http/src/org/apache/http/client/
DHttpRequestRetryHandler.java69 boolean retryRequest(IOException exception, int executionCount, HttpContext context); in retryRequest()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultHttpRequestRetryHandler.java85 int executionCount, in retryRequest()