Home
last modified time | relevance | path

Searched refs:freshness (Results 1 – 25 of 55) sorted by relevance

123

/external/webrtc/g3doc/
Dhow_to_write_documentation.md3 <?% config.freshness.owner = 'titovartem' %?>
4 <?% config.freshness.reviewed = '2021-03-01' %?>
45 <?\% config.freshness.owner = '<user name>' %?>
46 <?\% config.freshness.reviewed = '<last review date in format yyyy-mm-dd>' %?>
54 config.freshness.owner = '<user name>'
Dindex.md3 <?% config.freshness.owner = 'titovartem' %?>
4 <?% config.freshness.reviewed = '2021-03-01' %?>
Dsupported-platforms-and-compilers.md3 <?% config.freshness.owner = 'mbonadei' %?>
4 <?% config.freshness.reviewed = '2021-06-25' %?>
Dg3doc.lua19 freshness = {}
Dfield-trials.md3 <?% config.freshness.owner = 'lndmrk' %?>
4 <?% config.freshness.reviewed = '2022-06-23' %?>
Dabseil-in-webrtc.md3 <?% config.freshness.owner = 'danilchap' %?>
4 <?% config.freshness.reviewed = '2021-05-12' %?>
/external/webrtc/stats/g3doc/
Dstats.md1 <?% config.freshness.reviewed = '2022-10-01' %?>
2 <?% config.freshness.owner = 'hta' %?>
/external/webrtc/modules/audio_processing/g3doc/
Daudio_processing_module.md3 <?% config.freshness.owner = 'peah' %?>
4 <?% config.freshness.reviewed = '2021-04-13' %?>
/external/webrtc/g3doc/style-guide/
Dh-cc-pairs.md3 <?% config.freshness.owner = 'danilchap' %?>
4 <?% config.freshness.reviewed = '2021-05-12' %?>
/external/cronet/net/http/
Dhttp_response_headers.cc1000 if (lifetimes.freshness.is_zero() && lifetimes.staleness.is_zero()) in RequiresValidation()
1006 if (lifetimes.freshness > age) in RequiresValidation()
1009 if (lifetimes.freshness + lifetimes.staleness > age) in RequiresValidation()
1061 if (GetMaxAgeValue(&lifetimes.freshness)) in GetFreshnessLifetimes()
1074 lifetimes.freshness = expires_value - date_value; in GetFreshnessLifetimes()
1078 DCHECK_EQ(base::TimeDelta(), lifetimes.freshness); in GetFreshnessLifetimes()
1115 lifetimes.freshness = (date_value - last_modified_value) / 10; in GetFreshnessLifetimes()
1126 lifetimes.freshness = base::TimeDelta::Max(); in GetFreshnessLifetimes()
1134 DCHECK_EQ(base::TimeDelta(), lifetimes.freshness); in GetFreshnessLifetimes()
/external/webrtc/pc/g3doc/
Dsctp_transport.md2 <?% config.freshness.reviewed = '2021-04-13' %?>
3 <?% config.freshness.owner = 'hta' %?>
Dpeer_connection.md1 <?% config.freshness.reviewed = '2021-05-07' %?>
2 <?% config.freshness.owner = 'hta' %?>
Ddtls_transport.md1 <?% config.freshness.reviewed = '2021-05-07' %?>
2 <?% config.freshness.owner = 'hta' %?>
Drtp.md1 <?% config.freshness.reviewed = '2021-06-03' %?>
2 <?% config.freshness.owner = 'hta' %?>
Dsrtp.md1 <?% config.freshness.reviewed = '2021-05-13' %?>
2 <?% config.freshness.owner = 'hta' %?>
/external/webrtc/test/network/g3doc/
Dg3doc.lua3 config.freshness.owner = 'titovartem'
/external/webrtc/test/pc/e2e/g3doc/
Dg3doc.lua3 config.freshness.owner = 'titovartem'
/external/webrtc/api/g3doc/
Dindex.md1 <?% config.freshness.owner = 'hta' %?>
2 <?% config.freshness.reviewed = '2021-04-12' %?>
Dthreading_design.md1 <?% config.freshness.owner = 'hta' %?>
2 <?% config.freshness.reviewed = '2021-04-12' %?>
/external/webrtc/modules/audio_coding/g3doc/
Dindex.md1 <?% config.freshness.owner = 'minyue' %?>
2 <?% config.freshness.reviewed = '2021-04-13' %?>
/external/webrtc/logging/g3doc/
Drtc_event_log.md3 <?% config.freshness.owner = 'terelius' %?>
4 <?% config.freshness.reviewed = '2021-06-02' %?>
/external/webrtc/modules/audio_mixer/g3doc/
Dindex.md1 <?% config.freshness.owner = 'alessiob' %?>
2 <?% config.freshness.reviewed = '2021-04-21' %?>
/external/guava/android/guava-testlib/src/com/google/common/testing/
DFreshValueGenerator.java155 private final AtomicInteger freshness = new AtomicInteger(1); field in FreshValueGenerator
182 freshness.incrementAndGet(); in generateFresh()
194 freshness.incrementAndGet(); in newFreshProxy()
222 if (emptyInstanceGenerated.get(type.getType()).intValue() == freshness.get()) { in generate()
231 emptyInstanceGenerated.put(type.getType(), freshness.get()); in generate()
376 return freshness.get(); in generateInt()
/external/autotest/client/site_tests/desktopui_FontCache/
Dcontrol12 PURPOSE = "Test font cache freshness."
/external/guava/guava-testlib/src/com/google/common/testing/
DFreshValueGenerator.java159 private final AtomicInteger freshness = new AtomicInteger(1); field in FreshValueGenerator
185 freshness.incrementAndGet(); in generateFresh()
196 freshness.incrementAndGet(); in newFreshProxy()
224 if (emptyInstanceGenerated.get(type.getType()).intValue() == freshness.get()) { in generate()
233 emptyInstanceGenerated.put(type.getType(), freshness.get()); in generate()
378 return freshness.get(); in generateInt()

123