Searched refs:expectedStrings (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/tests/compiler_tests/ |
D | ScalarizeVecAndMatConstructorArgs_test.cpp | 45 std::vector<const char *> expectedStrings = { in TEST_F() local 48 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F() 67 std::vector<const char *> expectedStrings = { in TEST_F() local 70 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F() 91 std::vector<const char *> expectedStrings = {"_uv[0] += 1.0", "-_uv[0]"}; in TEST_F() local 93 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F() 114 std::vector<const char *> expectedStrings = {"vec2(_uu[0])", "mat2("}; in TEST_F() local 116 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F()
|
D | OVR_multiview_test.cpp | 719 std::vector<const char *> expectedStrings = {"ViewID_OVR = (uint(gl_InstanceID) % 3u)", in TEST_F() local 721 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F() 722 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F() 739 std::vector<const char *> expectedStrings = { in TEST_F() local 742 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F() 743 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F() 760 std::vector<const char *> expectedStrings = {"#extension GL_OVR_multiview", "layout(num_views"}; in TEST_F() local 761 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F() 762 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
|
D | OVR_multiview2_test.cpp | 738 std::vector<const char *> expectedStrings = {"ViewID_OVR = (uint(gl_InstanceID) % 3u)", in TEST_F() local 740 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F() 741 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F() 758 std::vector<const char *> expectedStrings = { in TEST_F() local 761 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F() 762 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F() 779 std::vector<const char *> expectedStrings = {"#extension GL_OVR_multiview2", in TEST_F() local 781 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F() 782 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
|
/external/testng/src/test/java/test/factory/ |
D | Sample2.java | 42 String[] expectedStrings = { in afterSuite() local 57 for (String s : expectedStrings) { in afterSuite()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1632 String[] expectedStrings = { in TestFormatToCharacterIterator() local 1637 AttributedString[] expectedAttributedStrings = { new AttributedString(expectedStrings[0]), in TestFormatToCharacterIterator() 1638 … new AttributedString(expectedStrings[1]), new AttributedString(expectedStrings[2]) }; in TestFormatToCharacterIterator() 1732 assertEquals("AttributedString contents", expectedStrings[i], buf.toString()); in TestFormatToCharacterIterator()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1635 String[] expectedStrings = { in TestFormatToCharacterIterator() local 1640 AttributedString[] expectedAttributedStrings = { new AttributedString(expectedStrings[0]), in TestFormatToCharacterIterator() 1641 … new AttributedString(expectedStrings[1]), new AttributedString(expectedStrings[2]) }; in TestFormatToCharacterIterator() 1735 assertEquals("AttributedString contents", expectedStrings[i], buf.toString()); in TestFormatToCharacterIterator()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_api.cpp | 3347 const char16_t* expectedStrings[8]; in signCoverage() member 3362 auto expected = cas.expectedStrings[i]; in signCoverage()
|