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

1 2 3 4

  /art/compiler/
Android.mk 27 dex/quick/arm/assemble_arm.cc \
28 dex/quick/arm/call_arm.cc \
29 dex/quick/arm/fp_arm.cc \
30 dex/quick/arm/int_arm.cc \
31 dex/quick/arm/target_arm.cc \
32 dex/quick/arm/utility_arm.cc \
33 dex/quick/arm64/assemble_arm64.cc \
34 dex/quick/arm64/call_arm64.cc \
35 dex/quick/arm64/fp_arm64.cc \
36 dex/quick/arm64/int_arm64.cc
    [all...]
  /external/skia/samplecode/
SampleFuzz.cpp 32 static bool quick; variable
103 if (quick == true) sel = 0; else sel = R(6);
192 if (quick == true) break;
198 if (quick == true) break;
203 if (quick == true) break;
226 if (quick == true) break;
249 if (quick == true) break;
298 if (quick == true) break;
303 if (quick == true) break;
308 if (quick == true) break
    [all...]
  /external/libvncserver/x11vnc/
cleanup.h 46 extern void clean_shm(int quick);
cleanup.c 68 void clean_shm(int quick);
92 void clean_shm(int quick) {
96 * to avoid deadlock, etc, under quick=1 we just delete the shm
99 if (quick) {
118 if (quick) {
566 /* remove the shm areas with quick=1: */
  /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/elfutils/src/config/
ar-lib 156 quick=
167 q*) quick=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
  /external/pcre/dist/
ar-lib 156 quick=
167 q*) quick=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
  /art/runtime/
Android.mk 154 quick/inline_method_analyser.cc \
200 entrypoints/quick/quick_alloc_entrypoints.cc \
201 entrypoints/quick/quick_cast_entrypoints.cc \
202 entrypoints/quick/quick_deoptimization_entrypoints.cc \
203 entrypoints/quick/quick_dexcache_entrypoints.cc \
204 entrypoints/quick/quick_field_entrypoints.cc \
205 entrypoints/quick/quick_fillarray_entrypoints.cc \
206 entrypoints/quick/quick_instrumentation_entrypoints.cc \
207 entrypoints/quick/quick_jni_entrypoints.cc \
208 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/skia/
Makefile 70 $(error Cannot build using Make on Windows. See https://skia.org/user/quick/windows)
make.bat 8 rem See https://skia.org/user/quick/windows.
  /external/vboot_reference/cgpt/
cmd_show.c 25 " -q Quick output\n"
68 params.quick = 1;
  /external/vboot_reference/host/include/
cgpt_params.h 51 int quick; member in struct:CgptShowParams
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 50 if(quick==FALSE){ \
362 UBool quick,
376 void test2(UBool quick, int32_t density);
1617 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
    [all...]
tzfmttst.cpp 142 if (quick) {
378 UBool quick; // Static member in struct:LocaleData
541 if (data.quick) {
626 if (bTestAll || !quick) {
662 } else if (quick) {
676 data.quick = quick;
    [all...]
tscoll.cpp 161 if(!quick) { /*!QUICK*/
199 { /*!QUICK*/
200 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */
202 if(!quick) {
216 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...]
  /external/icu/icu4c/source/i18n/
buddhcal.cpp 104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);