Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO.cpp38 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()
DELF.cpp56 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()
DJITLinkGeneric.cpp36 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/
DMachO.cpp37 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()
DJITLinkGeneric.cpp31 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/
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/android/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java202 notifyFailed(t);
233 notifyFailed(t);
268 notifyFailed(t);
491 service.notifyFailed(t);
519 service.notifyFailed(scheduleFailure);
DAbstractIdleService.java63 notifyFailed(t); in doStart()
80 notifyFailed(t); in doStop()
DAbstractExecutionThreadService.java78 notifyFailed(t);
86 notifyFailed(t);
DAbstractService.java250 notifyFailed(startupFailure);
289 notifyFailed(shutdownFailure);
388 notifyFailed(failure);
442 protected final void notifyFailed(Throwable cause) {
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java231 notifyFailed(t);
262 notifyFailed(t);
297 notifyFailed(t);
531 service.notifyFailed(t);
559 service.notifyFailed(scheduleFailure);
DAbstractIdleService.java64 notifyFailed(t); in doStart()
81 notifyFailed(t); in doStop()
DAbstractService.java251 notifyFailed(startupFailure);
290 notifyFailed(shutdownFailure);
401 notifyFailed(failure);
455 protected final void notifyFailed(Throwable cause) {
DAbstractExecutionThreadService.java79 notifyFailed(t);
87 notifyFailed(t);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java270 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 …]
DServiceManagerTest.java103 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/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java270 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 …]
DServiceManagerTest.java103 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/
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/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h75 virtual Error notifyFailed(MaterializationResponsibility &MR) = 0;
185 Error notifyFailed(MaterializationResponsibility &MR) override;
DMachOPlatform.h125 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DCallbackHelper.java246 public void notifyFailed(String s) { in notifyFailed() method in CallbackHelper
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
DLLJITWithObjectLinkingLayerPlugin.cpp75 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function in MyPlugin
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp46 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/
DObjectLinkingLayer.cpp45 void notifyFailed(Error Err) override { in notifyFailed() function in llvm::orc::ObjectLinkingLayerJITLinkContext
140 return notifyFailed(std::move(Err)); in notifyResolved()

12