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

  /system/media/mca/filterpacks/performance/java/
package-info.java 4 package android.filterpacks.performance;
Throughput.java 18 package android.filterpacks.performance;
ThroughputFilter.java 18 package android.filterpacks.performance;
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 60 public void performance(String className, method in class:TestPrinter
TestRunner.java 47 public static final int PERFORMANCE = 1;
135 * Listener.performance() 'intermediates' argument is a list of these.
154 void performance(String className, method in interface:TestRunner.Listener
195 private void performance(String className, method in class:TestRunner
201 mListeners.get(i).performance(className,
302 if (mMode == PERFORMANCE) {
348 if (mMode == PERFORMANCE) {
408 // only run the test if it is not marked as a performance only test
477 performance(testNameInDb, (duration * 1000000) / iterations, method
508 if (mMode == PERFORMANCE) {
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 17 package com.android.mediaframeworktest.performance;
56 * Junit / Instrumentation - performance measurement for media player and
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
240 * To test the performance of adding and removing the image media item
279 * To test the performance of adding and removing the transition
359 * To test performance of Export
540 * To test the performance of thumbnail extraction
573 * To test the performance of adding and removing the overlay to media item
628 * To test the performance of get properties of a Video media item
687 * To test the performance of generatePreview : with Transition
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 80 #include "Performance.h"
613 Performance* DOMWindow::performance() const function in class:WebCore::DOMWindow
616 m_performance = Performance::create(m_frame);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 105 #include "Performance.h"
725 WebPerformance WebFrameImpl::performance() const function in class:WebKit::WebFrameImpl
730 return WebPerformance(m_frame->domWindow()->performance());
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 449 String performance = count == 0 ? "" : ", " + (elapsedTime / count) + " ms per contact"; local
450 Log.i(TAG, "Contact aggregation complete: " + count + performance);
    [all...]

Completed in 483 milliseconds