HomeSort by relevance Sort by last modified time
    Searched refs:improve (Results 1 - 25 of 52) 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/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 64 To improve determinism, we sometimes use taskset to pin to a CPU and
  /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 83 // TODO: improve this part
html.go 379 // TODO: improve this for HTML?
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
layout.go 83 // TODO: improve this part
html.go 379 // TODO: improve this for HTML?
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /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/testing/
match.go 24 // TODO: fix test_main to avoid race and improve caching, also allowing to
  /external/vulkan-validation-layers/
CONTRIBUTING.md 21 While there are often active and organized development efforts underway to improve their coverage,
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /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/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
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 370 #warning Compile for 586+ using GCC to improve the performance of the Direct3D 10/11 state tracker
  /build/soong/cc/
cmakelists.go 123 f.WriteString("# To improve project view in Clion :\n")
  /external/strace/
strace.spec 224 - improve prctl decoding (#364401)
282 - Improve msgrcv printing (#164757).
284 - Improve mount syscall printing (#165377).
321 - improve socket ioctl printing (#138223)
323 - improve mount flags printing (#141932)
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 224 // and no clear way to improve vet to eliminate large chunks of them.
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 224 // and no clear way to improve vet to eliminate large chunks of them.
  /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>
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 424 // Uncomment if you are trying to improve the number of compares/swaps.
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 424 // Uncomment if you are trying to improve the number of compares/swaps.

Completed in 1069 milliseconds

1 2 3