/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 643 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 0, 0, 0, 0, 1, 5, 0 }; in Run() local 644 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c[0]"], 11, props, 11, expected3, e… in Run() 759 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 1, 0, 0, 0, 0, 3, 0, 0 }; in Run() local 760 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["c[0]"], 12, props, 12, expected3, … in Run() 1057 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 0, 0, 0, 0, 1, 5, 0 }; in Run() local 1058 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c[0]"], 11, props, 11, expected3, e… in Run() 1169 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 1, 0, 0, 0, 0, 3, 0, 0 }; in Run() local 1170 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["c[0]"], 12, props, 12, expected3, … in Run() 1489 GLint expected3[] = { in Run() local 1492 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["c"], 16, props, 16, expected3, error); in Run() [all …]
|
/third_party/harfbuzz/test/api/ |
D | test-draw.c | 221 char expected3[] = "M323,448Q297,448 271,430Q244,412 226,371Q209,330 209,261" in test_hb_draw_glyf() local 228 g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); in test_hb_draw_glyf() 805 char expected3[] = "M422,598Q495,598 545,548Q595,498 595,426Q595,353 545,303Q494,252 422,252" in test_hb_draw_estedad_vf() local 810 g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); in test_hb_draw_estedad_vf()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-draw.c | 221 char expected3[] = "M323,448Q297,448 271,430Q244,412 226,371Q209,330 209,261" in test_hb_draw_glyf() local 228 g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); in test_hb_draw_glyf() 805 char expected3[] = "M422,598Q495,598 545,548Q595,498 595,426Q595,353 545,303Q494,252 422,252" in test_hb_draw_estedad_vf() local 810 g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); in test_hb_draw_estedad_vf()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 610 GLint expected3[] = { 7, 0, 1, 1, 0, 0, static_cast<GLint>(indicesBV["Outputa.data"]) }; in VerifyCompute() local 611 …tProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, indicesSSB["Output"], 7, props3, 7, expected3, in VerifyCompute() 741 GLint expected3[] = { 2, 5126, 1, 0, 0, 1, 5 }; in Run() local 742 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c"], 7, props, 7, expected3, error); in Run() 907 GLint expected3[] = { 2, 5126, 1, 0, 0, 1, 5 }; in Run() local 908 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c"], 7, props, 7, expected3, error); in Run() 1233 …GLint expected3[] = { 5, 36294, 3, -1, -1, -1, -1, 0, -1, 0, 0, 1, glGetUniformLocation(program, "… in Run() local 1234 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["c"], 13, props, 13, expected3, error); in Run() 1407 GLint expected3[] = { 15, 3, 0, 1, 0, size }; in Run() local 1408 …gramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["TrickyBlock"], 6, props, 6, expected3, error); in Run() [all …]
|
/third_party/node/test/parallel/ |
D | test-util-inspect-proxy.js | 101 const expected3 = 'Proxy [ Proxy [ Proxy [ {}, {} ], {} ], Proxy [ {}, {} ] ]'; constant 121 assert.strictEqual(util.inspect(proxy3, opts), expected3);
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | main.c | 66 expected3[] = { variable 194 expected3, LWS_ARRAY_SIZE(expected3),
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ShaderTests.cpp | 586 std::vector<uint32_t> expected3{3u}; in TEST_P() local 673 EXPECT_BUFFER_U32_RANGE_EQ(expected3.data(), buffer3, 0, kCount); in TEST_P()
|
D | ColorStateTests.cpp | 880 RGBA8 expected3 = min(color3, base); in TEST_P() local 909 EXPECT_PIXEL_RGBA8_EQ(expected3, renderTargets[3], kRTSize / 2, kRTSize / 2) in TEST_P() 911 << ") = " << expected3; in TEST_P()
|
/third_party/flutter/skia/tests/ |
D | ProcessorTest.cpp | 417 SkPMColor4f expected3 = alphaModulation ? (fpPreModulation * in3f.fA) in legal_modulation() local 422 fuzzy_color_equals(out3f, expected3); in legal_modulation()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | StringTokenizerTest.java | 194 String expected3[] = {"string ", " with supplementary character"}; in TestSupplementary() local 198 if (!tokenizer.nextElement().equals(expected3[i ++])) { in TestSupplementary()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 191 String expected3[] = {"string ", " with supplementary character"}; in TestSupplementary() local 195 if (!tokenizer.nextElement().equals(expected3[i ++])) { in TestSupplementary()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 650 const char16_t* expected3; in TestCreateStyled() member 690 assertEquals(message, cas.expected3, result.toTempString(status)); in TestCreateStyled()
|
D | loctest.cpp | 5409 static const Locale expected3("jbo@x=0"); in TestBug20410() local 5410 assertEquals(locid3, expected3.getName(), result3.getName()); in TestBug20410()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 849 RGBA8 expected3 = min(color3, base); in TEST_P() local 878 EXPECT_PIXEL_RGBA8_EQ(expected3, renderTargets[3], kRTSize / 2, kRTSize / 2) in TEST_P() 880 << ") = " << expected3; in TEST_P()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 1171 const UChar expected3[] = { 0 }; in TestUnescapeRepeatedSurrogateLead20725() local 1172 if (u_strcmp(dest, expected3)!=0) { in TestUnescapeRepeatedSurrogateLead20725()
|
/third_party/python/Lib/test/ |
D | test_random.py | 936 expected3 = b''.join(expected[i + 1: i + 4] 939 expected3)
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 44818 char expected3[] = "M323,448Q297,448 271,430Q244,412 226,371Q209,330 209,261" 44825 - g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); 44826 + g_assert_cmpmem (str, draw_data.consumed, expected3, sizeof (expected3) - 1); 45298 char expected3[] = "M422,598Q495,598 545,548Q595,498 595,426Q595,353 545,303Q494,252 422,252" 45303 - g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); 45304 + g_assert_cmpmem (str, draw_data.consumed, expected3, sizeof (expected3) - 1);
|