/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 57 const auto& gtest_color = ::testing::GTEST_FLAG(color); in ShouldUseColor() 234 class TestResultPrinter : public testing::EmptyTestEventListener { 237 virtual void OnTestStart(const testing::TestInfo& test_info) { in OnTestStart() 240 virtual void OnTestPartResult(const testing::TestPartResult& result); 243 const testing::TestInfo* pinfo_; 248 const testing::TestPartResult& result) { in OnTestPartResult() 250 if (result.type() == testing::TestPartResult::kSuccess) return; in OnTestPartResult() 353 if (testing::GTEST_FLAG(print_time)) { in OnTestEndPrint() 398 if (testing::GTEST_FLAG(print_time)) { in OnTestIterationEndPrint() 636 testing::InitGoogleTest(&new_argc, new_argv); in ChildProcessFn() [all …]
|
/test/vts-testcase/kernel/toolchain/ |
D | vts_kernel_toolchain.cpp | 31 class KernelVersionTest : public ::testing::Test { 51 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr(needle))); in TEST_F() 57 ASSERT_THAT(version_, ::testing::HasSubstr(needle)); in TEST_F()
|
/test/vts-testcase/kernel/api/tun/ |
D | vts_kernel_tun_test.cpp | 41 class VtsKernelTunTest : public ::testing::TestWithParam<short> { 90 ::testing::ValuesIn(kTunModes)); 93 ::testing::InitGoogleTest(&argc, argv); in main()
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/ |
D | VtsDashboardApiTransportTest.java | 31 import com.google.api.client.testing.http.HttpTesting; 32 import com.google.api.client.testing.http.MockHttpTransport; 33 import com.google.api.client.testing.http.MockLowLevelHttpRequest; 34 import com.google.api.client.testing.http.MockLowLevelHttpResponse;
|
/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.h | 24 namespace testing { 29 public ::testing::WithParamInterface<HalManifestPtr> {
|
D | VtsTrebleVintfTestBase.h | 31 namespace testing { 38 class VtsTrebleVintfTestBase : public ::testing::Test {
|
D | DeviceManifestTest.cpp | 24 namespace testing { namespace 106 ::testing::ValuesIn(GetTestManifests()));
|
D | utils.cpp | 30 namespace testing { namespace 146 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
|
D | SystemVendorTest.cpp | 30 namespace testing { namespace 145 ::testing::ValuesIn(GetTestManifests()));
|
D | utils.h | 34 namespace testing { 123 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
|
D | main.cpp | 20 ::testing::InitGoogleTest(&argc, argv); in main()
|
D | SystemVendorTest.h | 25 namespace testing {
|
D | DeviceManifestTest.h | 26 namespace testing {
|
D | DeviceMatrixTest.h | 26 namespace testing {
|
D | DeviceMatrixTest.cpp | 26 namespace testing { namespace
|
/test/vts/testcases/vts_selftest/manual_tests/flaky_test/ |
D | vts_selftest_flaky_test.cpp | 26 class VtsSelfTestFlakyTest : public ::testing::Test { 83 ::testing::InitGoogleTest(&argc, argv); in main()
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.h | 26 namespace testing { 45 class VtsHalHidlTargetTestEnvBase : public ::testing::Environment {
|
D | VtsHalHidlTargetTestBase.h | 30 namespace testing { 35 class VtsHalHidlTargetTestBase : public ::testing::Test {
|
/test/vts/ |
D | README.md | 3 VTS consists of a set of testing frameworks and test cases, designed to help 12 * structural (e.g., gTest and host-driven python) testing.
|
/test/vts/drivers/resource/fmq_driver/ |
D | VtsFmqDriverTest.cpp | 40 class SyncReadWrites : public ::testing::Test { 66 class BlockingReadWrites : public ::testing::Test { 90 class UnsynchronizedWrites : public ::testing::Test {
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | ProfilingPointSummaryTest.java | 28 import com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig; 29 import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
|
/test/vts/tools/vts-tradefed/res/config/ |
D | plans.md | 4 plan are for the same target component or testing the same or similar aspect 35 * __vts-codelab-multi-device__: For VTS codelab of multi-device testing.
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsAlertJobServletTest.java | 30 import com.google.appengine.tools.development.testing.LocalServiceTestHelper; 31 import com.google.appengine.tools.development.testing.LocalUserServiceTestConfig;
|
/test/vti/test_serving/script/ |
D | run-unittest.sh | 24 python testing/e2e_test.py
|
/test/vts/testcases/vts_selftest/manual_tests/zero_testcase_binary_test/ |
D | vts_selftest_zero_testcase_binary_test.cpp | 21 class VtsSelfTestFlakyTest : public ::testing::Test {
|