Searched refs:quick (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
H A Deverything.js62 // '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*)+/)));
/external/skia/samplecode/
H A DSampleFuzz.cpp25 static bool quick; variable
71 if (quick == true) sel = 0; else sel = R(6);
158 if (quick == true) break;
163 if (quick == true) break;
168 if (quick == true) break;
191 if (quick == true) break;
214 if (quick == true) break;
263 if (quick == true) break;
268 if (quick == true) break;
273 if (quick
[all...]
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/icu4c/test/intltest/
H A Dtransrt.cpp49 if(quick==FALSE){ \
361 UBool quick,
375 void test2(UBool quick, int32_t density);
983 this, quick, legal);
992 HIRAGANA_ITERATION, this, quick, legal);
1007 this, quick, legal);
1017 NULL, this, quick, legal);
1024 if (quick) t.setPairLimit(1000);
1027 NULL, this, quick, legal, 1);
1156 this, quick, lega
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
[all...]
H A Dtzfmttst.cpp97 if (quick) {
248 UBool quick; // Static member in struct:LocaleData
381 if (data.quick) {
459 if (bTestAll || !quick) {
495 } else if (quick) {
509 data.quick = quick;
H A Dintltest.h110 virtual UBool setQuick( UBool quick = TRUE );
224 UBool quick; member in class:IntlTest
H A Dintltest.cpp513 quick = FALSE;
529 quick = caller->quick;
577 UBool rval = this->quick;
578 this->quick = quickVal;
1076 UBool quick = TRUE; local
1105 quick = FALSE;
1180 major.setQuick( quick );
1213 fprintf(stdout, " Exhaustive (e) : %s\n", (!quick? "On" : "Off"));
H A Dtscoll.cpp175 if(!quick) { /*!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) {
H A Dcanittst.cpp84 for (i = 0; i < 0x10FFFF; quick?i+=0x10:++i) {
187 // need quick test for this!
H A Dtsdate.cpp275 if (quick && count > 3) {
276 logln("quick test: testing just 3 locales!");
H A Dnormconf.cpp214 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"
H A Dnmfmtrt.cpp117 if(quick) {
H A Dtsnmfmt.cpp416 if (quick && count > 6) {
417 logln("quick test: testing just 6 locales!");
423 // In a quick test, make sure we test locales that use
H A Dcallimts.cpp145 static const int32_t DEFAULT_END = -120; // Default for non-quick is run 2 minutes
266 int32_t testTime = quick ? ( endTime / 40 ) : endTime;
H A Ddtfmtrtts.cpp143 if(quick) {
H A Ddtifmtts.cpp1107 if(quick){
H A Dtzrulets.cpp612 TestZIDEnumeration tzenum(!quick);
647 TestZIDEnumeration tzenum(!quick);
784 TestZIDEnumeration tzenum(!quick);
884 TestZIDEnumeration tzenum(!quick);
980 TestZIDEnumeration tzenum(!quick);
1117 TestZIDEnumeration tzenum(!quick);
H A Drbbiapts.cpp1047 if (!quick) {
H A Dssearch.cpp1492 // searchTime() A quick and dirty performance test for string search.
2242 int32_t loopCount = quick? 1000 : 10000;
2381 int32_t loopCount = quick? 1000 : 10000;
/external/oprofile/opcontrol/
H A Dopcontrol.cpp58 int quick; variable
77 {"quick", 0, &quick, 1},
303 " --quick setup and select CPU_CLK_UNHALTED:60000\n"
305 " --quick setup and select CPU_CYCLES:150000\n"
676 if (quick) {
/external/icu4c/i18n/
H A Dbuddhcal.cpp104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);
H A Dtaiwncal.cpp111 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
113 //Calendar::timeToFields(theTime, quick, status);
/external/libffi/src/mips/
H A Do32.S85 bnez t0, pass_d # make it quick for int

Completed in 298 milliseconds

12