HomeSort by: relevance | last modified time | path
    Searched refs:TestCase (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.hpp 87 template< class TestCase >
93 TestCase tc;
99 template< class TestCase >
105 run_h_tc_child< TestCase >,
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-java-3 11 class TestCase {
12 public TestCase() {
xgettext-java-4 11 class TestCase {
12 public TestCase() {
xgettext-csharp-1 11 class TestCase {
12 public TestCase() {
xgettext-java-1 11 class TestCase {
12 public TestCase() {
xgettext-csharp-4 10 class TestCase {
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
base.py 19 class TestBase(unittest.TestCase):
21 assertRaisesRegex = unittest.TestCase.assertRaisesRegexp
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_clang.py 13 class ClangGetVersion(unittest.TestCase):
22 class ClangGetArgumentsTest(unittest.TestCase):
45 class ClangGetCheckersTest(unittest.TestCase):
96 class ClangIsCtuCapableTest(unittest.TestCase):
102 class ClangGetTripleArchTest(unittest.TestCase):
test_libear.py 11 class TemporaryDirectoryTest(unittest.TestCase):
test_shell.py 10 class ShellTest(unittest.TestCase):
test_compilation.py 10 class CompilerTest(unittest.TestCase):
34 class SplitTest(unittest.TestCase):
108 class SourceClassifierTest(unittest.TestCase):
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 21 struct TestCase {
25 TestCase(const char* xname) : TestCase(xname, nullptr) {}
26 TestCase(const char* xname, const char* xlabel)
45 std::vector<TestCase> ExpectedResults;
47 int AddCases(std::initializer_list<TestCase> const& v) {
output_test_helper.cc 22 using TestCaseList = std::vector<TestCase>;
86 void CheckCase(std::stringstream& remaining_output, TestCase const& TC,
120 std::vector<TestCase> not_checks;
175 struct PatternAndFn : public TestCase { // reusing TestCase for its regexes
177 : TestCase(rx), fn(fn_) {}
339 TestCase::TestCase(std::string re, int rule)
352 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il) {
385 std::vector<TestCase>& output_cases
    [all...]
skip_with_error_test.cc 28 struct TestCase {
48 std::vector<TestCase> ExpectedResults;
50 int AddCases(const char* base_name, std::initializer_list<TestCase> const& v) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
register_benchmark_test.cc 21 struct TestCase {
25 TestCase(const char* xname) : TestCase(xname, nullptr) {}
26 TestCase(const char* xname, const char* xlabel)
43 std::vector<TestCase> ExpectedResults;
45 int AddCases(std::initializer_list<TestCase> const& v) {
output_test_helper.cc 18 using TestCaseList = std::vector<TestCase>;
77 void CheckCase(std::stringstream& remaining_output, TestCase const& TC,
111 std::vector<TestCase> not_checks;
167 struct PatternAndFn : public TestCase { // reusing TestCase for its regexes
169 : TestCase(rx), fn(fn_) {}
330 TestCase::TestCase(std::string re, int rule)
343 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il) {
376 std::vector<TestCase>& output_cases
    [all...]
skip_with_error_test.cc 28 struct TestCase {
48 std::vector<TestCase> ExpectedResults;
50 int AddCases(const char* base_name, std::initializer_list<TestCase> const& v) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
litlint_test.py 12 class TestLintLine(unittest.TestCase):
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_file.py 11 class TestFile(unittest.TestCase):
test_exception_specification_kind.py 21 class TestExceptionSpecificationKind(unittest.TestCase):
test_index.py 14 class TestIndex(unittest.TestCase):
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitTestCase.py 8 TestCase adaptor for providing a Python 'unittest' compatible interface to 'lit'
17 class LitTestCase(unittest.TestCase):
19 unittest.TestCase.__init__(self)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
perftest.py 29 class TestCase(object):
39 """Constructor of TestCase.
41 Construct an instance of TestCase with a name and a measure
72 class TestCaseWithBasicMeasurements(TestCase):
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
perftest.py 29 class TestCase(object):
39 """Constructor of TestCase.
41 Construct an instance of TestCase with a name and a measure
72 class TestCaseWithBasicMeasurements(TestCase):
  /src/external/bsd/file/dist/python/
tests.py 8 class MagicTestCase(unittest.TestCase):

Completed in 22 milliseconds

1 2 3 4