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

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/methodinterceptors/
FooTest.java 11 public void slow() {} method in class:FooTest
  /external/skia/tests/
ColorPrivTest.cpp 36 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
37 const SkPMColor slow = SkFourByteInterp(src, dst, scale); local
40 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
41 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
42 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
43 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast);
PointTest.cpp 141 // making sure the slow and fast paths are within 0.1%.
146 SkPoint slow = kOne, fast = kOne; local
148 slow.setLength(tests[i]);
151 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
153 SkScalar ratio = slow.length() / fast.length();
  /external/skqp/tests/
ColorPrivTest.cpp 36 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
37 const SkPMColor slow = SkFourByteInterp(src, dst, scale); local
40 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
41 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
42 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
43 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast);
PointTest.cpp 141 // making sure the slow and fast paths are within 0.1%.
146 SkPoint slow = kOne, fast = kOne; local
148 slow.setLength(tests[i]);
151 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
153 SkScalar ratio = slow.length() / fast.length();
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.sh 12 # slow Bv Bv0 B0
23 for type in slow Bv Bv0; do
span16perf.sh 12 # slow Bv Bv0 B0
23 for type in slow Bv Bv0; do
span8perf.sh 12 # slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
23 for type in slow BvF BvpF Bvl BvL; do
contperf.bat 8 rem types: slow Bv Bv0 B0
19 for %%t in (slow Bv Bv0 B0) do (
span16perf.bat 8 rem types: slow Bv Bv0 B0
19 for %%t in (slow Bv Bv0) do (
span8perf.bat 8 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
19 for %%t in (slow BvF BvpF Bvl BvL) do (
  /prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/
main.go 14 slow "./slow"
27 slow.NonASCII(buf, 0)
50 // println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
  /prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/
main.go 14 slow "./slow"
27 slow.NonASCII(buf, 0)
50 // println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionLauncher.java 17 package com.android.quicksearchbox.tests.slow;
31 Log.i(TAG, "Launched a slow suggestion: " + intent);
  /prebuilts/go/darwin-x86/src/runtime/
export_test.go 284 func ReadMemStatsSlow() (base, slow MemStats) {
294 // Initialize slow from base and zero the fields we're
296 slow = base
297 slow.Alloc = 0
298 slow.TotalAlloc = 0
299 slow.Mallocs = 0
300 slow.Frees = 0
311 slow.Mallocs++
312 slow.Alloc += uint64(s.elemsize)
314 slow.Mallocs += uint64(s.allocCount
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
export_test.go 284 func ReadMemStatsSlow() (base, slow MemStats) {
294 // Initialize slow from base and zero the fields we're
296 slow = base
297 slow.Alloc = 0
298 slow.TotalAlloc = 0
299 slow.Mallocs = 0
300 slow.Frees = 0
311 slow.Mallocs++
312 slow.Alloc += uint64(s.elemsize)
314 slow.Mallocs += uint64(s.allocCount
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
copyelim.go 49 slow := w
53 if w == slow {
58 slow = slow.Args[0]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
copyelim.go 49 slow := w
53 if w == slow {
58 slow = slow.Args[0]
  /external/v8/src/ic/
keyed-store-generic.cc 36 Node* value, Node* context, Label* slow);
39 const StoreICParameters* p, Label* slow,
53 Label* slow, UpdateLength update_length);
82 Node* value, Label* slow);
231 Node* intptr_index, Node* value, Node* context, Label* slow,
238 GotoIf(IsDictionaryMap(receiver_map), slow);
244 GotoIf(IsSetSmi(details, PropertyDetails::kAttributesReadOnlyMask), slow);
268 BranchIfPrototypesHaveNonFastElements(receiver_map, slow,
281 FAST_SMI_ELEMENTS, FAST_ELEMENTS, slow);
300 FAST_ELEMENTS, slow);
851 GotoIf(IsFunctionTemplateInfoMap(setter_map), slow); local
922 GotoIf(TaggedIsSmi(receiver), &slow); local
929 &slow); local
    [all...]
  /external/v8/tools/
cpu.sh 55 slow | powersave)
78 echo "Usage: $0 fast|slow|default|singlecore|dualcore|all|limit_cores"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug369.go 23 run("go", "tool", "compile", "-N", "-o", "slow.o", "pkg.go")
29 os.Remove("slow.o")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug369.go 23 run("go", "tool", "compile", "-N", "-o", "slow.o", "pkg.go")
29 os.Remove("slow.o")
  /external/curl/docs/cmdline-opts/
max-time.d 8 useful for preventing your batch jobs from hanging for hours due to slow
speed-time.d 10 This option controls transfers and thus will not affect slow connects etc. If
  /external/v8/src/builtins/
builtins-function.cc 282 Label slow(&assembler);
292 assembler.GotoIf(assembler.TaggedIsSmi(receiver), &slow);
299 &slow);
301 // Disallow binding of slow-mode functions. We need to figure out whether the
303 assembler.Comment("Disallow binding of slow-mode functions");
304 assembler.GotoIf(assembler.IsDictionaryMap(receiver_map), &slow);
314 &slow);
326 &slow);
330 assembler.GotoIf(assembler.TaggedIsSmi(maybe_length_accessor), &slow);
332 assembler.GotoIfNot(assembler.IsAccessorInfoMap(length_value_map), &slow);
    [all...]

Completed in 536 milliseconds

1 2 3 4 5 6 7 8 91011>>