Home
last modified time | relevance | path

Searched refs:expectedName (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DPlatform.cpp49 const char *expectedName = angle::g_PlatformMethodNames[nameIndex]; in ANGLEGetDisplayPlatform() local
51 if (strcmp(expectedName, actualName) != 0) in ANGLEGetDisplayPlatform()
53 ERR() << "Invalid platform method name: " << actualName << ", expected " << expectedName in ANGLEGetDisplayPlatform()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DPlatform.cpp49 const char *expectedName = angle::g_PlatformMethodNames[nameIndex]; in ANGLEGetDisplayPlatform() local
51 if (strcmp(expectedName, actualName) != 0) in ANGLEGetDisplayPlatform()
53 ERR() << "Invalid platform method name: " << actualName << ", expected " << expectedName in ANGLEGetDisplayPlatform()
/third_party/skia/modules/svg/include/
DSkSVGAttributeParser.h41 static ParseResult<T> parse(const char* expectedName, in parse() argument
44 if (!strcmp(name, expectedName)) { in parse()
52 static ParseResult<PropertyT> parseProperty(const char* expectedName, in parseProperty() argument
55 if (strcmp(name, expectedName) != 0) { in parseProperty()
/third_party/node/test/parallel/
Dtest-dummy-stdio.js9 function runTest(fd, streamName, testOutputStream, expectedName) { argument
20 assert.strictEqual(result[testOutputStream].toString(), expectedName,
/third_party/boost/libs/statechart/test/
DStateIterationTest.cpp54 std::string::const_iterator expectedName = stateNames.begin(); in AssertInState() local
60 actualName != stateNamesCache_.end(); ++actualName, ++expectedName ) in AssertInState()
62 BOOST_REQUIRE( ( *actualName )[ 0 ] == *expectedName ); in AssertInState()
DCustomReactionTest.cpp67 for ( std::string::const_iterator expectedName = stateNames.begin(); in AssertVisitedAll() local
68 expectedName != stateNames.end(); ++expectedName ) in AssertVisitedAll()
71 std::string( 1, *expectedName ) ) != visitedStates_.end() ); in AssertVisitedAll()
DTerminationTest.cpp62 std::string::const_iterator expectedName = stateNames.begin(); in AssertInState() local
68 ++actualName, ++expectedName ) in AssertInState()
70 BOOST_REQUIRE( ( *actualName )[ 0 ] == *expectedName ); in AssertInState()
/third_party/flutter/skia/tests/
DSkDOMTest.cpp16 const SkDOM::Node* node, const char* expectedName, in check_node() argument
20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName)); in check_node()
/third_party/skia/tests/
DSkDOMTest.cpp16 const SkDOM::Node* node, const char* expectedName, in check_node() argument
20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName)); in check_node()
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c1018 UChar* expectedName = 0; in doTestDisplayNames() local
1124 expectedName=dataTable[compareIndex + 4][i]; in doTestDisplayNames()
1125 if(u_strlen(expectedName) == 0) in doTestDisplayNames()
1126 expectedName=dataTable[DNAME_EN][i]; in doTestDisplayNames()
1144 if(0 != u_strcmp(testName, expectedName)) { in doTestDisplayNames()
1145 …layLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale… in doTestDisplayNames()
6859 const char * expectedName; member
6876 int32_t ulenExpect = u_unescape(itemPtr->expectedName, ubufExpect, kUBufDispNameMax); in TestBadLocaleIDs()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp814 UnicodeString expectedName; in doTestDisplayNames() local
832 expectedName = dataTable[compareIndex + 4][i]; in doTestDisplayNames()
833 if (expectedName.length() == 0) in doTestDisplayNames()
834 expectedName = dataTable[DNAME_EN][i]; in doTestDisplayNames()
844 if (testName != expectedName) in doTestDisplayNames()
845 …) of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName); in doTestDisplayNames()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp618 std::ostringstream expectedName; in validateSingleVariable() local
620 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
622 expectedName << "[0]"; in validateSingleVariable()
625 if (blockName != expectedName.str()) in validateSingleVariable()
627 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::… in validateSingleVariable()
/third_party/typescript/src/harness/
DfourslashImpl.ts2343 public verifyGoToDefinitionName(expectedName: string, expectedContainerName: string) {
2347 …assert.equal(actualDefinitionName, expectedName, this.messageAtLastKnownMarker("Definition Info Na…