Home
last modified time | relevance | path

Searched refs:prior_state (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/rust_tools/
Drust_watch.py309 prior_state = read_state(state_file)
310 logging.info('Last state was %r', prior_state)
318 prior_state.last_gentoo_sha)
321 maybe_email = maybe_compose_email(prior_state, most_recent_release,
340 new_commits[-1].sha if new_commits else prior_state.last_gentoo_sha)
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc129 const BandwidthUsage prior_state = estimator->detector.State(); in IncomingPacket() local
147 (prior_state != BandwidthUsage::kBwOverusing || in IncomingPacket()