Home
last modified time | relevance | path

Searched defs:TestType (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/test/721-osr/src/
H A DMain.java21 private enum TestType { enum in Main
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp56 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() argument
66 bool operator==(const TestType& other) const { in operator ==()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp46 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() argument
55 TestType(int a, float b, const std::string& c, Foo d) in TestType() function
60 bool operator==(const TestType& other) const { in operator ==()
H A Dvariant_tests.cpp28 class TestType { class
31 TestType(const T& value) : value_(value) {} in TestType() function in __anonbc6f096b0110::TestType
33 TestType(T&& value) : value_(std::move(value)) {} in TestType() function in __anonbc6f096b0110::TestType
/aosp12/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp53 enum TestType {TEST_UNKNOWN, PING}; enum in __anon617094960110::Player
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp1800 using TestType = OutputUpdateColorProfileTest; typedef
2528 using TestType = OutputBeginFrameTest; typedef
2989 using TestType = OutputComposeSurfacesTest; typedef
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp2142 auto TestType = [](V1_3::OperandType operandType) { in TEST_F() local