HomeSort by relevance Sort by last modified time
    Searched defs:performance (Results 51 - 54 of 54) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.cpp 83 #include "core/page/Performance.h"
619 Performance* DOMWindow::performance() const function in class:WebCore::DOMWindow
624 m_performance = Performance::create(m_frame);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 11 package org.eclipse.test.internal.performance.results.ui;
19 import org.eclipse.test.internal.performance.PerformanceTestPlugin;
20 import org.eclipse.test.internal.performance.results.db.DB_Results;
21 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
22 import org.eclipse.test.internal.performance.results.utils.Util;
23 import org.eclipse.test.performance.ui.UiPlugin;
165 this.buildsView = (BuildsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.BuildsView");
231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n");
232 tooltip.append("If set then performance results won't be displayed for any build after this date...");
244 tooltip = new StringBuffer("Select the default dimension which will be used for performance results\n")
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 18 package com.android.mediaframeworktest.performance;
56 * Junit / Instrumentation - performance measurement for media player and
195 * To test the performance of adding and removing the video media item
239 * To test the performance of adding and removing the image media item
277 * To test the performance of adding and removing the transition
356 * To test performance of Export
536 * To test the performance of thumbnail extraction
568 * To test the performance of adding and removing the overlay to media item
622 * To test the performance of get properties of a Video media item
680 * To test the performance of generatePreview : with Transition
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 157 #include "core/page/Performance.h"
731 WebPerformance WebFrameImpl::performance() const function in class:WebKit::WebFrameImpl
735 return WebPerformance(frame()->domWindow()->performance());
    [all...]

Completed in 1999 milliseconds

1 23