/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;
|
gtest-internal.h | 139 class TestInfo; // Information about a test. 150 class TestInfoImpl; // Opaque implementation of TestInfo 578 // Creates a new TestInfo object and registers it with Google Test; 593 // The newly created TestInfo instance will assume 595 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( [all...] |
/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 | 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;
|
gtest-internal.h | 107 class TestInfo; // Information about a test. 115 class TestInfoImpl; // Opaque implementation of TestInfo 579 // Creates a new TestInfo object and registers it with Google Test; 594 // The newly created TestInfo instance will assume 596 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( [all...] |
/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/gtest/src/ |
gtest.cc | [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest.cc | [all...] |
gtest-internal-inl.h | 629 // Adds a TestInfo to the unit test. 635 // test_info: the TestInfo object 638 TestInfo* test_info) { 671 // Sets the TestInfo object for the test that's currently running. If 674 void set_current_test_info(TestInfo* a_current_test_info) { 709 // result in each TestCase and TestInfo object. 719 TestInfo* current_test_info() { return current_test_info_; } 720 const TestInfo* current_test_info() const { return current_test_info_; } [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/src/ |
gtest-internal-inl.h | 640 // Adds a TestInfo to the unit test. 646 // test_info: the TestInfo object 649 TestInfo* test_info) { 682 // Sets the TestInfo object for the test that's currently running. If 685 void set_current_test_info(TestInfo* a_current_test_info) { 720 // result in each TestCase and TestInfo object. 730 TestInfo* current_test_info() { return current_test_info_; } 731 const TestInfo* current_test_info() const { return current_test_info_; } [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-internal-inl.h | 626 // Adds a TestInfo to the unit test. 632 // test_info: the TestInfo object 635 TestInfo* test_info) { 668 // Sets the TestInfo object for the test that's currently running. If 671 void set_current_test_info(TestInfo* a_current_test_info) { 706 // result in each TestCase and TestInfo object. 716 TestInfo* current_test_info() { return current_test_info_; } 717 const TestInfo* current_test_info() const { return current_test_info_; } [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_dbtables.py | 99 testinfo = [ 105 testinfo = [ 119 for row in testinfo :
|
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
test_dbtables.py | 99 testinfo = [ 105 testinfo = [ 119 for row in testinfo :
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 99 testinfo = [ 105 testinfo = [ 119 for row in testinfo :
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 99 testinfo = [ 105 testinfo = [ 119 for row in testinfo :
|
/external/protobuf/gtest/fused-src/gtest/ |
gtest-all.cc | 739 TestInfoImpl(TestInfo* parent, const char* test_case_name, 789 // Clears the test result in the given TestInfo object. 790 static void ClearTestResult(TestInfo * test_info) { 796 TestInfo* const parent_; // The owner of this object [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/sample/ |
ModuleTestSample.java | 54 // DataMap info = testInfo();
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/sample/ |
ModuleTestSample.java | 50 // DataMap info = testInfo();
|
/external/opencv3/modules/ts/include/opencv2/ |
ts.hpp | 253 struct TestInfo 255 TestInfo(); 326 const TestInfo* get_current_test_info() { return ¤t_test_info; } 423 TestInfo current_test_info;
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
BlasControls.java | 174 String inf[] = data.getStringArrayExtra("testinfo");
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 110 class TestInfo; // Information about a test. 121 class TestInfoImpl; // Opaque implementation of TestInfo 549 // Creates a new TestInfo object and registers it with Google Test; 564 // The newly created TestInfo instance will assume 566 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 86 class TestInfo; // Information about a test. 97 class TestInfoImpl; // Opaque implementation of TestInfo 474 // Creates a new TestInfo object and registers it with Google Test; 489 // The newly created TestInfo instance will assume 491 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( [all...] |