HomeSort by relevance Sort by last modified time
    Searched refs:durations (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/perf/measurements/
image_decoding.py 46 durations = [d.duration for d in decode_image_events]
47 if not durations:
50 image_decoding_avg = sum(durations) / len(durations)
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 34 const int32_t* durations, size_t numDurations);
77 void doLogFrameDurations(const String8& window, const int32_t* durations,
EventLog.cpp 35 const int32_t* durations, size_t numDurations) {
40 buffer.writeInt32(durations[i]);
47 const int32_t* durations, size_t numDurations) {
48 EventLog::getInstance().doLogFrameDurations(window, durations,
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 722 var durations = []; variable
740 durations.push(longestFrame.duration);
743 this._medianFrameLength = durations.qselect(Math.floor(durations.length / 2));
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 380 public static long dumpSingleTime(PrintWriter pw, String prefix, long[] durations,
388 long time = durations[state];
420 static void dumpAdjTimesCheckin(PrintWriter pw, String sep, long[] durations,
425 long time = durations[state];
    [all...]

Completed in 140 milliseconds