Home
last modified time | relevance | path

Searched refs:DoTest (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp71 DoTest(&ITestService::RepeatBoolean, true); in TEST_F()
75 DoTest(&ITestService::RepeatByte, int8_t{-128}); in TEST_F()
79 DoTest(&ITestService::RepeatChar, char16_t{'A'}); in TEST_F()
83 DoTest(&ITestService::RepeatInt, int32_t{1 << 30}); in TEST_F()
87 DoTest(&ITestService::RepeatLong, int64_t{1LL << 60}); in TEST_F()
91 DoTest(&ITestService::RepeatFloat, float{1.0f / 3.0f}); in TEST_F()
101 DoTest(&ITestService::RepeatByte, sent); in TEST_F()
112 DoTest(&ITestService::RepeatInt, sent); in TEST_F()
119 DoTest(&ITestService::RepeatLong, sent); in TEST_F()
132 DoTest(&ITestService::RepeatString, sent); in TEST_F()
[all …]
H A Daidl_test_client_nullables.cpp47 void DoTest(Status (ITestService::*func)(const std::optional<T>&, std::optional<T>*), in DoTest() function
63 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
67 DoTest(&ITestService::RepeatNullableByteEnumArray, in TEST_F()
72 DoTest(&ITestService::RepeatNullableIntEnumArray, in TEST_F()
77 DoTest(&ITestService::RepeatNullableLongEnumArray, in TEST_F()
82 DoTest(&ITestService::RepeatNullableString, std::optional<String16>("Blooob")); in TEST_F()
94 DoTest(&ITestService::RepeatNullableStringList, std::make_optional(input)); in TEST_F()
H A Daidl_test_client_utf8_strings.cpp87 void DoTest( in DoTest() function
143 DoTest(&ITestService::ReverseUtf8CppStringList); in TEST_F()
147 DoTest(&ITestService::ReverseNullableUtf8CppString); in TEST_F()
/aosp12/system/update_engine/cros/
H A Domaha_response_handler_action_unittest.cc96 bool DoTest(const OmahaResponse& in,
326 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
346 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
376 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
400 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
427 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
451 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
476 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
509 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
537 EXPECT_TRUE(DoTest(in, "", &install_plan)); in TEST_F()
[all …]
/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc108 bool DoTest(bool terminate_early, bool hash_fail);
254 bool FilesystemVerifierActionTest::DoTest(bool terminate_early, in DoTest() function in chromeos_update_engine::FilesystemVerifierActionTest
424 EXPECT_TRUE(DoTest(false, false)); in TEST_F()
429 EXPECT_TRUE(DoTest(false, true)); in TEST_F()
434 EXPECT_TRUE(DoTest(true, false)); in TEST_F()
/aosp12/art/runtime/
H A Dmodule_exclusion_test.cc50 void DoTest() { in DoTest() function in art::ModuleExclusionTest
147 DoTest(); in TEST_F()