Home
last modified time | relevance | path

Searched refs:regression (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/ltp/testcases/kernel/controllers/memcg/
D.gitignore3 /regression/memcg_test_1
4 /regression/memcg_test_2
5 /regression/memcg_test_4
DREADME7 contain the regression test, basis operation test and stress test of memctl.
49 regression/memcg_regression_test.sh
51 This script runs all the 4 testcases of regression test.
53 regression/memcg_test_*.c/sh
55 The programs run each regression test.
/external/toolchain-utils/deprecated/
Dreport_generator.py119 for regression in regressions:
120 report += html_tools.GetTableRow([regression[:150], test_status[regression][
121 1], test_status[regression][0]])
/external/python/cpython2/Lib/test/
Dtest_sqlite.py7 factory, transactions, hooks, regression,
13 hooks.suite(), regression.suite(), dump.suite())
/external/autotest/test_suites/
Dcontrol.regression6 NAME = "regression"
13 The regression suite ensures that we do not drop below a minimum bar of
36 args_dict['name'] = 'regression'
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DPearsonsCorrelation.java28 import org.apache.commons.math.stat.regression.SimpleRegression;
229 SimpleRegression regression = new SimpleRegression(); in correlation() local
237 regression.addData(xArray[i], yArray[i]); in correlation()
239 return regression.getR(); in correlation()
/external/llvm/docs/
DHowToReleaseLLVM.rst251 ``Clang`` is qualified when front-end specific tests in the ``llvm`` regression
261 | x86-32 | Linux | last release | llvm regression tests, |
262 | | | | clang regression tests, |
265 | x86-32 | FreeBSD | last release | llvm regression tests, |
266 | | | | clang regression tests, |
271 | x86-64 | Mac OS 10.X | last release | llvm regression tests, |
272 | | | | clang regression tests, |
275 | x86-64 | Linux | last release | llvm regression tests, |
276 | | | | clang regression tests, |
279 | x86-64 | FreeBSD | last release | llvm regression tests, |
[all …]
DReleaseProcess.rst26 * Identify, reduce and report every regression found during tests and benchmarks
35 * The severity of the bug, how many people it affects and if it's a regression or a
42 * If it's a correctness or a performance regression. Performance regression tends to be
124 If the errors are in LLVM itself, please report every single regression found as blocker, and all t…
/external/autotest/client/site_tests/login_ChromeProfileSanitary/
Dcontrol7 ATTRIBUTES = "suite:regression"
18 This is a regression test for http://crbug.com/183736
/external/compiler-rt/test/cfi/
DCMakeLists.txt41 add_lit_testsuite(check-cfi "Running the cfi regression tests"
46 add_lit_target(check-cfi-and-supported "Running the cfi regression tests"
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
Dcontrol.true_lock7 # TODO(krishnargv): Uncomment ATTRIBUTES line to add case to suite:regression
9 # ATTRIBUTES = 'suite:regression'
/external/valgrind/docs/internals/
Ddirectory-structure.txt24 - $TOOL/tests regression tests
29 - tests/ regression test machinery
46 A final case: arch-specific regression tests for tools go in a
/external/valgrind/
DREADME_DEVELOPERS30 regression tests successfully, building documentation is not needed.
38 Running the regression tests
40 To build and run all the regression tests, run "make [--quiet] regtest".
42 To run a subset of the regression tests, execute:
144 (B) How to run Valgrind regression tests in a 'self-hosting' mode,
189 which helps a lot. However, when running regression tests in an Outer/Inner
209 To run all the regression tests with an outer memcheck, do :
213 To run a specific regression tests with an outer memcheck, do:
217 To run regression tests with another outer tool:
227 When an outer valgrind runs an inner valgrind, a regression test
[all …]
/external/bison/
Dcfg.mk84 prohibit_always-defined_macros+=?|^tests/regression.at$$ \
88 prohibit_magic_number_exit+=?|^tests/(conflicts|regression).at$$ \
/external/bison/tests/
DMakefile.am51 torture.at existing.at regression.at \
54 cxx-type.at glr-regression.at \
Dtestsuite.at61 m4_include([regression.at])
73 m4_include([glr-regression.at])
/external/libxml2/python/
DTODO18 - add regression tests
32 - add regression tests
/external/libxml2/
DREADME.tests10 runtest.c : runs libxml2 basic internal regression tests
11 runsuite.c: runs libxml2 against external regression tests
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
DMultipleLinearRegression.java17 package org.apache.commons.math.stat.regression;
/external/ltp/testcases/kernel/fs/linktest/
DREADME25 Description: A regression test for links per file.
57 05/07/01 .99 martinjn@us.ibm.com Needed a quick regression test to
/external/testng/src/test/java/test/regression/groupsordering/
DA.java1 package test.regression.groupsordering;
DB.java1 package test.regression.groupsordering;
/external/python/cpython2/Doc/library/
Dtest.rst17 The :mod:`test` package contains all regression tests for Python as well as the
32 Writing PyUnit regression tests.
96 The goal for regression testing is to try to break code. This leads to a few
161 The :mod:`test.regrtest` module can be run as a script to drive Python's regression
163 Running the script by itself automatically starts running all regression
167 be passed to the script. Specifying a single regression test (:program:`python
182 Some other ways to execute the regression tests depend on what platform the
185 :program:`rt.bat` from your :file:`PCBuild` directory will run all regression
193 :synopsis: Support for Python regression tests.
200 The :mod:`test.test_support` module provides support for Python's regression
/external/testng/src/test/java/test/regression/
DMyTestngTest.java1 package test.regression;
/external/autotest/client/tests/fsx/
Dcontrol8 Fsx is a file system regression test.

1234567891011