Home
last modified time | relevance | path

Searched refs:durations (Results 1 – 12 of 12) sorted by relevance

/external/autotest/utils/
Dsite_check_dut_usage.py82 def calculate_usage(self, durations): argument
89 for q_time, s_time, f_time, machine in durations:
96 avg_job_run_time = self._total_seconds(total_run_time) / len(durations)
98 len(durations))
137 durations = self.find_all_durations()
138 if not durations:
141 self.calculate_usage(durations)
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites() argument
67 this.expireAfterWrites = Sets.newLinkedHashSet(durations); in withExpireAfterWrites()
71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses() argument
72 this.expireAfterAccesses = Sets.newLinkedHashSet(durations); in withExpireAfterAccesses()
76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes() argument
77 this.refreshes = Sets.newLinkedHashSet(durations); in withRefreshes()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAbstractManifestWriter.java44 long[] durations = new long[startSamples.length]; in calculateFragmentDurations() local
56 durations[currentFragment] += entry.getDelta(); in calculateFragmentDurations()
61 return durations; in calculateFragmentDurations()
/external/v8/src/heap/
Dgc-tracer.cc717 double durations = sum.second; in AverageSpeed() local
718 if (durations == 0.0) return 0; in AverageSpeed()
719 double speed = bytes / durations; in AverageSpeed()
797 double durations = allocation_duration_since_gc_; in NewSpaceAllocationThroughputInBytesPerMillisecond() local
799 MakeBytesAndDuration(bytes, durations), time_ms); in NewSpaceAllocationThroughputInBytesPerMillisecond()
805 double durations = allocation_duration_since_gc_; in OldGenerationAllocationThroughputInBytesPerMillisecond() local
807 MakeBytesAndDuration(bytes, durations), time_ms); in OldGenerationAllocationThroughputInBytesPerMillisecond()
/external/autotest/skylab_migration/venv/
Dpytest.ini4 --durations=5
/external/autotest/venv/
Dpytest.ini5 --durations=5
/external/protobuf/src/google/protobuf/
Dduration.proto62 // } else if (durations.seconds > 0 && duration.nanos < 0) {
93 // `seconds` field and a positive or negative `nanos` field. For durations
/external/autotest/server/site_tests/audio_AudioArtifacts/
Dcontrol.mute_headphone12 CRITERIA = "This test will fail if the recorded audio contains artifacts or the durations of mute n…
/external/golang-protobuf/ptypes/duration/
Dduration.proto64 // } else if (durations.seconds > 0 && duration.nanos < 0) {
112 // `seconds` field and a positive or negative `nanos` field. For durations
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt143 the actual and expected sleep durations.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/libxml2/
DChangeLog10941 some bugs in duration handling, comparisons for durations