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

1 2 3 4

  /art/runtime/interpreter/mterp/mips/
op_iget_wide_quick.S 1 # iget-wide-quick vA, vB, offset /* CCCC */
op_iput_wide_quick.S 1 # iput-wide-quick vA, vB, offset /* CCCC */
  /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...]
  /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/ImageMagick/PerlMagick/t/ttf/
read.t 30 testReadCompare(q!label:The quick brown fox jumps over the lazy dog.!,
44 q!text=>'The quick brown fox jumps over the lazy dog.',
  /external/ImageMagick/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/compiler/
Android.mk 28 dex/quick/dex_file_method_inliner.cc \
29 dex/quick/dex_file_to_method_inliner_map.cc \
41 jni/quick/calling_convention.cc \
42 jni/quick/jni_compiler.cc \
88 jni/quick/arm/calling_convention_arm.cc \
104 jni/quick/arm64/calling_convention_arm64.cc \
115 jni/quick/mips/calling_convention_mips.cc \
123 jni/quick/mips64/calling_convention_mips64.cc \
131 jni/quick/x86/calling_convention_x86.cc \
142 jni/quick/x86_64/calling_convention_x86_64.cc
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
cris.exp 402 # Quick-operand tests.
405 test_template_insn_reg quick btstq 38 "s6|u6" "quick-u5" 38
406 test_template_insn_reg quick asrq 3a "s6|u6" "quick-u5" 38
407 test_template_insn_reg quick lslq 3c "s6|u6" "quick-u5" 38
408 test_template_insn_reg quick lsrq 3e "s6|u6" "quick-u5" 38
411 test_template_insn_reg quick moveq 24 "u6" "quick-s6" 2
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
query.py 58 def count(self, quick=True):
59 return self.manager.count(self.model_class, self.filters, quick, self.sort_by, self.select)
  /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 72 $(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...]
  /art/runtime/
Android.mk 174 quick/inline_method_analyser.cc \
217 entrypoints/quick/quick_alloc_entrypoints.cc \
218 entrypoints/quick/quick_cast_entrypoints.cc \
219 entrypoints/quick/quick_deoptimization_entrypoints.cc \
220 entrypoints/quick/quick_dexcache_entrypoints.cc \
221 entrypoints/quick/quick_field_entrypoints.cc \
222 entrypoints/quick/quick_fillarray_entrypoints.cc \
223 entrypoints/quick/quick_instrumentation_entrypoints.cc \
224 entrypoints/quick/quick_jni_entrypoints.cc \
225 entrypoints/quick/quick_lock_entrypoints.cc
    [all...]
  /external/icu/icu4c/source/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRoundTripTest.java 36 public boolean quick = true; field in class:DateFormatRoundTripTest
56 if (quick) {
59 logln("Quick mode: only testing first 5 Locales");
NumberFormatRoundTripTest.java 37 public boolean quick = true; field in class:NumberFormatRoundTripTest
64 if(quick) {
67 logln("Quick mode: only _testing first 5 Locales");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRoundTripTest.java 32 public boolean quick = true; field in class:DateFormatRoundTripTest
52 if (quick) {
55 logln("Quick mode: only testing first 5 Locales");

Completed in 1440 milliseconds

1 2 3 4