OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:durations
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java
65
CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec>
durations
) {
66
this.expireAfterWrites = Sets.newLinkedHashSet(
durations
);
70
CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec>
durations
) {
71
this.expireAfterAccesses = Sets.newLinkedHashSet(
durations
);
75
CacheBuilderFactory withRefreshes(Set<DurationSpec>
durations
) {
76
this.refreshes = Sets.newLinkedHashSet(
durations
);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
AbstractManifestWriter.java
44
long[]
durations
= new long[startSamples.length];
local
56
durations
[currentFragment] += entry.getDelta();
61
return
durations
;
/external/webkit/Tools/Scripts/
old-run-webkit-tests
637
my %
durations
;
850
$
durations
{$test} = time - $startTime if $report10Slowest;
[
all
...]
Completed in 254 milliseconds