/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 53 if(quick==false){ \ 339 UBool quick, 353 void test2(UBool quick, int32_t density); 963 this, quick, legal); in TestKana() 972 HIRAGANA_ITERATION, this, quick, legal); in TestHiragana() 987 this, quick, legal); in TestKatakana() 997 NULL, this, quick, legal); in TestJamo() 1004 if (quick) t.setPairLimit(1000); in TestHangul() 1007 NULL, this, quick, legal, 1); in TestHangul() 1134 this, quick, lega in TestGreek() 1604 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); TestDebug() local [all...] |
H A D | numbertest_permutation.cpp | 151 if (quick) { in testPermutations() 185 if (!quick && ucbuf_readline(f.getAlias(), &lineLength, status) != nullptr) { in testPermutations()
|
H A D | tscoll.cpp | 163 if(!quick) { /*!QUICK*/ in doTestVariant() 202 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */ in doTestVariant() 204 if(!quick) { in doTestVariant() 218 if(norm != UCOL_ON && !quick) { in doTestVariant()
|
H A D | intltest.cpp | 579 quick = false; in IntlTest() 596 quick = caller->quick; in setCaller() 660 UBool rval = this->quick; in setQuick() 661 this->quick = quickVal; in setQuick() 1232 UBool quick = true; in main() local 1264 quick = false; in main() 1352 major.setQuick( quick ); in main() 1387 fprintf(stdout, " Exhaustive (e) : %s\n", (!quick? "On" : "Off")); in main()
|
H A D | static_unisets_test.cpp | 37 if (!quick) { in runIndexedTest()
|
H A D | intltest.h | 149 virtual UBool setQuick( UBool quick = true ); 373 UBool quick; member in IntlTest
|
H A D | tzfmttst.cpp | 155 if (quick) { in TestTimeZoneRoundTrip() 465 if (bTestAll || !quick) { 499 } else if (quick) { 664 if (quick) { in RunTimeRoundTripTests()
|
H A D | tsdate.cpp | 286 if (quick && count > 3) { in monsterTest() 287 logln("quick test: testing just 3 locales!"); in monsterTest()
|
H A D | normconf.cpp | 215 if(0xac20<=c && c<=0xd73f && quick) { in TestConformance() 250 for(c=0; c<=0x10ffff; quick ? c+=113 : ++c) { in TestConformance() 329 // test quick checks in checkConformance() 399 // test FCD quick check and "makeFCD" in checkConformance()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 85 boolean quick = getExhaustiveness() <= 5; in testPermutations() 147 if (quick) { in testPermutations() 169 if (!quick && f.readLine() != null) { in testPermutations()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 82 boolean quick = getExhaustiveness() <= 5; in testPermutations() 144 if (quick) { in testPermutations() 166 if (!quick && f.readLine() != null) { in testPermutations()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRoundTripTest.java | 40 public boolean quick = true; field in DateFormatRoundTripTest 58 if (quick) { in TestDateFormatRoundTrip()
|
H A D | NumberFormatRoundTripTest.java | 41 public boolean quick = true; field in NumberFormatRoundTripTest 65 if(quick) { in TestNumberFormatRoundTrip()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRoundTripTest.java | 44 public boolean quick = true; field in NumberFormatRoundTripTest 68 if(quick) { in TestNumberFormatRoundTrip()
|
H A D | DateFormatRoundTripTest.java | 43 public boolean quick = true; field in DateFormatRoundTripTest 61 if (quick) { in TestDateFormatRoundTrip()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | module-oss.c | 162 static void trigger(struct userdata *u, pa_sink_state_t sink_state, pa_source_state_t source_state, bool quick) { in trigger() argument 182 if (!quick) in trigger() 205 if (!quick) { in trigger() 674 bool quick = true; in sink_set_state_in_io_thread_cb() local 702 quick = u->source && PA_SOURCE_IS_OPENED(u->source->thread_info.state); in sink_set_state_in_io_thread_cb() 710 quick = false; in sink_set_state_in_io_thread_cb() 730 trigger(u, new_state, u->source ? u->source->thread_info.state : PA_SOURCE_INVALID_STATE, quick); in sink_set_state_in_io_thread_cb() 762 bool quick = true; in source_set_state_in_io_thread_cb() local 790 quick = u->sink && PA_SINK_IS_OPENED(u->sink->thread_info.state); in source_set_state_in_io_thread_cb() 798 quick in source_set_state_in_io_thread_cb() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | taiwncal.cpp | 113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 115 //Calendar::timeToFields(theTime, quick, status);
|
H A D | buddhcal.cpp | 106 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 108 //Calendar::timeToFields(theTime, quick, status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | buddhcal.cpp | 99 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 101 //Calendar::timeToFields(theTime, quick, status);
|
H A D | taiwncal.cpp | 113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 115 //Calendar::timeToFields(theTime, quick, status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | buddhcal.cpp | 106 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 108 //Calendar::timeToFields(theTime, quick, status);
|
H A D | taiwncal.cpp | 113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 115 //Calendar::timeToFields(theTime, quick, status);
|
/third_party/exfatprogs/include/ |
H A D | libexfat.h | 83 bool quick; member
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 6 rem -q "quick" -- normally the tests are run twice, the first time
|
/third_party/exfatprogs/mkfs/ |
H A D | mkfs.c | 501 if (ui->quick) in exfat_zero_out_disk() 662 ui.quick = false; in main()
|