/external/autotest/client/tests/monotonic_time/src/ |
D | time_test.c | 137 typedef struct test_info { struct 139 void (*func)(struct test_info *); /* the test */ argument 150 void show_warps(struct test_info *test) in show_warps() argument
|
/external/googletest/googletest/samples/ |
D | sample9_unittest.cc | 61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() 141 const TestInfo& test_info = *test_case.GetTestInfo(j); in main() local
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample9_unittest.cc | 64 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart() 84 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd() 145 const TestInfo& test_info = *test_case.GetTestInfo(j); in main() local
|
/external/libchrome/base/test/ |
D | gtest_util.cc | 41 const testing::TestInfo* test_info = test_case->GetTestInfo(j); in GetCompiledInTests() local 58 std::unique_ptr<DictionaryValue> test_info(new DictionaryValue); in WriteCompiledInTestsToFile() local
|
/external/u-boot/cmd/ |
D | sf.c | 399 struct test_info { struct 406 static void show_time(struct test_info *test, int stage) in show_time() argument
|
/external/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 780 const ::testing::TestInfo* const test_info = in TEST_P() local 801 const ::testing::TestInfo* const test_info = in TEST_P() local 815 const ::testing::TestInfo* const test_info = in TEST_F() local 879 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local 894 const ::testing::TestInfo* const test_info = in TEST_P() local 919 const ::testing::TestInfo* const test_info = in TEST_P() local 949 const ::testing::TestInfo* const test_info = in TEST_P() local 977 const ::testing::TestInfo* const test_info = in TEST_P() local
|
D | gtest-unittest-api_test.cc | 220 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 799 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 958 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 963 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() 968 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 974 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 979 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 984 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 989 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 746 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 894 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 899 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 905 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 910 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 915 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 920 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 746 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 894 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 899 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 905 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 910 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 915 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 920 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 786 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 935 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 940 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 946 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 951 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 956 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 961 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 746 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 894 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 899 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 905 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 910 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 915 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 920 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/python/cpython3/Lib/test/ |
D | test_urllibnet.py | 78 def test_info(self): member in urlopenNetworkTests
|
/external/python/cpython2/Lib/test/ |
D | test_urllibnet.py | 90 def test_info(self): member in urlopenNetworkTests
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest.h | 709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 846 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 851 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 846 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 851 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 846 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 851 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 647 TestInfo* test_info) { in AddTestInfo() 1143 void OnTestStart(const TestInfo& test_info) { in OnTestStart() 1147 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 647 TestInfo* test_info) { in AddTestInfo() 1143 void OnTestStart(const TestInfo& test_info) { in OnTestStart() 1147 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 647 TestInfo* test_info) { in AddTestInfo() 1143 void OnTestStart(const TestInfo& test_info) { in OnTestStart() 1147 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 653 TestInfo* test_info) { in AddTestInfo() 1145 void OnTestStart(const TestInfo& test_info) { in OnTestStart() 1149 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
|
/external/googletest/googletest/src/ |
D | gtest-internal-inl.h | 670 TestInfo* test_info) { in AddTestInfo() 1165 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 1169 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_test.cc | 186 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_F() local
|
/external/webrtc/webrtc/call/ |
D | rtc_event_log_unittest.cc | 467 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in LogSessionAndReadBack() local 634 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in DropOldEvents() local
|