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

12 3 4

  /external/icu/icu4c/source/test/intltest/
intltest.h 165 virtual UBool setQuick( UBool quick = TRUE );
325 UBool quick; member in class:IntlTest
intltest.cpp 546 quick = FALSE;
563 quick = caller->quick;
618 UBool rval = this->quick;
619 this->quick = quickVal;
1177 UBool quick = TRUE; local
1208 quick = FALSE;
    [all...]
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
267 int32_t testTime = quick ? ( endTime / 40 ) : endTime;
dtfmtrtts.cpp 142 if(quick) {
144 logln("Quick mode: only testing SPARSENESS = 18");
dtifmtts.cpp     [all...]
  /external/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /art/build/
Android.gtest.mk 156 runtime/entrypoints/quick/quick_trampoline_entrypoints_test.cc \
211 compiler/dex/quick/quick_cfi_test.cc \
265 compiler/dex/quick/x86/quick_assemble_x86_test.cc \
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.
  /external/vboot_reference/cgpt/
cgpt_show.c 221 } else if (params->quick) { // show all partitions, quickly
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 94 The "quick"
99 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
102 The "quick"
109 The \"quick\"\n\
116 The \"quick\"\n\
py3_test_grammar.py 100 The "quick"
105 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
108 The "quick"
115 The \"quick\"\n\
122 The \"quick\"\n\
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 89 The "quick"
94 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
97 The "quick"
104 The \"quick\"\n\
111 The \"quick\"\n\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 94 The "quick"
99 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
102 The "quick"
109 The \"quick\"\n\
116 The \"quick\"\n\
py3_test_grammar.py 100 The "quick"
105 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
108 The "quick"
115 The \"quick\"\n\
122 The \"quick\"\n\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 89 The "quick"
94 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
97 The "quick"
104 The \"quick\"\n\
111 The \"quick\"\n\
  /external/linux-tools-perf/src/tools/perf/
Makefile 711 @echo ' quick-install-doc - alias for quick-install-man'
712 @echo ' quick-install-man - install the documentation quickly'
713 @echo ' quick-install-html - install the html documentation quickly'
722 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
  /external/libvorbis/doc/
05-comment.tex 15 quick note on the bottom of a CDR. It should be a little information to
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 31 * elements are quick to access again. It performs basic operations
  /external/v8/tools/
splaytree.js 32 * elements are quick to access again. It performs basic operations
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js 791 // Quick check to determine if target is callable, in the spec
    [all...]

Completed in 681 milliseconds

12 3 4