Home
last modified time | relevance | path

Searched refs:UpdateState (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc203 channel_control_helper()->UpdateState( in AttemptToConnectUsingLatestUpdateArgsLocked()
321 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
325 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
342 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
351 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
355 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
400 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
412 p->channel_control_helper()->UpdateState( in ProcessConnectivityChangeLocked()
453 p->channel_control_helper()->UpdateState( in ProcessUnselectedReadyLocked()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle.cc37 UpdateState(); in AdmitRequest()
47 UpdateState(); in RecordResponse()
58 void GcsThrottle::UpdateState() { in UpdateState() function in tensorflow::GcsThrottle
Dgcs_throttle.h114 UpdateState(); in available_tokens()
137 void UpdateState() TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
/external/llvm/lib/Analysis/
DSparsePropagation.cpp79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { in UpdateState() function in SparseSolver
237 UpdateState(PN, IV); in visitPHINode()
251 UpdateState(PN, Overdefined); in visitPHINode()
273 UpdateState(PN, PNIV); in visitPHINode()
287 UpdateState(I, IV); in visitInst()
/external/webrtc/pc/
Drtp_data_channel.cc133 UpdateState(); in Close()
191 UpdateState(); in SetReceiveSsrc()
221 UpdateState(); in SetSendSsrc()
267 UpdateState(); in OnChannelReady()
288 void RtpDataChannel::UpdateState() { in UpdateState() function in webrtc::RtpDataChannel
Dsctp_data_channel.cc247 UpdateState(); in Close()
465 UpdateState(); in OnTransportReady()
499 void SctpDataChannel::UpdateState() { in UpdateState() function in webrtc::SctpDataChannel
Drtp_data_channel.h167 void UpdateState();
Dsctp_data_channel.h238 void UpdateState();
/external/llvm-project/llvm/include/llvm/Analysis/
DSparsePropagation.h183 void UpdateState(LatticeKey Key, LatticeVal LV);
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() function
406 UpdateState(std::move(ChangedValue.first), in visitPHINode()
422 UpdateState(Key, Overdefined); in visitPHINode()
445 UpdateState(Key, PNIV); in visitPHINode()
461 UpdateState(ChangedValue.first, ChangedValue.second); in visitInst()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h183 void UpdateState(LatticeKey Key, LatticeVal LV);
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() function
406 UpdateState(std::move(ChangedValue.first), in visitPHINode()
422 UpdateState(Key, Overdefined); in visitPHINode()
445 UpdateState(Key, PNIV); in visitPHINode()
461 UpdateState(ChangedValue.first, ChangedValue.second); in visitInst()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc325 p->channel_control_helper()->UpdateState( in MaybeUpdateRoundRobinConnectivityStateLocked()
329 p->channel_control_helper()->UpdateState( in MaybeUpdateRoundRobinConnectivityStateLocked()
338 p->channel_control_helper()->UpdateState( in MaybeUpdateRoundRobinConnectivityStateLocked()
455 channel_control_helper()->UpdateState( in UpdateLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc161 void UpdateState(grpc_connectivity_state state,
349 channel_control_helper()->UpdateState(child->connectivity_state(), in HandleChildConnectivityStateChangeLocked()
396 channel_control_helper()->UpdateState(child->connectivity_state(), in HandleChildConnectivityStateChangeLocked()
426 channel_control_helper()->UpdateState( in TryNextPriorityLocked()
456 channel_control_helper()->UpdateState( in TryNextPriorityLocked()
476 channel_control_helper()->UpdateState( in TryNextPriorityLocked()
496 channel_control_helper()->UpdateState(child->connectivity_state(), in SelectPriorityLocked()
757 void PriorityLb::ChildPriority::Helper::UpdateState( in UpdateState() function in grpc_core::__anon47a44ab00111::PriorityLb::ChildPriority::Helper
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dcds.cc108 void UpdateState(grpc_connectivity_state state, const absl::Status& status,
211 void CdsLb::Helper::UpdateState(grpc_connectivity_state state, in UpdateState() function in grpc_core::__anoncf5894350111::CdsLb::Helper
220 parent_->channel_control_helper()->UpdateState(state, status, in UpdateState()
421 channel_control_helper()->UpdateState( in OnError()
440 channel_control_helper()->UpdateState( in OnResourceDoesNotExist()
Dxds_cluster_impl.cc231 void UpdateState(grpc_connectivity_state state, const absl::Status& status,
472 channel_control_helper()->UpdateState(GRPC_CHANNEL_READY, absl::Status(), in MaybeUpdatePickerLocked()
487 channel_control_helper()->UpdateState(state_, status_, in MaybeUpdatePickerLocked()
573 void XdsClusterImplLb::Helper::UpdateState( in UpdateState() function in grpc_core::__anonc021a63c0111::XdsClusterImplLb::Helper
Dxds_cluster_manager.cc150 void UpdateState(grpc_connectivity_state state,
379 channel_control_helper()->UpdateState(connectivity_state, status, in UpdateStateLocked()
549 void XdsClusterManagerLb::ClusterChild::Helper::UpdateState( in UpdateState() function in grpc_core::__anon2bdcc6850111::XdsClusterManagerLb::ClusterChild::Helper
Dxds_cluster_resolver.cc282 void UpdateState(grpc_connectivity_state state, const absl::Status& status,
350 void XdsClusterResolverLb::Helper::UpdateState( in UpdateState() function in grpc_core::__anon2c3b4bdc0111::XdsClusterResolverLb::Helper
364 xds_cluster_resolver_policy_->channel_control_helper()->UpdateState( in UpdateState()
954 channel_control_helper()->UpdateState( in CreateChildPolicyConfigLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc49 void UpdateState(grpc_connectivity_state state, const absl::Status& status, in UpdateState() function in grpc_core::ChildPolicyHandler::Helper
72 parent_->channel_control_helper()->UpdateState(state, status, in UpdateState()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc149 void UpdateState(grpc_connectivity_state state,
397 channel_control_helper()->UpdateState(connectivity_state, status, in UpdateStateLocked()
599 void WeightedTargetLb::WeightedChild::Helper::UpdateState( in UpdateState() function in grpc_core::__anon33b6bffa0111::WeightedTargetLb::WeightedChild::Helper
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h180 void UpdateState(Instruction &Inst, LatticeVal V);
/external/webrtc/p2p/base/
Dport_unittest.cc1273 conn->UpdateState(after_created + MIN_CONNECTION_LIFETIME + 1); in TEST_F()
1277 conn->UpdateState(before_created + MIN_CONNECTION_LIFETIME - 1); in TEST_F()
1282 conn->UpdateState(after_created + MIN_CONNECTION_LIFETIME + 1); in TEST_F()
1294 conn->UpdateState(before_last_receiving + DEAD_CONNECTION_RECEIVE_TIMEOUT - in TEST_F()
1298 conn->UpdateState(after_last_receiving + DEAD_CONNECTION_RECEIVE_TIMEOUT + 1); in TEST_F()
1326 conn->UpdateState(before_last_receiving + 90000 - 1); in TEST_F()
1329 conn->UpdateState(after_last_receiving + 90000 + 1); in TEST_F()
1366 conn->UpdateState(send_ping_timestamp + DEAD_CONNECTION_RECEIVE_TIMEOUT - 1); in TEST_F()
1369 conn->UpdateState(send_ping_timestamp + DEAD_CONNECTION_RECEIVE_TIMEOUT + 1); in TEST_F()
2704 ch1.conn()->UpdateState(unreliable_timeout_delay); in TEST_F()
[all …]
Dconnection.h211 void UpdateState(int64_t now);
Dp2p_transport_channel.cc1600 c->UpdateState(now); in UpdateConnectionStates()
1700 UpdateState(); in SortConnectionsAndUpdateState()
1801 void P2PTransportChannel::UpdateState() { in UpdateState() function in cricket::P2PTransportChannel
2038 UpdateState(); in OnConnectionDestroyed()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dlb_policy.h285 virtual void UpdateState(grpc_connectivity_state state,
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c97 functions->UpdateState = i915InvalidateState; in i915InitDriverFunctions()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c79 driver->UpdateState = NULL; /* REQUIRED! */ in _mesa_init_driver_functions()

12