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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 41 * Adjust this testcase if necessary. The FAST constant defines
48 var FAST = 100; // execution should be 100 ms or less to pass the test
49 var MSG_FAST = 'Execution took less than ' + FAST + ' ms';
70 if (ms <= FAST)
91 reportCompare(isThisFast(FAST), isThisFast(actual), status);
265 reportCompare(isThisFast(FAST), isThisFast(actual), status);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Speed.java 31 FAST("Fast"),
33 /** The detector runs reasonably fast */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-101964.js 22 * SUMMARY: Performance: truncating even very large arrays should be fast!
25 * Adjust this testcase if necessary. The FAST constant defines
31 var summary = 'Performance: truncating even very large arrays should be fast!';
34 var FAST = 50; // array truncation should be 50 ms or less to pass the test
35 var MSG_FAST = 'Truncation took less than ' + FAST + ' ms';
52 expect = FAST;
80 if (ms <= FAST)
  /external/icu4c/test/intltest/
usettest.cpp 3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); local
    [all...]

Completed in 344 milliseconds