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

1 2 3

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js 62 // 'the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63 testcases[count++] = new TestCase ( SECTION, "'the quick brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64 String(['the quick brown fox jumped over the lazy dogs','dogs','dogs']),String('the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 56 String quick = sQuickConvert.get(type); local
57 if (quick != null)
58 return quick;
77 /* retry quick convert */
78 quick = sQuickConvert.get(type);
79 if (quick != null) {
80 builder.append(quick);
  /external/chromium/third_party/icu/source/test/intltest/
transrt.cpp 49 if(quick==FALSE){ \
361 UBool quick,
375 void test2(UBool quick, int32_t density);
1667 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
    [all...]
tzfmttst.cpp 96 if (quick) {
255 if (bTestAll || !quick) {
307 } else if (quick) {
402 if (quick) {
intltest.h 79 virtual UBool setQuick( UBool quick = TRUE );
192 UBool quick; member in class:IntlTest
intltest.cpp 509 quick = FALSE;
523 quick = caller->quick;
568 UBool rval = this->quick;
569 this->quick = quickVal;
1010 UBool quick = TRUE; local
1038 quick = FALSE;
1098 major.setQuick( quick );
1126 fprintf(stdout, " Exhaustive (e) : %s\n", (!quick? "On" : "Off"));
    [all...]
tscoll.cpp 172 if(!quick) { /*!QUICK*/
210 { /*!QUICK*/
211 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */
213 if(!quick) {
227 if(norm != UCOL_ON && !quick) {
canittst.cpp 80 for (i = 0; i < 0x10FFFF; quick?i+=0x10:++i) {
183 // need quick test for this!
tsdate.cpp 275 if (quick && count > 3) {
276 logln("quick test: testing just 3 locales!");
normconf.cpp 213 if(0xac20<=c && c<=0xd73f && quick) {
248 for(c=0; c<=0x10ffff; quick ? c+=113 : ++c) {
338 // test quick checks
379 // test FCD quick check and "makeFCD"
nmfmtrt.cpp 117 if(quick) {
120 logln("Quick mode: only testing first 5 Locales");
  /external/icu4c/test/intltest/
transrt.cpp 49 if(quick==FALSE){ \
361 UBool quick,
375 void test2(UBool quick, int32_t density);
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
    [all...]
tzfmttst.cpp 97 if (quick) {
248 UBool quick; // Static member in struct:LocaleData
382 if (data.quick) {
460 if (bTestAll || !quick) {
496 } else if (quick) {
510 data.quick = quick;
intltest.h 80 virtual UBool setQuick( UBool quick = TRUE );
194 UBool quick; member in class:IntlTest
intltest.cpp 509 quick = FALSE;
524 quick = caller->quick;
569 UBool rval = this->quick;
570 this->quick = quickVal;
1022 UBool quick = TRUE; local
1051 quick = FALSE;
1118 major.setQuick( quick );
1147 fprintf(stdout, " Exhaustive (e) : %s\n", (!quick? "On" : "Off"));
    [all...]
tscoll.cpp 175 if(!quick) { /*!QUICK*/
213 { /*!QUICK*/
214 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */
216 if(!quick) {
230 if(norm != UCOL_ON && !quick) {
canittst.cpp 84 for (i = 0; i < 0x10FFFF; quick?i+=0x10:++i) {
187 // need quick test for this!
tsdate.cpp 275 if (quick && count > 3) {
276 logln("quick test: testing just 3 locales!");
normconf.cpp 214 if(0xac20<=c && c<=0xd73f && quick) {
249 for(c=0; c<=0x10ffff; quick ? c+=113 : ++c) {
355 // test quick checks
396 // test FCD quick check and "makeFCD"
  /external/oprofile/opcontrol/
opcontrol.cpp 55 int quick; variable
74 {"quick", 0, &quick, 1},
297 " --quick setup and select CPU_CLK_UNHALTED:60000\n"
299 " --quick setup and select CPU_CYCLES:150000\n"
632 if (quick) {
  /external/chromium/third_party/icu/source/i18n/
buddhcal.cpp 104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);
taiwncal.cpp 111 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
113 //Calendar::timeToFields(theTime, quick, status);
  /external/icu4c/i18n/
buddhcal.cpp 104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);
taiwncal.cpp 111 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
113 //Calendar::timeToFields(theTime, quick, status);
  /external/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."

Completed in 422 milliseconds

1 2 3