HomeSort by relevance Sort by last modified time
    Searched defs:test_case (Results 26 - 32 of 32) sorted by null

12

  /external/gtest/test/
gtest_unittest.cc 5103 const TestCase* const test_case = GetUnitTestImpl()-> local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 324 static bool TestCasePassed(const TestCase* test_case) {
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) {
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) {
336 return test_case->should_run();
1953 const TestCase* const test_case = impl->current_test_case(); local
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc 5103 const TestCase* const test_case = GetUnitTestImpl()-> local
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 324 static bool TestCasePassed(const TestCase* test_case) {
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) {
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) {
336 return test_case->should_run();
1953 const TestCase* const test_case = impl->current_test_case(); local
2809 const TestCase& test_case = *unit_test.GetTestCase(i); local
4069 const std::vector<TestCase*>::const_iterator test_case = local
4358 TestCase* const test_case = test_cases_[i]; local
4401 const TestCase* const test_case = test_cases_[i]; local
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc 305 static bool TestCasePassed(const TestCase* test_case) {
306 return test_case->should_run() && test_case->Passed();
310 static bool TestCaseFailed(const TestCase* test_case) {
311 return test_case->should_run() && test_case->Failed();
314 // Returns true iff test_case contains at least one test that should
316 static bool ShouldRunTestCase(const TestCase* test_case) {
317 return test_case->should_run();
1994 const TestCase* const test_case = impl->current_test_case(); local
2815 const TestCase& test_case = *unit_test.GetTestCase(i); local
3896 TestCase** test_case = test_cases_.FindIf(TestCaseNameIs(test_case_name)); local
4179 TestCase* const test_case = test_cases_.GetElement(i); local
4222 const TestCase* const test_case = test_cases_.GetElement(i); local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 305 static bool TestCasePassed(const TestCase* test_case) {
306 return test_case->should_run() && test_case->Passed();
310 static bool TestCaseFailed(const TestCase* test_case) {
311 return test_case->should_run() && test_case->Failed();
314 // Returns true iff test_case contains at least one test that should
316 static bool ShouldRunTestCase(const TestCase* test_case) {
317 return test_case->should_run();
1964 const TestCase* const test_case = impl->current_test_case(); local
2785 const TestCase& test_case = *unit_test.GetTestCase(i); local
3865 TestCase** test_case = test_cases_.FindIf(TestCaseNameIs(test_case_name)); local
4148 TestCase* const test_case = test_cases_.GetElement(i); local
4191 const TestCase* const test_case = test_cases_.GetElement(i); local
    [all...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc 3257 const TestCase* const test_case = impl->current_test_case(); local
4141 const TestCase& test_case = *unit_test.GetTestCase(i); local
5405 const std::vector<TestCase*>::const_iterator test_case = local
5694 TestCase* const test_case = test_cases_[i]; local
5737 const TestCase* const test_case = test_cases_[i]; local
    [all...]

Completed in 841 milliseconds

12