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

1 2 3 4 5

  /external/chromium_org/third_party/sqlite/src/test/
quick.test 13 run_test_suite quick
releasetest.tcl 15 -quick BOOLEAN (default "0")
23 If the -quick option is set to true, then the "veryquick.test" script
261 set ::QUICK 0 ;# Default value
276 -quick {
278 set ::QUICK [lindex $argv $i]
316 if {$::QUICK} {set target test}
  /dalvik/vm/mterp/mips/
OP_IGET_WIDE_QUICK.S 3 # iget-wide-quick vA, vB, offset /* CCCC */
OP_IPUT_WIDE_QUICK.S 3 # iput-wide-quick vA, vB, offset /* CCCC */
  /art/compiler/
Android.mk 26 dex/quick/arm/assemble_arm.cc \
27 dex/quick/arm/call_arm.cc \
28 dex/quick/arm/fp_arm.cc \
29 dex/quick/arm/int_arm.cc \
30 dex/quick/arm/target_arm.cc \
31 dex/quick/arm/utility_arm.cc \
32 dex/quick/codegen_util.cc \
33 dex/quick/gen_common.cc \
34 dex/quick/gen_invoke.cc \
35 dex/quick/gen_loadstore.cc
    [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/chromium_org/tools/idl_parser/
idl_parser_test.py 45 quick = '\n'.join(node.Tree())
47 msg = 'Mismatched tree at line %d:\n%sVS\n%s' % (lineno, value, quick)
48 self.assertEqual(value, quick, msg)
88 quick = '\n'.join(node.Tree())
91 filename, lineno, value, quick)
92 self.assertEqual(value, quick, msg)
  /art/runtime/
Android.mk 158 entrypoints/quick/quick_alloc_entrypoints.cc \
159 entrypoints/quick/quick_cast_entrypoints.cc \
160 entrypoints/quick/quick_deoptimization_entrypoints.cc \
161 entrypoints/quick/quick_dexcache_entrypoints.cc \
162 entrypoints/quick/quick_field_entrypoints.cc \
163 entrypoints/quick/quick_fillarray_entrypoints.cc \
164 entrypoints/quick/quick_instrumentation_entrypoints.cc \
165 entrypoints/quick/quick_invoke_entrypoints.cc \
166 entrypoints/quick/quick_jni_entrypoints.cc \
167 entrypoints/quick/quick_lock_entrypoints.cc
    [all...]
  /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
  /development/apps/Development/src/com/android/development/
CacheAbuser.java 58 AbuseTask(File cacheDir, boolean quick) {
59 File dir = new File(cacheDir, quick ? "quick" : "slow");
61 mQuick = quick;
62 mBuffer = quick ? new byte[1024*1024] : new byte[1024];
  /external/chromium_org/third_party/icu/source/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
381 if (data.quick) {
459 if (bTestAll || !quick) {
495 } else if (quick) {
509 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 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) {
  /external/icu4c/test/intltest/
transrt.cpp 50 if(quick==FALSE){ \
362 UBool quick,
376 void test2(UBool quick, int32_t density);
1661 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
    [all...]
intltest.h 136 virtual UBool setQuick( UBool quick = TRUE );
272 UBool quick; member in class:IntlTest
tzfmttst.cpp 140 if (quick) {
342 UBool quick; // Static member in struct:LocaleData
500 if (data.quick) {
583 if (bTestAll || !quick) {
619 } else if (quick) {
633 data.quick = quick;
    [all...]
intltest.cpp 529 quick = FALSE;
545 quick = caller->quick;
600 UBool rval = this->quick;
601 this->quick = quickVal;
1103 UBool quick = TRUE; local
1132 quick = FALSE;
1211 major.setQuick( quick );
    [all...]
tscoll.cpp 179 if(!quick) { /*!QUICK*/
217 { /*!QUICK*/
218 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */
220 if(!quick) {
234 if(norm != UCOL_ON && !quick) {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 213 /* Quick links
218 .quick-links {
226 .quick-links:first-child {
229 .quick-links li {
234 .quick-links .github-btn,
235 .quick-links .tweet-btn,
236 .quick-links .follow-btn {
684 /* Don't space out quick links so much */
685 .quick-links {
689 .quick-links .divider
    [all...]
  /libcore/
Android.mk 55 # "m dalvik-host" for quick minimal host build
  /external/chromium_org/third_party/icu/source/i18n/
buddhcal.cpp 104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);

Completed in 2412 milliseconds

1 2 3 4 5