/third_party/node/test/parallel/ |
D | test-util-inspect-proxy.js | 162 const expected8 = 'Proxy [ [Function: Date], [] ]'; constant 164 assert.strictEqual(util.inspect(proxy8, opts), expected8);
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 416 int8_t i8, expected8; in DataDrivenScanf() local 481 expected8 = (int8_t)uto64(expectedResult); in DataDrivenScanf() 484 if (i8 != expected8) { in DataDrivenScanf() 486 i, i8, expected8); in DataDrivenScanf()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
D | main.c | 113 expected8[] = { variable 215 expected8, LWS_ARRAY_SIZE(expected8),
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 1819 std::string expected8(reinterpret_cast<const char*>(u8" a")); in TestNormalizeIllFormedText() 1820 expected8.append("\x80").append(reinterpret_cast<const char*>(u8"ää")).append("\xC0\x80"). in TestNormalizeIllFormedText() 1828 assertEquals("normalizeUTF8", expected8.c_str(), result8.c_str()); in TestNormalizeIllFormedText() 1849 StringPiece expected8(u8"가\u11A7가\u11A7가\u11A7"); in TestComposeJamoTBase() local 1851 StringByteSink<std::string> sink(&result8, expected8.length()); in TestComposeJamoTBase() 1854 assertEquals("normalizeUTF8(LV+11A7)", expected8.data(), result8.c_str()); in TestComposeJamoTBase()
|
D | ustrtest.cpp | 1943 std::string expected8 = "-->" + std::string((const char *)expected_utf8, sizeof(expected_utf8)); in TestUTF8() local 1946 if(result8r != expected8 || &result8r != &result8) { in TestUTF8()
|
/third_party/python/Lib/test/ |
D | test_binascii.py | 256 expected8 = s.hex('.', 8).encode('ascii') 257 self.assertEqual(binascii.hexlify(self.type2test(s), '.', 8), expected8)
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 751 GLint expected8[] = { 2, 5124, 1, 0, 0, 1, 15 }; in Run() local 752 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["h"], 7, props, 7, expected8, error); in Run() 917 GLint expected8[] = { 2, 5124, 1, 0, 0, 1, 15 }; in Run() local 918 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["h"], 7, props, 7, expected8, error); in Run() 1243 …GLint expected8[] = { 2, 5126, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "h… in Run() local 1244 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["h"], 13, props, 13, expected8, error); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 653 GLint expected8[] = { 2, GL_INT, 1, 0, 0, 0, 0, 0, 1, 15, 0 }; in Run() local 654 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["h"], 11, props, 11, expected8, erro… in Run() 1067 GLint expected8[] = { 2, GL_INT, 1, 0, 0, 0, 0, 0, 1, 15, 0 }; in Run() local 1068 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["h"], 11, props, 11, expected8, erro… in Run() 1509 GLint expected8[] = { 2, GL_FLOAT, 1, -1, -1, -1, -1, 0, in Run() local 1511 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["h"], 16, props, 16, expected8, error); in Run()
|