/external/v8/benchmarks/ |
D | base.js | 189 BenchmarkSuite.prototype.NotifyError = function(error) { method in BenchmarkSuite 190 if (this.runner.NotifyError) { 191 this.runner.NotifyError(this.name, error); 252 suite.NotifyError(e); 265 suite.NotifyError(e); 276 suite.NotifyError(e);
|
D | run.js | 61 NotifyError: PrintError, property
|
/external/v4l2_codec2/ |
D | C2VDAAdaptorProxy.cpp | 47 NotifyError(::arc::mojom::VideoDecodeAccelerator::Result::PLATFORM_FAILURE); in onConnectionError() 112 void C2VDAAdaptorProxy::NotifyError(::arc::mojom::VideoDecodeAccelerator::Result error) { in NotifyError() function in android::arc::C2VDAAdaptorProxy 129 NotifyError(result); in NotifyResetDone() 143 NotifyError(result); in NotifyFlushDone() 228 NotifyError(::arc::mojom::VideoDecodeAccelerator::Result::PLATFORM_FAILURE); in decodeOnMojoThread() 267 NotifyError(::arc::mojom::VideoDecodeAccelerator::Result::PLATFORM_FAILURE); in importBufferForPictureOnMojoThread()
|
D | C2VDAAdaptor.cpp | 196 void C2VDAAdaptor::NotifyError(media::VideoDecodeAccelerator::Error error) { in NotifyError() function in android::C2VDAAdaptor
|
/external/v4l2_codec2/include/ |
D | C2VDAAdaptor.h | 48 void NotifyError(media::VideoDecodeAccelerator::Error error) override;
|
D | C2VDAAdaptorProxy.h | 54 void NotifyError(::arc::mojom::VideoDecodeAccelerator::Result error) override;
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | interface_endpoint_client.cc | 309 void InterfaceEndpointClient::NotifyError( in NotifyError() function in mojo::InterfaceEndpointClient 367 base::Bind(&InterfaceEndpointClient::NotifyError, in OnAssociationEvent()
|
D | multiplex_router.cc | 785 client->NotifyError(disconnect_reason); in ProcessNotifyErrorTask()
|
/external/v4l2_codec2/vda/ |
D | video_decode_accelerator.h | 200 virtual void NotifyError(Error error) = 0;
|
D | v4l2_video_decode_accelerator.h | 323 void NotifyError(Error error);
|
D | v4l2_video_decode_accelerator.cc | 1670 void V4L2VideoDecodeAccelerator::NotifyError(Error error) { in NotifyError() function in media::V4L2VideoDecodeAccelerator 1675 FROM_HERE, base::Bind(&V4L2VideoDecodeAccelerator::NotifyError, in NotifyError() 1681 client_->NotifyError(error); in NotifyError() 1700 NotifyError(error); in SetErrorState()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_endpoint_client.h | 108 void NotifyError(const base::Optional<DisconnectReason>& reason);
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 591 void NotifyError(const std::string& error_message, bool disconnected) { in NotifyError() function in mojo::core::__anon060969690111::RemoteProcessState 621 state->NotifyError(error_message, in TestProcessErrorHandler()
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 723 client->NotifyError(reason); in NotifyEndpointOfError()
|