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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/lsan/
lsan.h 18 #define GET_STACK_TRACE(max_size, fast) \
23 if (fast && (t = CurrentThreadContext())) { \
30 /* context */ 0, stack_top, stack_bottom, fast); \
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.stdout.exp 1 translate: fast SP updates identified: 0 ( --%)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pickle.py 14 def dumps(self, arg, proto=0, fast=0):
15 # Ignore fast
19 # Ignore fast
29 def dumps(self, arg, proto=0, fast=0):
32 if fast:
33 p.fast = fast
45 def dumps(self, arg, proto=0, fast=0):
51 if fast:
52 p.fast = fas
    [all...]
test_pickletools.py 9 def dumps(self, arg, proto=0, fast=0):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pickle.py 14 def dumps(self, arg, proto=0, fast=0):
15 # Ignore fast
19 # Ignore fast
29 def dumps(self, arg, proto=0, fast=0):
32 if fast:
33 p.fast = fast
45 def dumps(self, arg, proto=0, fast=0):
51 if fast:
52 p.fast = fas
    [all...]
test_pickletools.py 9 def dumps(self, arg, proto=0, fast=0):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pickle.py 14 def dumps(self, arg, proto=0, fast=0):
15 # Ignore fast
19 # Ignore fast
29 def dumps(self, arg, proto=0, fast=0):
32 if fast:
33 p.fast = fast
45 def dumps(self, arg, proto=0, fast=0):
51 if fast:
52 p.fast = fas
    [all...]
test_pickletools.py 9 def dumps(self, arg, proto=0, fast=0):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pickle.py 14 def dumps(self, arg, proto=0, fast=0):
15 # Ignore fast
19 # Ignore fast
29 def dumps(self, arg, proto=0, fast=0):
32 if fast:
33 p.fast = fast
45 def dumps(self, arg, proto=0, fast=0):
51 if fast:
52 p.fast = fas
    [all...]
test_pickletools.py 9 def dumps(self, arg, proto=0, fast=0):
  /external/compiler-rt/lib/asan/
asan_stack.h 36 bool fast) {
38 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast);
47 if (SANITIZER_FREEBSD && t->isInDeadlySignal()) fast = true;
53 fast);
55 } else if (!t && !fast) {
69 #define GET_STACK_TRACE(max_size, fast) \
82 GET_CURRENT_FRAME(), 0, fast); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pickle.py 13 def dumps(self, arg, proto=0, fast=0):
14 # Ignore fast
18 # Ignore fast
28 def dumps(self, arg, proto=0, fast=0):
31 if fast:
32 p.fast = fast
44 def dumps(self, arg, proto=0, fast=0):
50 if fast:
51 p.fast = fast
    [all...]
test_pickletools.py 9 def dumps(self, arg, proto=0, fast=0):
  /external/skia/tests/
ColorPrivTest.cpp 29 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
31 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); local
33 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
34 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
35 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
36 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
149 fast.setLengthFast(tests[i]);
151 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
153 SkScalar ratio = slow.length() / fast.length();
  /prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/
main.go 13 fast "./fast"
21 fast.NonASCII(buf, 0)
50 // println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
51 // println("not fast enough")
  /prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/
main.go 13 fast "./fast"
21 fast.NonASCII(buf, 0)
50 // println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
51 // println("not fast enough")
  /external/libgsm/src/
gsm_option.c 35 #if defined(FAST) && defined(USE_FLOAT_MUL)
36 result = r->fast;
37 if (val) r->fast = !!*val;
  /external/compiler-rt/test/BlocksRuntime/
makefile 25 fast:
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
  /device/huawei/angler/
audio_output_policy.conf 21 fast {
  /external/wycheproof/java/com/google/security/wycheproof/
WycheproofRunner.java 39 * <ul>@Fast test runners skip @SlowTest test functions.
78 * Annotation to specify fast test runners that exclude {@code @SlowTest} tests.
80 * <p>Usage: @Fast
84 public @interface Fast {}
138 Fast fast; field in class:WycheproofRunner.ExcludeTestFilter
144 this.fast = runnerClass.getAnnotation(Fast.class);
179 // If the runner class is annotated with @Fast, skip slow tests
180 if (fast != null)
    [all...]
  /external/v8/tools/
cpu.sh 52 fast | performance)
78 echo "Usage: $0 fast|slow|default|singlecore|dualcore|all|limit_cores"
  /external/vulkan-validation-layers/libs/glm/detail/
type_gentype.hpp 37 fast, enumerator in enum:glm::profile
  /prebuilts/go/darwin-x86/src/runtime/
runtime_unix_test.go 6 // We need a fast system call to provoke the race,
7 // and Close(-1) is nearly universally fast.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug369.go 24 run("go", "tool", "compile", "-o", "fast.o", "pkg.go")
30 os.Remove("fast.o")

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>