Searched refs:regression (Results 1 - 17 of 17) sorted by relevance
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 14 # we report that as a regression. 281 def regression(bench): function 284 if (a == 0): # bad bench, just return no regression 336 suspects.sort(key = regression) 339 r = regression(suspect) 348 r = regression(bench) if bench in suspects else 1.0 386 "%s, %s, %f, " % (bench, bench in suspects, regression(bench)) +
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | regression.rs | 1 mod regression { modules 2 automod::dir!("tests/regression");
|
/third_party/rust/crates/syn/tests/ |
H A D | regression.rs | 3 mod regression { modules 4 automod::dir!("tests/regression");
|
/third_party/rust/crates/regex/tests/ |
H A D | test_nfa_utf8bytes.rs | 44 mod regression; modules
|
H A D | test_nfa.rs | 40 mod regression; modules
|
H A D | test_nfa_bytes.rs | 46 mod regression; modules
|
H A D | test_backtrack_utf8bytes.rs | 48 mod regression; modules
|
H A D | test_backtrack.rs | 46 mod regression; modules
|
H A D | test_backtrack_bytes.rs | 46 mod regression; modules
|
H A D | test_default.rs | 50 mod regression; modules
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 180 write a regression test containing at least a line that triggers each warning once
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 2 rem Run Tests. Run the regression test suite.
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 23 ; This file is the source for a simple mock firmware used to regression test
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 885 This is not a regression relative to the \code{.spec} files, which also 900 This is not a regression relative to the \code{.spec} files, which also 915 This is not a regression relative to the \code{.spec} files, which also
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 962 This is not a regression relative to the \code{.spec} files, which also 977 This is not a regression relative to the \code{.spec} files, which also 992 This is not a regression relative to the \code{.spec} files, which also
|
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 112 TEST_CASE("regression tests 1") 621 TEST_DATA_DIRECTORY "/regression/broken_file.json", 622 TEST_DATA_DIRECTORY "/regression/working_file.json" 636 TEST_DATA_DIRECTORY "/regression/floats.json", 637 TEST_DATA_DIRECTORY "/regression/signed_ints.json", 638 TEST_DATA_DIRECTORY "/regression/unsigned_ints.json", 639 TEST_DATA_DIRECTORY "/regression/small_signed_ints.json" 1336 is.open(TEST_DATA_DIRECTORY "/regression/working_file.json"); 1486 TEST_CASE("regression tests, exceptions dependent")
|
/third_party/mksh/ |
H A D | Build.sh | 2795 $e Run the regression test suite: ./test.sh
|
Completed in 20 milliseconds