Searched refs:durations (Results 1 - 9 of 9) sorted by relevance

/external/trappy/tests/trappy/
H A Dbare_trace.py40 durations = []
44 durations.append(trace_class.data_frame.index[-1])
48 if len(durations) == 0:
52 return max(durations)
54 return max(durations) - self.basetime
/external/trappy/trappy/
H A Dbare_trace.py40 durations = []
44 durations.append(trace_class.data_frame.index[-1])
48 if len(durations) == 0:
52 return max(durations)
54 return max(durations) - self.basetime
/external/autotest/utils/
H A Dsite_check_dut_usage.py51 Returns all list of tuples containing durations.
82 def calculate_usage(self, durations):
84 Calculates and prints out usage information given list of durations.
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/
H A DCacheBuilderFactory.java66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { argument
67 this.expireAfterWrites = Sets.newLinkedHashSet(durations);
71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { argument
72 this.expireAfterAccesses = Sets.newLinkedHashSet(durations);
76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { argument
77 this.refreshes = Sets.newLinkedHashSet(durations);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java44 long[] durations = new long[startSamples.length];
56 durations[currentFragment] += entry.getDelta();
61 return durations;
/external/v8/src/heap/
H A Dgc-tracer.cc717 double durations = sum.second; local
718 if (durations == 0.0) return 0;
719 double speed = bytes / durations;
797 double durations = allocation_duration_since_gc_; local
799 MakeBytesAndDuration(bytes, durations), time_ms);
805 double durations = allocation_duration_since_gc_; local
807 MakeBytesAndDuration(bytes, durations), time_ms);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 388 milliseconds