Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java65 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites()
70 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses()
75 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes()
/external/v8/src/heap/
Dgc-tracer.cc379 double durations = 0.0; in MeanIncrementalMarkingDuration() local
418 double durations = 0.0; in IncrementalMarkingSpeedInBytesPerMillisecond() local
434 double durations = 0.0; in ScavengeSpeedInBytesPerMillisecond() local
450 double durations = 0.0; in MarkCompactSpeedInBytesPerMillisecond() local
467 double durations = 0.0; in NewSpaceAllocationThroughputInBytesPerMillisecond() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAbstractManifestWriter.java44 long[] durations = new long[startSamples.length]; in calculateFragmentDurations() local