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

1 2

  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model.h 56 class TestInfo {
58 virtual ~TestInfo() {}
96 virtual const TestInfo& GetTest(size_t index) const = 0;
100 virtual bool GetTestInfo(int id, const TestInfo** result) const = 0;
  /external/chromium_org/build/android/pylib/host_driven/
test_info_collection.py 21 class TestInfo(object):
58 """A collection of TestInfo objects which facilitates filtering."""
123 test_info: TestInfo object representing the test
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_context_state.cc 376 struct TestInfo {
383 TestInfo test[] = {{GL_BLEND, false, true},
gles2_cmd_decoder_unittest.cc 96 struct TestInfo {
100 TestInfo tests[] = {
113 const TestInfo& test = tests[ii];
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util.h 74 struct TestInfo {
127 const struct TestInfo* info, const char* message);
144 int RunAllTests(const struct TestInfo* info);
  /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/chromium_org/gpu/command_buffer/tests/
gl_virtual_contexts_unittest.cc 149 struct TestInfo {
155 TestInfo tests[] = {
162 const TestInfo& test = tests[ii];
169 const TestInfo& test = tests[ii];
176 const TestInfo& test = tests[ii];
184 const TestInfo& test = tests[ii];
  /external/chromium_org/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/chromium_org/third_party/mesa/src/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/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/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 487 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
508 linked_ptr<TestInfo> test_info = *test_it;
544 struct TestInfo {
545 TestInfo(const char* test_case_base_name,
556 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/protobuf/gtest/include/gtest/
gtest.h 451 friend class TestInfo;
517 // A TestInfo object stores the following information about a test:
525 // The constructor of TestInfo registers itself with the UnitTest
528 class TestInfo {
530 // Destructs a TestInfo object. This function is not virtual, so
531 // don't inherit from TestInfo.
532 ~TestInfo();
575 friend TestInfo* internal::MakeAndRegisterTestInfo(
594 // Constructs a TestInfo object. The newly constructed instance assumes
596 TestInfo(const char* test_case_name, const char* name
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 174 class TestInfo;
373 friend class TestInfo;
565 friend class TestInfo;
634 // A TestInfo object stores the following information about a test:
642 // The constructor of TestInfo registers itself with the UnitTest
645 class GTEST_API_ TestInfo {
647 // Destructs a TestInfo object. This function is not virtual, so
648 // don't inherit from TestInfo.
649 ~TestInfo();
710 friend TestInfo* internal::MakeAndRegisterTestInfo
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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...]

Completed in 631 milliseconds

1 2