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

1 2

  /external/webkit/Source/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*)+/)));
  /external/skia/samplecode/
SampleFuzz.cpp 32 static bool quick; variable
78 if (quick == true) sel = 0; else sel = R(6);
167 if (quick == true) break;
172 if (quick == true) break;
177 if (quick == true) break;
200 if (quick == true) break;
223 if (quick == true) break;
272 if (quick == true) break;
277 if (quick == true) break;
282 if (quick == true) break
    [all...]
  /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/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /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
378 if (data.quick) {
456 if (bTestAll || !quick) {
492 } else if (quick) {
506 data.quick = quick;
intltest.h 110 virtual UBool setQuick( UBool quick = TRUE );
224 UBool quick; member in class:IntlTest
intltest.cpp 513 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 );
    [all...]
tscoll.cpp 177 if(!quick) { /*!QUICK*/
215 { /*!QUICK*/
216 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */
218 if(!quick) {
232 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"
nmfmtrt.cpp 117 if(quick) {
120 logln("Quick mode: only testing first 5 Locales");
tsnmfmt.cpp 427 if (quick && count > 6) {
428 logln("quick test: testing just 6 locales!");
434 // In a quick test, make sure we test locales that use
callimts.cpp 145 static const int32_t DEFAULT_END = -120; // Default for non-quick is run 2 minutes
266 int32_t testTime = quick ? ( endTime / 40 ) : endTime;
dtfmtrtts.cpp 143 if(quick) {
145 logln("Quick mode: only testing SPARSENESS = 18");
  /libcore/
Android.mk 52 # "m dalvik-host" for quick minimal host build
  /external/oprofile/opcontrol/
opcontrol.cpp 58 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"
702 if (quick) {
  /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/linux-tools-perf/
Makefile 782 @echo ' quick-install-doc - alias for quick-install-man'
783 @echo ' quick-install-man - install the documentation quickly'
784 @echo ' quick-install-html - install the html documentation quickly'
884 quick-install-doc:
885 $(MAKE) -C Documentation quick-install
887 quick-install-man:
888 $(MAKE) -C Documentation quick-install-man
890 quick-install-html:
891 $(MAKE) -C Documentation quick-install-htm
    [all...]
  /external/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.

Completed in 1041 milliseconds

1 2