/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO.cpp | 38 Ctx->notifyFailed(make_error<JITLinkError>("Truncated MachO buffer \"" + in jitLink_MachO() 52 Ctx->notifyFailed( in jitLink_MachO() 59 Ctx->notifyFailed(make_error<JITLinkError>("Truncated MachO buffer \"" + in jitLink_MachO() 81 Ctx->notifyFailed(make_error<JITLinkError>("MachO-64 CPU type not valid")); in jitLink_MachO() 85 Ctx->notifyFailed(make_error<JITLinkError>("MachO magic not valid")); in jitLink_MachO()
|
D | ELF.cpp | 56 Ctx->notifyFailed(make_error<JITLinkError>("Truncated ELF buffer")); in jitLink_ELF() 61 Ctx->notifyFailed(make_error<JITLinkError>("ELF magic not valid")); in jitLink_ELF() 67 Ctx->notifyFailed(TargetMachineArch.takeError()); in jitLink_ELF() 76 Ctx->notifyFailed(make_error<JITLinkError>( in jitLink_ELF()
|
D | JITLinkGeneric.cpp | 36 return Ctx->notifyFailed(GraphOrErr.takeError()); in linkPhase1() 45 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 61 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 68 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 75 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 416 Ctx->notifyFailed(joinErrors(std::move(Err), Alloc->deallocate())); in deallocateAndBailOut()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO.cpp | 37 Ctx->notifyFailed(make_error<JITLinkError>("Truncated MachO buffer")); in jitLink_MachO() 50 Ctx->notifyFailed( in jitLink_MachO() 73 Ctx->notifyFailed(make_error<JITLinkError>("MachO-64 CPU type not valid")); in jitLink_MachO() 77 Ctx->notifyFailed(make_error<JITLinkError>("MachO magic not valid")); in jitLink_MachO()
|
D | JITLinkGeneric.cpp | 31 return Ctx->notifyFailed(GraphOrErr.takeError()); in linkPhase1() 36 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 52 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 59 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 308 Ctx->notifyFailed(joinErrors(std::move(Err), Alloc->deallocate())); in deallocateAndBailOut()
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | StreamService.java | 125 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/android/guava/src/com/google/common/util/concurrent/ |
D | AbstractScheduledService.java | 202 notifyFailed(t); 233 notifyFailed(t); 268 notifyFailed(t); 491 service.notifyFailed(t); 519 service.notifyFailed(scheduleFailure);
|
D | AbstractIdleService.java | 63 notifyFailed(t); in doStart() 80 notifyFailed(t); in doStop()
|
D | AbstractExecutionThreadService.java | 78 notifyFailed(t); 86 notifyFailed(t);
|
D | AbstractService.java | 250 notifyFailed(startupFailure); 289 notifyFailed(shutdownFailure); 388 notifyFailed(failure); 442 protected final void notifyFailed(Throwable cause) {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractScheduledService.java | 231 notifyFailed(t); 262 notifyFailed(t); 297 notifyFailed(t); 531 service.notifyFailed(t); 559 service.notifyFailed(scheduleFailure);
|
D | AbstractIdleService.java | 64 notifyFailed(t); in doStart() 81 notifyFailed(t); in doStop()
|
D | AbstractExecutionThreadService.java | 79 notifyFailed(t); 87 notifyFailed(t);
|
D | AbstractService.java | 251 notifyFailed(startupFailure); 290 notifyFailed(shutdownFailure); 401 notifyFailed(failure); 455 protected final void notifyFailed(Throwable cause) {
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractServiceTest.java | 270 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStarting() 279 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileRunning() 290 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStopping() 369 service.notifyFailed(EXCEPTION); in testAwaitTerminated_FailedService() 449 service.notifyFailed(new Exception("1")); in testManualServiceFailureIdempotence() 450 service.notifyFailed(new Exception("2")); in testManualServiceFailureIdempotence() 732 notifyFailed(EXCEPTION); in doStart() 745 notifyFailed(EXCEPTION); in doStart() 762 notifyFailed(EXCEPTION); in doStop() 934 service.notifyFailed(new Exception()); in testNotifyFailedWhenNotStarted() [all …]
|
D | ServiceManagerTest.java | 103 notifyFailed(new IllegalStateException("start failure")); in doStart() 111 notifyFailed(new IllegalStateException("run failure")); in doStart() 118 notifyFailed(new IllegalStateException("stop failure")); in doStop() 376 notifyFailed(new IllegalStateException("start failure")); in testNotifyStoppedAfterFailure() 461 notifyFailed(new Exception("boom")); in testListenerDeadlock()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractServiceTest.java | 270 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStarting() 279 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileRunning() 290 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStopping() 369 service.notifyFailed(EXCEPTION); in testAwaitTerminated_FailedService() 449 service.notifyFailed(new Exception("1")); in testManualServiceFailureIdempotence() 450 service.notifyFailed(new Exception("2")); in testManualServiceFailureIdempotence() 732 notifyFailed(EXCEPTION); in doStart() 745 notifyFailed(EXCEPTION); in doStart() 762 notifyFailed(EXCEPTION); in doStop() 934 service.notifyFailed(new Exception()); in testNotifyFailedWhenNotStarted() [all …]
|
D | ServiceManagerTest.java | 103 notifyFailed(new IllegalStateException("start failure")); in doStart() 111 notifyFailed(new IllegalStateException("run failure")); in doStart() 118 notifyFailed(new IllegalStateException("stop failure")); in doStop() 376 notifyFailed(new IllegalStateException("start failure")); in testNotifyStoppedAfterFailure() 461 notifyFailed(new Exception("boom")); in testListenerDeadlock()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | Http2Ping.java | 159 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/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 75 virtual Error notifyFailed(MaterializationResponsibility &MR) = 0; 185 Error notifyFailed(MaterializationResponsibility &MR) override;
|
D | MachOPlatform.h | 125 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | CallbackHelper.java | 246 public void notifyFailed(String s) { in notifyFailed() method in CallbackHelper
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
D | LLJITWithObjectLinkingLayerPlugin.cpp | 75 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function in MyPlugin
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.cpp | 46 void notifyFailed(Error Err) override { in notifyFailed() function in llvm::orc::ObjectLinkingLayerJITLinkContext 48 Err = joinErrors(std::move(Err), P->notifyFailed(*MR)); in notifyFailed() 579 Error EHFrameRegistrationPlugin::notifyFailed( in notifyFailed() function in llvm::orc::EHFrameRegistrationPlugin
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.cpp | 45 void notifyFailed(Error Err) override { in notifyFailed() function in llvm::orc::ObjectLinkingLayerJITLinkContext 140 return notifyFailed(std::move(Err)); in notifyResolved()
|