Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/minikin/tests/unittest/
H A DLayoutSplitterTest.cpp99 struct TestCase { in TEST() struct
100 std::string testStr; in TEST()
101 std::vector<std::string> expects; in TEST()
161 struct TestCase { in TEST() struct
162 std::string testStr; in TEST()
223 struct TestCase { in TEST() struct
224 std::string testStr; in TEST()
275 struct TestCase { in TEST() struct
276 std::string testStr; in TEST()
327 struct TestCase { in TEST() struct
[all …]
H A DFontFamilyTest.cpp208 struct TestCase { in TEST() struct
209 const std::string baseScript; in TEST()
210 const std::string requestedScript; in TEST()
211 bool isSupported; in TEST()
589 struct TestCase { in TEST_F() struct
590 const std::string fontPath; in TEST_F()
591 bool hasVSTable; in TEST_F()
733 struct TestCase { in TEST_F() struct
734 FontStyle wantedStyle; in TEST_F()
735 std::vector<FontStyle> familyStyles; in TEST_F()
[all …]
H A DFontCollectionItemizeTest.cpp818 struct TestCase { in TEST() struct
819 std::string userPreferredLocale; in TEST()
820 std::vector<std::string> fontLocales; in TEST()
821 int selectedFontIndex; in TEST()
979 struct TestCase { in TEST() struct
980 std::string testString; in TEST()
981 std::string requestedLocales; in TEST()
982 std::string expectedFont; in TEST()
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestCase.java76 public abstract class TestCase extends Assert implements Test { class
86 public TestCase() { in TestCase() method in TestCase
92 public TestCase(String name) { in TestCase() method in TestCase
/aosp12/art/test/800-smali/src/
H A DMain.java28 private static class TestCase { class in Main
29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() method in Main.TestCase
41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() method in Main.TestCase
/aosp12/art/test/948-change-annotations/src/
H A DTestCase.java17 public interface TestCase { interface
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dtopk_v2.mod.py18 TestCase = collections.namedtuple("TestCase", [ variable
H A Dslice.mod.py18 TestCase = collections.namedtuple("TestCase", [ variable
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DMacAddressTest.java45 static class TestCase { class in MacAddressTest
51 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase() method in MacAddressTest.TestCase
/aosp12/frameworks/base/test-base/hiddenapi/src/junit/framework/
H A DTestCase.java25 public abstract class TestCase extends Assert implements Test { class
/aosp12/art/test/817-hiddenapi/src-ex/
H A DTestCase.java17 public class TestCase { class
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp53 struct TestCase { struct
54 std::string name;
55 bool required_for_brillo_pts;
56 keymint::AuthorizationSet parameters;
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayActorEnforcerTests.kt342 data class TestCase( dataClass
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc901 struct TestCase { in TEST_F() struct
902 uint32_t offset; in TEST_F()
903 uint32_t ref_reg; in TEST_F()
918 struct TestCase { in TEST_F() struct
919 uint32_t offset; in TEST_F()
920 uint32_t ref_reg; in TEST_F()
/aosp12/art/test/406-fields/src/
H A DTestCase.java23 public abstract class TestCase { class
/aosp12/art/test/407-arrays/src/
H A DTestCase.java23 public abstract class TestCase { class
/aosp12/art/test/412-new-array/src/
H A DTestCase.java23 public abstract class TestCase { class
/aosp12/art/test/414-static-fields/src/
H A DTestCase.java23 public abstract class TestCase { class
/aosp12/art/tools/checker/file_format/checker/
H A Dstruct.py39 class TestCase(PrintableMixin): class
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc794 struct TestCase { in TEST_F() struct
795 uint32_t bss_begin; in TEST_F()
796 uint32_t string_entry_offset; in TEST_F()
1127 struct TestCase { in TEST_F() struct
1128 uint32_t offset; in TEST_F()
1129 uint32_t ref_reg; in TEST_F()
/aosp12/system/tools/aidl/
H A Daidl_unittest.cpp756 struct TestCase { in TEST_P() struct
757 std::string output_file; in TEST_P()
758 std::string annotation; in TEST_P()
3843 struct TestCase { in TEST_F() struct
3844 vector<Comment> comments; in TEST_F()
3845 string formatted; in TEST_F()