Home
last modified time | relevance | path

Searched refs:notifyFailed (Results 1 – 12 of 12) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DStreamService.java125 notifyFailed(e); in doStart()
182 notifyFailed(e.getCause()); in doStart()
221 notifyFailed(e); in sendMessage()
233 notifyFailed(e); in closeWriter()
260 notifyFailed( in doStop()
268 notifyFailed( in doStop()
379 notifyFailed(e);
422 notifyFailed(e);
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java177 notifyFailed(startupFailure);
217 notifyFailed(shutdownFailure);
307 notifyFailed(failure);
342 notifyFailed(failure);
358 protected final void notifyFailed(Throwable cause) {
DAbstractScheduledService.java182 notifyFailed(t);
204 notifyFailed(t);
233 notifyFailed(t);
462 service.notifyFailed(e);
DAbstractIdleService.java57 notifyFailed(t);
72 notifyFailed(t);
DAbstractExecutionThreadService.java76 notifyFailed(t);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java287 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStarting()
296 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileRunning()
307 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStopping()
379 service.notifyFailed(EXCEPTION); in testAwaitTerminated_FailedService()
461 service.notifyFailed(new Exception("1")); in testManualServiceFailureIdempotence()
462 service.notifyFailed(new Exception("2")); in testManualServiceFailureIdempotence()
744 notifyFailed(EXCEPTION); in doStart()
755 notifyFailed(EXCEPTION); in doStart()
769 notifyFailed(EXCEPTION); in doStop()
925 service.notifyFailed(new Exception()); in testNotifyFailedWhenNotStarted()
[all …]
DServiceManagerTest.java94 notifyFailed(new IllegalStateException("failed")); in doStart()
101 notifyFailed(new IllegalStateException("failed")); in doStart()
107 notifyFailed(new IllegalStateException("failed")); in doStop()
387 notifyFailed(new Exception("boom")); in testListenerDeadlock()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DHttp2Ping.java159 notifyFailed(entry.getKey(), entry.getValue(), failureCause); in failed()
170 public static void notifyFailed(PingCallback callback, Executor executor, Throwable cause) { in notifyFailed() method in Http2Ping
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientTransport.java140 Http2Ping.notifyFailed(callback, executor, s.asException()); in ping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h723 void notifyFailed(const SymbolNameSet &FailedSymbols);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp659 V.notifyFailed(FailedSymbols); in failMaterialization()
1167 void VSO::notifyFailed(const SymbolNameSet &FailedSymbols) { in notifyFailed() function in llvm::orc::VSO
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientTransport.java307 Http2Ping.notifyFailed(callback, executor, getPingFailure()); in ping()