/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | xnnpack_delegate.cc | 256 const Delegate& delegate) { in Create() 278 xnn_status status = xnn_create_subgraph( in Create() local 612 xnn_status status = xnn_status_success; in Create() local 757 const xnn_status status = xnn_setup_runtime( in Invoke() local 765 xnn_status status = xnn_invoke_runtime(runtime_.get()); in Invoke() local 793 xnn_status status = xnn_get_runtime_profiling_info( in AddEventsToProfiler() local 1308 static TfLiteStatus CheckTensorFloat32OrQInt8Type(const Delegate& delegate, in CheckTensorFloat32OrQInt8Type() 1344 static TfLiteStatus CheckTensorQInt8OrQUInt8Type(const Delegate& delegate, in CheckTensorQInt8OrQUInt8Type() 1398 static TfLiteStatus CheckTensorFloat32OrQUInt8Type(const Delegate& delegate, in CheckTensorFloat32OrQUInt8Type() 1455 const Delegate& delegate, TfLiteContext* context, in CheckTensorFloat32OrQCInt8Type() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/ |
H A D | HealthCheckingLoadBalancerFactory.java | 95 private final Helper delegate; field in HealthCheckingLoadBalancerFactory.HelperImpl 102 HelperImpl(Helper delegate) { in HelperImpl() 108 protected Helper delegate() { in delegate() method in HealthCheckingLoadBalancerFactory.HelperImpl 143 final Subchannel delegate; field in HealthCheckingLoadBalancerFactory.SubchannelImpl 146 SubchannelImpl(Subchannel delegate, HealthCheckState hcState) { in SubchannelImpl() 152 protected Subchannel delegate() { in delegate() method in HealthCheckingLoadBalancerFactory.SubchannelImpl 164 final LoadBalancer delegate; field in HealthCheckingLoadBalancerFactory.HealthCheckingLoadBalancer 167 HealthCheckingLoadBalancer(HelperImpl helper, LoadBalancer delegate) { in HealthCheckingLoadBalancer() 173 protected LoadBalancer delegate() { in delegate() method in HealthCheckingLoadBalancerFactory.HealthCheckingLoadBalancer 380 public void onClose(final Status status, Metadata trailers) { in onClose() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/ |
H A D | gl_delegate.cc | 376 inline Delegate* GetGpuDelegate(TfLiteDelegate* delegate) { in GetGpuDelegate() 380 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare() 389 const auto status = gpu_delegate->Prepare(context, params); in DelegatePrepare() local 403 const auto status = GetGpuDelegate(node)->Invoke(context); in DelegatePrepare() local 415 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare() local 422 TfLiteDelegate* delegate, in DelegateCopyFromBufferHandle() 427 const auto status = gpu_delegate->CopyFromBufferHandle(buffer_handle, tensor); in DelegateCopyFromBufferHandle() local 435 TfLiteDelegate* delegate, in DelegateCopyToBufferHandle() 440 const auto status = gpu_delegate->CopyToBufferHandle(buffer_handle, tensor); in DelegateCopyToBufferHandle() local 476 void TfLiteGpuDelegateDelete(TfLiteDelegate* delegate) { in TfLiteGpuDelegateDelete() [all …]
|
H A D | delegate.cc | 130 explicit DelegateKernel(Delegate* delegate) : delegate_(delegate) { in DelegateKernel() 158 absl::Status status = in Prepare() local 503 inline Delegate* GetDelegate(TfLiteDelegate* delegate) { in GetDelegate() 507 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare() 518 const auto status = gpu_delegate_kernel->Prepare(context, params); in DelegatePrepare() local 539 const auto status = gpu_delegate_kernel->GetRequiredTemporaries( in DelegatePrepare() local 553 const auto status = GetDelegateKernel(node)->Invoke(context); in DelegatePrepare() local 576 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare() local 596 void TfLiteGpuDelegateV2Delete(TfLiteDelegate* delegate) { in TfLiteGpuDelegateV2Delete()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | gpu_api_delegate.cc | 110 absl::Status status = in Prepare() local 307 inline Delegate* GetDelegate(TfLiteDelegate* delegate) { in GetDelegate() 311 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare() 320 const auto status = gpu_delegate->Prepare(context, params); in DelegatePrepare() local 345 const auto status = GetDelegate(node)->Invoke(context); in DelegatePrepare() local 359 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare() local 376 void TfLiteGpuDelegateDelete_New(TfLiteDelegate* delegate) { in TfLiteGpuDelegateDelete_New() 381 TfLiteDelegate* delegate, GLuint buffer_id, int tensor_index, in TfLiteGpuDelegateBindGlBufferToTensor() 402 bool TfLiteGpuDelegateGetSerializedBinaryCache(TfLiteDelegate* delegate, in TfLiteGpuDelegateGetSerializedBinaryCache()
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | CallCredentialsApplyingTransportFactory.java | 43 private final ClientTransportFactory delegate; field in CallCredentialsApplyingTransportFactory 48 ClientTransportFactory delegate, CallCredentials channelCallCredentials, in CallCredentialsApplyingTransportFactory() 78 private final ConnectionClientTransport delegate; field in CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport 96 CallCredentialsApplyingTransport(ConnectionClientTransport delegate, String authority) { in CallCredentialsApplyingTransport() 102 protected ConnectionClientTransport delegate() { in delegate() method in CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport 183 public void shutdown(Status status) { in shutdown() 202 public void shutdownNow(Status status) { in shutdownNow()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | delegate_test.cc | 173 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 182 TfLiteStatus status = in TEST_F() local 191 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 202 TfLiteStatus status = in TEST_F() local 212 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 225 TfLiteStatus status = interpreter_->SetBufferHandle( in TEST_F() local 361 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 388 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 406 TfLiteStatus status = in TEST_F() local 872 TfLiteDelegate* delegate) -> TfLiteStatus { in SetUp() [all …]
|
H A D | telemetry_test.cc | 39 DelegateStatus status(kDummySource, kDummyCode); in TEST() local 66 auto* delegate = reinterpret_cast<TfLiteDelegate*>(event_metadata1); in BeginEvent() local 102 TfLiteDelegate delegate = TfLiteDelegateCreate(); in TEST() local 105 DelegateStatus status(kDummySource, kDummyCode); in TEST() local 114 TfLiteDelegate delegate = TfLiteDelegateCreate(); in TEST() local 134 DelegateStatus status(kDummySource, kDummyCode); in TEST() local
|
H A D | telemetry.cc | 28 TfLiteDelegate* delegate, in ReportDelegateSettings() 39 TfLiteDelegate* delegate, in ReportDelegateStatus() 40 const DelegateStatus& status) { in ReportDelegateStatus()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | low_energy_connection.cc | 254 sm::Result<> status, const auto& sp) { in OnSecurityRequest() 365 dispatcher_, [this](pw::async::Context /*ctx*/, pw::Status status) { in StartConnectionPausePeripheralTimeout() 386 dispatcher_, [this](pw::async::Context /*ctx*/, pw::Status status) { in StartConnectionPauseCentralTimeout() 492 auto status_cb = [self, params](hci::Result<> status) { in RequestConnectionParameterUpdate() 507 hci_spec::LEPreferredConnectionParameters params, hci::Result<> status) { in HandleRequestConnectionParameterUpdateCommandStatus() 723 peer_id(), {kGenericAccessService}, [self](auto status, auto services) { in InitializeGatt() 732 void LowEnergyConnection::OnGattServicesResult(att::Result<> status, in OnGattServicesResult() 840 void LowEnergyConnection::OnPairingComplete(sm::Result<> status) { in OnPairingComplete() 847 auto delegate = conn_mgr_->pairing_delegate(); in OnPairingComplete() local 853 void LowEnergyConnection::OnAuthenticationFailure(hci::Result<> status) { in OnAuthenticationFailure() [all …]
|
H A D | fake_pairing_delegate_test.cc | 24 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local 31 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local 34 auto cb = [&cb_called](auto id, auto status) { in TEST() 45 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local 60 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local 79 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local 94 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local 106 FakePairingDelegate delegate(sm::IOCapability::kDisplayYesNo); in TEST() local
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | CompositeCallCredentials.java | 46 private final MetadataApplier delegate; field in CompositeCallCredentials.WrappingMetadataApplier 50 RequestInfo requestInfo, Executor appExecutor, MetadataApplier delegate, Context context) { in WrappingMetadataApplier() 70 public void fail(Status status) { in fail() 76 private final MetadataApplier delegate; field in CompositeCallCredentials.CombiningMetadataApplier 79 public CombiningMetadataApplier(MetadataApplier delegate, Metadata firstHeaders) { in CombiningMetadataApplier() 94 public void fail(Status status) { in fail()
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/orca/ |
H A D | OrcaOobUtil.java | 143 public static LoadBalancer.Helper newOrcaReportingHelper(LoadBalancer.Helper delegate) { in newOrcaReportingHelper() 152 LoadBalancer.Helper delegate, in newOrcaReportingHelper() 220 private final LoadBalancer.Helper delegate; field in OrcaOobUtil.OrcaReportingHelper 226 LoadBalancer.Helper delegate, in OrcaReportingHelper() 236 protected Helper delegate() { in delegate() method in OrcaOobUtil.OrcaReportingHelper 444 public void onClose(final Status status, Metadata trailers) { in onClose() 468 void handleStreamClosed(Status status) { in handleStreamClosed() 517 private final Subchannel delegate; field in OrcaOobUtil.SubchannelImpl 521 SubchannelImpl(Subchannel delegate, OrcaReportingHelper.OrcaReportingState orcaState) { in SubchannelImpl() 527 protected Subchannel delegate() { in delegate() method in OrcaOobUtil.SubchannelImpl
|
/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_fuchsia.cc | 34 zx_status_t status = in WaitBegin() local 78 zx_status_t status, in HandleSignal() 195 FdWatcher* delegate) { in WatchFileDescriptor() 239 ZxHandleWatcher* delegate) { in WatchZxHandle() 263 zx_status_t status = async_loop_->Run(zx::time(deadline), /*once=*/true); in HandleIoEventsUntil() local 283 void MessagePumpFuchsia::Run(Delegate* delegate) { in Run()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | ContextsTest.java | 198 Status status = statusFromCancelled(cancellableContext); in statusFromCancelled_returnStatusAsSetOnCtx() local 209 Status status = statusFromCancelled(cancellableContext); in statusFromCancelled_shouldReturnStatusWithCauseAttached() local 220 private ScheduledExecutorService delegate = TestingExecutors.noOpScheduledExecutor(); in statusFromCancelled_TimeoutExceptionShouldMapToDeadlineExceeded() field in ContextsTest.MockScheduledExecutorService 223 @Override public ScheduledExecutorService delegate() { in statusFromCancelled_TimeoutExceptionShouldMapToDeadlineExceeded() method in ContextsTest.MockScheduledExecutorService 244 Status status = statusFromCancelled(cancellableContext); in statusFromCancelled_TimeoutExceptionShouldMapToDeadlineExceeded() local 255 Status status = statusFromCancelled(cancellableContext); in statusFromCancelled_returnCancelledIfCauseIsNull() local 268 Status status = statusFromCancelled(cancellableContext); in statusFromCancelled_StatusUnknownShouldWork() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | proto_to_args_parser_unittest.cc | 154 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 191 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 235 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 261 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 286 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 322 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 372 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 383 ProtoToArgsParser::Delegate& delegate) -> std::optional<base::Status> { in TEST_F() 414 auto status = pool.AddFromFileDescriptorSet(kTestMessagesDescriptor.data(), in TEST_F() local 424 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F() [all …]
|
H A D | proto_to_args_parser.cc | 101 Delegate& delegate, in ParseMessage() 114 Delegate& delegate, in ParseMessageInternal() 197 Delegate& delegate, in ParseField() 218 if (std::optional<base::Status> status = in ParseField() local 239 Delegate& delegate, in ParsePackedField() 308 Delegate& delegate) { in MaybeApplyOverrideForField() 319 Delegate& delegate) { in MaybeApplyOverrideForType() 329 Delegate& delegate) { in ParseSimpleField() 396 Delegate& delegate) { in AddDefault() 474 Delegate& delegate) { in AddEnum()
|
/aosp_15_r20/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewarePermission.java | 71 public SoundTriggerMiddlewarePermission( in SoundTriggerMiddlewarePermission() 143 final int status = PermissionUtil.checkPermissionForDataDelivery(context, identity, in enforcePermissionForDataDelivery() local 156 final int status = lpmi.checkSoundTriggerRecordAudioPermissionForDataDelivery(identity.uid, in enforceSoundTriggerRecordAudioPermissionForDataDelivery() local 176 final int status = PermissionUtil.checkPermissionForPreflight(context, identity, in enforcePermissionForPreflight() local 217 ModuleWrapper attach(@NonNull ISoundTriggerModule delegate) { in attach() 308 private CallbackWrapper(ISoundTriggerCallback delegate) { in CallbackWrapper()
|
/aosp_15_r20/external/dagger2/java/dagger/grpc/server/ |
H A D | ProxyServerCallHandler.java | 119 private final Listener<RequestT> delegate; field in ProxyServerCallHandler.ServerCallListenerAdapter 121 public ServerCallListenerAdapter(Listener<RequestT> delegate) { in ServerCallListenerAdapter() 152 private final ServerCall<InputStream, InputStream> delegate; field in ProxyServerCallHandler.ServerCallAdapter 155 ServerCallAdapter(ServerCall<InputStream, InputStream> delegate, in ServerCallAdapter() argument 182 public void close(Status status, Metadata trailers) { in close()
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | unwinding.h | 141 Status status = Status::kInitial; member 154 Status status = Status::kActive; member 270 explicit UnwinderHandle(Unwinder::Delegate* delegate) { in UnwinderHandle() 310 Unwinder::Delegate* delegate) { in RunTaskThread()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/ |
H A D | tfl_device.c | 97 fill_operation(struct teflon_delegate *delegate, TfLiteContext *tf_context, TfLiteNode *node, TfLit… in fill_operation() 130 fill_tensor(struct teflon_delegate *delegate, TfLiteContext *tf_context, struct pipe_tensor *tensor… in fill_tensor() 223 struct teflon_delegate *delegate = (struct teflon_delegate *)params->delegate; in partition_init() local 316 struct teflon_delegate *delegate = (struct teflon_delegate *)node->delegate; in partition_invoke() local 352 PrepareDelegate(TfLiteContext *context, TfLiteDelegate *delegate) in PrepareDelegate() 396 TfLiteStatus status = context->ReplaceNodeSubsetsWithDelegateKernels( in PrepareDelegate() local 409 TfLiteDelegate *delegate, in CopyFromBufferHandle() 418 TfLiteDelegate *delegate, in FreeBufferHandle() 435 struct teflon_delegate *delegate = (struct teflon_delegate *)calloc(1, sizeof(*delegate)); in tflite_plugin_create_delegate() local 471 struct teflon_delegate *delegate = (struct teflon_delegate *)tflite_delegate; in tflite_plugin_destroy_delegate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | interpreter_experimental.cc | 75 TfLiteStatus Interpreter::ModifyGraphWithDelegate(TfLiteDelegate* delegate) { in ModifyGraphWithDelegate() 83 TfLiteDelegate* delegate) { in SetBufferHandle() 102 TfLiteDelegate** delegate) { in GetBufferHandle() 157 auto status = signature_runner_map_.insert( in GetSignatureRunner() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_parser.cc | 106 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseUnsymbolizedSourceLocation() 134 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseSourceLocation() 1135 auto log_errors = [this](const base::Status& status) { in ParseTrackEventArgs() 1473 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1482 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1489 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1496 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1504 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1514 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1523 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/ |
H A D | CachingRlsLbClient.java | 190 static Status convertRlsServerStatus(Status status, String serverName) { in convertRlsServerStatus() 322 protected Helper delegate() { in delegate() method in CachingRlsLbClient.RlsLbHelper 504 private void transitionToBackOff(Status status) { in transitionToBackOff() 690 private final Status status; field in CachingRlsLbClient.BackoffCacheEntry 696 BackoffCacheEntry(RouteLookupRequest request, Status status, BackoffPolicy backoffPolicy) { in BackoffCacheEntry() 851 private final EvictionListener<RouteLookupRequest, CacheEntry> delegate; field in CachingRlsLbClient.AutoCleaningEvictionListener 854 @Nullable EvictionListener<RouteLookupRequest, CacheEntry> delegate) { in AutoCleaningEvictionListener()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_stream_factory_job_controller.cc | 127 HttpStreamRequest::Delegate* delegate, in JobController() 190 HttpStreamRequest::Delegate* delegate, in Start() 378 void HttpStreamFactory::JobController::OnStreamFailed(Job* job, int status) { in OnStreamFailed() 457 int status, in OnCertificateError() 1172 HttpStreamRequest::Delegate* delegate, in GetAlternativeServiceInfoFor() 1208 HttpStreamRequest::Delegate* delegate, in GetAlternativeServiceInfoInternal()
|