HomeSort by relevance Sort by last modified time
    Searched defs:TestInfo (Results 1 - 25 of 36) sorted by null

1 2

  /external/opencv3/modules/ts/misc/
testlog_parser.py 9 class TestInfo(object):
194 tests = map(TestInfo, log.getElementsByTagName("testcase"))
  /ndk/sources/android/support/tests/minitest/
minitest.cc 10 struct TestInfo {
14 TestInfo* next;
17 TestInfo* g_test_infos;
18 TestInfo** g_test_infos_tail;
171 TestInfo* info = reinterpret_cast<TestInfo*>(::malloc(sizeof(*info)));
185 TestInfo* info = g_test_infos;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 115 public static class TestInfo {
121 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) {
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/gtest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 253 struct TestInfo
255 TestInfo();
326 const TestInfo* get_current_test_info() { return &current_test_info; }
423 TestInfo current_test_info;
  /external/opencv3/modules/ts/src/
ts.cpp 398 TestInfo::TestInfo()
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
489 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 184 class TestInfo;
359 friend class TestInfo;
550 friend class TestInfo;
615 // A TestInfo object stores the following information about a test:
623 // The constructor of TestInfo registers itself with the UnitTest
626 class GTEST_API_ TestInfo {
628 // Destructs a TestInfo object. This function is not virtual, so
629 // don't inherit from TestInfo.
630 ~TestInfo();
682 friend TestInfo* internal::MakeAndRegisterTestInfo
    [all...]
  /external/gtest/include/gtest/
gtest.h 174 class TestInfo;
349 friend class TestInfo;
541 friend class TestInfo;
610 // A TestInfo object stores the following information about a test:
618 // The constructor of TestInfo registers itself with the UnitTest
621 class GTEST_API_ TestInfo {
623 // Destructs a TestInfo object. This function is not virtual, so
624 // don't inherit from TestInfo.
625 ~TestInfo();
686 friend TestInfo* internal::MakeAndRegisterTestInfo
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo {
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* internal::MakeAndRegisterTestInfo
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo {
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* internal::MakeAndRegisterTestInfo
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 530 friend class TestInfo;
596 // A TestInfo object stores the following information about a test:
604 // The constructor of TestInfo registers itself with the UnitTest
607 class GTEST_API_ TestInfo {
609 // Destructs a TestInfo object. This function is not virtual, so
610 // don't inherit from TestInfo.
611 ~TestInfo();
654 friend TestInfo* internal::MakeAndRegisterTestInfo(
673 // Constructs a TestInfo object. The newly constructed instance assumes
675 TestInfo(const char* test_case_name, const char* name
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 174 class TestInfo;
349 friend class TestInfo;
541 friend class TestInfo;
610 // A TestInfo object stores the following information about a test:
618 // The constructor of TestInfo registers itself with the UnitTest
621 class GTEST_API_ TestInfo {
623 // Destructs a TestInfo object. This function is not virtual, so
624 // don't inherit from TestInfo.
625 ~TestInfo();
686 friend TestInfo* internal::MakeAndRegisterTestInfo
    [all...]

Completed in 594 milliseconds

1 2