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

  /external/valgrind/unittest/
old_test_suite.h 45 PERFORMANCE = 1 << 2,
75 if (flags_ & PERFORMANCE) {
  /frameworks/base/test-runner/src/android/test/
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...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 102 // - Performance tests (marked PERF)
135 PERFORMANCE = 1 << 2,
168 if (flags_ & PERFORMANCE) {
240 if(!(it->second.flags_ & PERFORMANCE)) continue;
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 663 milliseconds