HomeSort by relevance Sort by last modified time
    Searched refs:performance (Results 1 - 25 of 49) sorted by null

1 2

  /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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkPerfTestRunner.java 19 import com.android.mediaframeworktest.performance.MediaPlayerPerformance;
20 /*Video Editor performance Test cases*/
21 import com.android.mediaframeworktest.performance.VideoEditorPerformance;
47 /* Video Editor performance Test cases */
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 34 #include "Performance.h"
171 WebPerformance::WebPerformance(const PassRefPtr<Performance>& performance)
172 : m_private(performance)
176 WebPerformance& WebPerformance::operator=(const PassRefPtr<Performance>& performance)
178 m_private = performance;
182 WebPerformance::operator PassRefPtr<Performance>() const
WebFrameImpl.h 97 virtual WebPerformance performance() const;
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 2 and performance benchmark. 100 iterations will be made.
  /external/blktrace/
btrace.spec 27 performance or application problems relating to block layer io.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 7 # performance counter counts this as one instruction. However,
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 7 # performance counter counts this as one instruction. However,
  /external/bluetooth/bluez/audio/
Android.mk 77 # to improve SBC 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/docs/html/resources/
resources-data.js 25 'performance': 'Performance',
46 tags: ['article', 'performance', 'bestpractice'],
146 tags: ['article', 'layout', 'ui', 'performance', 'bestpractice'],
152 en: 'Learn how to optimize application layouts as this article walks you through converting a LinearLayout into a RelativeLayout, and analyzes the resulting implications on performance.'
156 tags: ['article', 'layout', 'ui', 'performance', 'bestpractice'],
162 en: 'Learn about using ViewStubs inside an application\'s layout in order to inflate rarely used UI elements, without the performance implications which would otherwise be caused by using the <code>&lt;include&gt;</code> tag.'
166 tags: ['article', 'layout', 'ui', 'performance', 'bestpractice'],
176 tags: ['article', 'ui', 'performance'],
226 tags: ['article', 'performance', 'bestpractice']
    [all...]
  /system/media/mca/
Docs.mk 38 filterpacks/performance/java \
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 172 <p>The performance test takes a locale and creates a RuleBasedCollator with
201 key performance, since it directly impacts the time necessary for binary
212 <li>As with all performance measurements, the results will vary according to
  /external/webkit/Tools/Scripts/
run-sunspider 61 --shark Sample with the Mac OS X "Shark" performance testing tool (implies --runs=1)
  /external/libffi/src/x86/
win32.S 61 # potential performance hits.
174 # potential performance hits.
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m 14 % use log domain (showed improved performance)
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 77 performance-critical portions of your apps in native code. It provides headers and
84 <p>Using native code does not result in an automatic performance increase,
  /external/webkit/PerformanceTests/SunSpider/
sunspider 58 --shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 218 virtual WebPerformance performance() const = 0;
  /dalvik/vm/
Android.mk 52 # correctness/performance bugs triage
  /external/e2fsprogs/lib/blkid/
tag.c 265 * programming, but performance is not the #1 priority for this
267 * performance for this application. [tytso:20030125.2007EST]
  /external/v8/benchmarks/
base.js 34 // do the performance measurement. The optional setup and tearDown
65 // scores implies better performance.

Completed in 2022 milliseconds

1 2