/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_data_test.h | 74 double expected1; member 80 float expected1; member 86 float expected1; member 92 double expected1; member 99 double expected1; member 106 float expected1; member
|
D | math_modf_test.cpp | 25 bool testResult1 = DoubleUlpCmp(g_modfData[i].expected1, modf(g_modfData[i].input, &di), 1); 55 … bool testResult1 = FloatUlpCmp(g_modffData[i].expected1, modff(g_modffData[i].input, &di), 1);
|
D | math_sincos_test.cpp | 26 bool testResult1 = DoubleUlpCmp(g_sincosData[i].expected1, s, 1); 57 bool testResult1 = FloatUlpCmp(g_sincosfData[i].expected1, s, 1);
|
D | math_frexp_test.cpp | 25 … bool testResult = DoubleUlpCmp(g_frexpData[i].expected1, frexp(g_frexpData[i].input, &exp), 1); 54 … bool testResult = FloatUlpCmp(g_frexpfData[i].expected1, frexpf(g_frexpfData[i].input, &exp), 1);
|
D | math_remquo_test.cpp | 25 bool testResult = DoubleUlpCmp(g_remquoData[i].expected1, remquo(g_remquoData[i].input1, 90 bool testResult1 = FloatUlpCmp(g_remquofData[i].expected1, remquof(g_remquofData[i].input1,
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 14 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable 154 int expected1_min = (int) (expected1 * 0.95); in draw() 155 int expected1_max = (int) (expected1 * 1.05); in draw() 194 printf(" Failure: result1 should be near %d\n", expected1); in draw()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fApiCase.cpp | 78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument 81 if (err != expected0 && err != expected1) in expectError() 83 …expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::End… in expectError()
|
D | es3fFboStateQueryTests.cpp | 132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) in checkIntEqualsAny() argument 136 if (got != expected0 && got != expected1) in checkIntEqualsAny() 138 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 … in checkIntEqualsAny()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fApiCase.cpp | 76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument 79 if (err != expected0 && err != expected1) in expectError() 81 …expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog… in expectError()
|
/third_party/openssl/test/ |
D | sm3_internal_test.c | 31 static const unsigned char expected1[SM3_DIGEST_LENGTH] = { in test_sm3() local 65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH)) in test_sm3()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 967 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; in TestWithBufferSize() local 971 … expected1, UPRV_LENGTHOF(expected1),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,false)) in TestWithBufferSize() 1534 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; in TestResetBehaviour() local 1545 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1557 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1576 static const uint8_t expected1[] = {0x1b, 0x24, 0x42,0x30,0x6c,0x43,0x7a,0x1b,0x28,0x42, in TestResetBehaviour() local 1588 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1616 static const uint8_t expected1[] = { in TestResetBehaviour() local 1633 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1661 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, in TestResetBehaviour() local [all …]
|
D | nccbtst.c | 912 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; in TestSkip() local 916 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSkip() 924 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; in TestSkip() local 928 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestSkip() 1328 static const UChar expected1[] = { 0x0031, 0x4e8c,}; in TestStop() local 1332 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestStop() 1339 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; in TestStop() local 1343 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestStop() 1618 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; in TestSub() local 1622 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSub() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | StringTokenizerTest.java | 79 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors() local 84 for (int i = 0; i < expected1.length; i ++) { in TestConstructors() 85 if (!(stdelimiterreturn.nextElement().equals(expected1[i]) in TestConstructors() 86 && stdelimitersetreturn.nextElement().equals(expected1[i]))) { in TestConstructors() 169 String expected1[] = {"bmp string ", in TestSupplementary() local 174 if (!tokenizer.nextElement().equals(expected1[i ++])) { in TestSupplementary() 465 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters() local 467 for (int i = 0; i < expected1.length; i ++) { in TestNextNewDelimiters() 469 expected1[i])) { in TestNextNewDelimiters()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 76 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors() local 81 for (int i = 0; i < expected1.length; i ++) { in TestConstructors() 82 if (!(stdelimiterreturn.nextElement().equals(expected1[i]) in TestConstructors() 83 && stdelimitersetreturn.nextElement().equals(expected1[i]))) { in TestConstructors() 166 String expected1[] = {"bmp string ", in TestSupplementary() local 171 if (!tokenizer.nextElement().equals(expected1[i ++])) { in TestSupplementary() 462 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters() local 464 for (int i = 0; i < expected1.length; i ++) { in TestNextNewDelimiters() 466 expected1[i])) { in TestNextNewDelimiters()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_buffer_test.c | 95 uint8_t expected1[] = { 0xad, 0xde, 0xef, 0xbe }; in emit_bits() local 96 ASSERT_BLOB_DATA(&buf, expected1); in emit_bits()
|
/third_party/gn/src/gn/ |
D | function_get_target_outputs_unittest.cc | 42 const std::string& expected1, in AssertTwoStringsEqual() argument 47 ASSERT_EQ(expected1, list.list_value()[0].string_value()); in AssertTwoStringsEqual()
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/signed_op/ |
D | uint_umulextended.amber | 85 BUFFER expected1 DATA_TYPE int32 DATA 100 EXPECT data3 EQ_BUFFER expected1
|
D | uint_smulextended.amber | 87 BUFFER expected1 DATA_TYPE int32 DATA 102 EXPECT data3 EQ_BUFFER expected1
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdcfmsy.cpp | 354 const char16_t* expected1; // Expected number format string in testNumberingSystem() member 378 UnicodeString expected1(cas.expected1); in testNumberingSystem() local 384 Verify(1234.56, "#,##0.##", dfs, expected1); in testNumberingSystem()
|
/third_party/node/test/parallel/ |
D | test-util-inspect-proxy.js | 120 const expected1 = 'Proxy [ {}, {} ]'; constant 140 expected1);
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | main.c | 33 struct expected expected1[] = { variable 186 expected1, LWS_ARRAY_SIZE(expected1),
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 762 const deUint32 expected1 = randomValue ^ ~0u; in verify() local 772 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1; in verify() 777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask) in verify() 789 (outputValue & compareMask) != (expected1&compareMask)) in verify()
|
/third_party/rust/crates/proc-macro2/tests/ |
D | test.rs | 97 let expected1 = r#""\'a#" is not a valid Ident"#; // 1.31.0 .. 1.53.0 in lifetime_invalid() localVariable 100 message == expected1 || message == expected2, in lifetime_invalid()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ShaderTests.cpp | 584 std::vector<uint32_t> expected1{1u}; in TEST_P() local 671 EXPECT_BUFFER_U32_RANGE_EQ(expected1.data(), buffer1, 0, kCount); in TEST_P()
|
/third_party/python/Lib/test/ |
D | test_binascii.py | 258 expected1 = s.hex(':').encode('ascii') 259 self.assertEqual(binascii.b2a_hex(self.type2test(s), ':'), expected1)
|