Home
last modified time | relevance | path

Searched defs:durations (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites()
71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses()
76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes()
/external/autotest/utils/
Dsite_check_dut_usage.py82 def calculate_usage(self, durations): argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAbstractManifestWriter.java44 long[] durations = new long[startSamples.length]; in calculateFragmentDurations() local
/external/v8/src/heap/
Dgc-tracer.cc856 double durations = sum.second; in AverageSpeed() local
973 double durations = allocation_duration_since_gc_; in NewSpaceAllocationThroughputInBytesPerMillisecond() local
981 double durations = allocation_duration_since_gc_; in OldGenerationAllocationThroughputInBytesPerMillisecond() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAppOpsManager.java268 final LongSparseLongArray durations = new LongSparseLongArray(); in toOpEntry() local
/external/perfetto/src/trace_processor/
Dtrace_storage.h256 const std::deque<int64_t>& durations() const { return durations_; } in durations() function
317 const std::deque<int64_t>& durations() const { return durations_; } in durations() function
/external/boringssl/src/tool/
Dspeed.cc251 std::vector<unsigned> durations; in SpeedRSAKeyGen() local