Searched defs:TestType (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 56 struct TestType { struct 57 int a; 58 float b; 59 std::string c; 61 TestType() {} in TestType() argument 62 TestType(int a, float b, const std::string& c) : a(a), b(b), c(c) {} in TestType() function 66 bool operator==(const TestType& other) const { in operator ==()
|
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 46 struct TestType { struct 47 enum class Foo { kFoo, kBar, kBaz }; 49 int a; 50 float b; 51 std::string c; 52 Foo d; 54 TestType() {} in TestType() function 55 TestType(int a, float b, const std::string& c, Foo d) in TestType() function 60 bool operator==(const TestType& other) const { in operator ==()
|
D | variant_tests.cpp | 28 class TestType { class 31 TestType(const T& value) : value_(value) {} in TestType() function in __anon1fde347f0111::TestType 33 TestType(T&& value) : value_(std::move(value)) {} in TestType() function in __anon1fde347f0111::TestType
|
/frameworks/base/media/tests/players/ |
D | invoke_mock_media_player.cpp | 53 enum TestType {TEST_UNKNOWN, PING}; enum in __anon5c2392aa0111::Player
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 1977 auto TestType = [](OperandType operandType) { in TEST_F() local
|