/aosp12/frameworks/minikin/tests/unittest/ |
H A D | LayoutSplitterTest.cpp | 99 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 D | FontFamilyTest.cpp | 208 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 D | FontCollectionItemizeTest.cpp | 818 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 D | TestCase.java | 76 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 D | Main.java | 28 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 D | TestCase.java | 17 public interface TestCase { interface
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | topk_v2.mod.py | 18 TestCase = collections.namedtuple("TestCase", [ variable
|
H A D | slice.mod.py | 18 TestCase = collections.namedtuple("TestCase", [ variable
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | MacAddressTest.java | 45 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 D | TestCase.java | 25 public abstract class TestCase extends Assert implements Test { class
|
/aosp12/art/test/817-hiddenapi/src-ex/ |
H A D | TestCase.java | 17 public class TestCase { class
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 53 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 D | OverlayActorEnforcerTests.kt | 342 data class TestCase( dataClass
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 901 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 D | TestCase.java | 23 public abstract class TestCase { class
|
/aosp12/art/test/407-arrays/src/ |
H A D | TestCase.java | 23 public abstract class TestCase { class
|
/aosp12/art/test/412-new-array/src/ |
H A D | TestCase.java | 23 public abstract class TestCase { class
|
/aosp12/art/test/414-static-fields/src/ |
H A D | TestCase.java | 23 public abstract class TestCase { class
|
/aosp12/art/tools/checker/file_format/checker/ |
H A D | struct.py | 39 class TestCase(PrintableMixin): class
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 794 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 D | aidl_unittest.cpp | 756 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()
|