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

1 2 3

  /external/autotest/client/common_lib/perf_expectations/
expectation_checker.py 93 ('regress', 2.3), ('improve', 3.2), ('accept', None)
94 where the float numbers are regress/improve ratios,
102 improve = float(perf_data['improve'])
104 ('better' not in perf_data and regress > improve)):
106 if trace_perf_value < improve:
107 ratio = 1 - divide(trace_perf_value, improve)
108 return 'improve', ratio
114 if trace_perf_value > improve:
115 ratio = divide(trace_perf_value, improve) -
    [all...]
  /external/curl/docs/cmdline-opts/
ssl-allow-beast.d 2 Help: Allow security flaw to improve interop
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 64 To improve determinism, we sometimes use taskset to pin to a CPU and
  /external/libxcam/
README.md 11 library makes GPU/CPU/ISP working together to improve image quality.
12 OpenCL is used to improve performance in different platforms.
46 - xcamfilter, improve image quality by advanced features and smart analysis.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18595.go 10 // Ensuring this invariant enables fixes for 18492 (improve type switch code).
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18595.go 10 // Ensuring this invariant enables fixes for 18492 (improve type switch code).
  /external/Microsoft-GSL/
CONTRIBUTING.md 6 GSL is accepting contributions that improve or refine any of the types in this library as well as ports to other platforms. Changes should have an issue
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
layout.go 91 // TODO: improve this part
html.go 413 // TODO: improve this for HTML?
  /prebuilts/go/darwin-x86/src/testing/
match.go 24 // TODO: fix test_main to avoid race and improve caching, also allowing to
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
layout.go 91 // TODO: improve this part
  /prebuilts/go/linux-x86/src/testing/
match.go 24 // TODO: fix test_main to avoid race and improve caching, also allowing to
  /system/extras/simpleperf/doc/
inferno.md 8 originally written to profile and improve surfaceflinger performance
27 where a developer's effort to improve performances should go.
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 205 // and no clear way to improve vet to eliminate large chunks of them.
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 71 // A preset dictionary can be used to improve the compression ratio.
deflatefast.go 158 // We could immediately start working at s now, but to improve
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 205 // and no clear way to improve vet to eliminate large chunks of them.
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 71 // A preset dictionary can be used to improve the compression ratio.
deflatefast.go 158 // We could immediately start working at s now, but to improve
  /build/soong/cc/
cmakelists.go 135 f.WriteString("# To improve project view in Clion :\n")
  /external/strace/
strace.spec 245 - improve prctl decoding (#364401)
303 - Improve msgrcv printing (#164757).
305 - Improve mount syscall printing (#165377).
342 - improve socket ioctl printing (#138223)
344 - improve mount flags printing (#141932)
  /external/vulkan-validation-layers/
CONTRIBUTING.md 12 While there are often active and organized development efforts underway to improve their coverage,
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /external/ImageMagick/www/api/
enhance.php 264 <p>ContrastStretchImage() is a simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh.</p>

Completed in 573 milliseconds

1 2 3