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

1 2 3 4 5 6 7

  /external/skia/samplecode/
SampleFuzz.cpp 30 static bool quick; variable
101 if (quick == true) sel = 0; else sel = R(6);
190 if (quick == true) break;
195 if (quick == true) break;
200 if (quick == true) break;
223 if (quick == true) break;
246 if (quick == true) break;
295 if (quick == true) break;
300 if (quick == true) break;
305 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);
  /compatibility/cdd/3_software/
3_13_quick-settings.md 1 ## 3.13\. Quick Settings
3 Android provides a Quick Settings UI component that allows quick access to
6 If device implementations include a Quick Settings UI component, they:
13 to the Quick Settings.
15 alongside the system-provided quick setting tiles.
  /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.',
  /prebuilts/go/darwin-x86/src/crypto/subtle/
constant_time_test.go 9 "testing/quick"
59 err := quick.CheckEqual(ConstantTimeByteEq, byteEq, nil)
73 err := quick.CheckEqual(ConstantTimeEq, eq, nil)
103 err := quick.CheckEqual(constantTimeCopyWrapper, makeCopy, nil)
  /prebuilts/go/linux-x86/src/crypto/subtle/
constant_time_test.go 9 "testing/quick"
59 err := quick.CheckEqual(ConstantTimeByteEq, byteEq, nil)
73 err := quick.CheckEqual(ConstantTimeEq, eq, nil)
103 err := quick.CheckEqual(constantTimeCopyWrapper, makeCopy, nil)
  /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/libnetfilter_conntrack/build-aux/
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/dist2/
ar-lib 156 quick=
167 q*) quick=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
  /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...]
  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
js_test.go 362 jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
368 jsValEscaper("The quick, brown fox jumps over the lazy dog")
377 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>\u2028",
390 "The quick, brown fox jumps over the lazy dog",
400 jsStrEscaper("The quick, brown fox jumps over the lazy dog.")
406 jsStrEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
412 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog")
418 jsRegexpEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
js_test.go 362 jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
368 jsValEscaper("The quick, brown fox jumps over the lazy dog")
377 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>\u2028",
390 "The quick, brown fox jumps over the lazy dog",
400 jsStrEscaper("The quick, brown fox jumps over the lazy dog.")
406 jsStrEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
412 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog")
418 jsRegexpEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
  /external/curl/docs/cmdline-opts/
netrc.d 13 A quick and very simple example of how to setup a \fI.netrc\fP to allow curl
  /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 57 AbuseTask(File cacheDir, boolean quick) {
58 File dir = new File(cacheDir, quick ? "quick" : "slow");
60 mQuick = quick;
61 mBuffer = quick ? new byte[1024*1024] : new byte[1024];
  /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
  /frameworks/rs/tests/lldb/tests/harness/
decorators.py 77 Mark a test as 'wimpy' that is - a function specifically known to be quick-running.
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate_test.go 18 "the quick brown fox jumped over",
74 "the quick brown fox jumped over",
  /prebuilts/go/linux-x86/src/compress/flate/
inflate_test.go 18 "the quick brown fox jumped over",
74 "the quick brown fox jumped over",
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 52 if(quick==FALSE){ \
364 UBool quick,
378 void test2(UBool quick, int32_t density);
1620 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
    [all...]

Completed in 2921 milliseconds

1 2 3 4 5 6 7