Searched defs:TestResult (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/icu/source/test/letest/
H A Dletest.h35 struct TestResult struct
44 typedef struct TestResult TestResult; typedef in typeref:struct:TestResult
/external/icu4c/test/letest/
H A Dletest.h35 struct TestResult struct
44 typedef struct TestResult TestResult; typedef in typeref:struct:TestResult
/external/embunit/inc/
H A DTest.h38 typedef struct __TestResult TestResult; typedef in typeref:struct:__TestResult
45 typedef void(*TestRunFunction)(void*,TestResult*);
/external/bluetooth/glib/tests/
H A Dshell-test.c36 typedef struct _TestResult TestResult; typedef in typeref:struct:_TestResult
77 static const TestResult
97 const TestResult *result)
123 do_argv_test (const gchar *cmdline, const TestResult *result)
/external/junit/src/junit/framework/
H A DTestResult.java7 * A <code>TestResult</code> collects the results of executing
15 public class TestResult extends Object { class in inherits:Object
22 public TestResult() { method in class:TestResult
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h451 // TestResult is not copyable.
452 class TestResult { class in namespace:testing::internal
454 // Creates an empty TestResult.
455 TestResult();
457 // D'tor. Do not inherit from TestResult.
458 ~TestResult();
532 // We disallow copying TestResult.
533 GTEST_DISALLOW_COPY_AND_ASSIGN(TestResult);
534 }; // class TestResult
565 internal::TestResult* resul
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1565 // class TestResult
1567 // Creates an empty TestResult.
1568 TestResult::TestResult() function in class:testing::internal::TestResult
1574 TestResult::~TestResult() {
1578 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1585 void TestResult::RecordProperty(const TestProperty& test_property) {
1602 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1616 void TestResult
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h513 // TestResult is not copyable.
514 class TestResult { class in namespace:testing::internal
516 // Creates an empty TestResult.
517 TestResult();
519 // D'tor. Do not inherit from TestResult.
520 ~TestResult();
594 // We disallow copying TestResult.
595 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
596 }; // class TestResult
634 internal::TestResult* resul
[all...]
H A Dgtest.cc1801 // class TestResult
1803 // Creates an empty TestResult.
1804 TestResult::TestResult() function in class:testing::internal::TestResult
1810 TestResult::~TestResult() {
1814 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1821 void TestResult::RecordProperty(const TestProperty& test_property) {
1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1852 void TestResult
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h409 // TestResult is not copyable.
410 class TestResult { class in namespace:testing
412 // Creates an empty TestResult.
413 TestResult();
415 // D'tor. Do not inherit from TestResult.
416 ~TestResult();
513 // We disallow copying TestResult.
514 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
515 }; // class TestResult
565 const TestResult* resul
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc1768 // class TestResult
1770 // Creates an empty TestResult.
1771 TestResult::TestResult() function in class:testing::TestResult
1779 TestResult::~TestResult() {
1785 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1792 const TestProperty& TestResult::GetTestProperty(int i) const {
1797 void TestResult::ClearTestPartResults() {
1802 void TestResult
[all...]

Completed in 92 milliseconds