Home
last modified time | relevance | path

Searched refs:actualName (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterThreadTest.java60 if (!thread.correctName.equals(thread.actualName)) { in TestUCharactersGetName()
61 … errln("FAIL, expected \"" + thread.correctName + "\", got \"" + thread.actualName + "\""); in TestUCharactersGetName()
69 private String actualName; field in UCharacterThreadTest.GetNameThread
79 actualName = UCharacter.getName(codePoint); in run()
80 if (!correctName.equals(actualName)) { in run()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterThreadTest.java57 if (!thread.correctName.equals(thread.actualName)) { in TestUCharactersGetName()
58 … errln("FAIL, expected \"" + thread.correctName + "\", got \"" + thread.actualName + "\""); in TestUCharactersGetName()
66 private String actualName; field in UCharacterThreadTest.GetNameThread
76 actualName = UCharacter.getName(codePoint); in run()
77 if (!correctName.equals(actualName)) { in run()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DPlatform.cpp50 const char *actualName = methodNames[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.cpp50 const char *actualName = methodNames[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/boost/libs/statechart/test/
DStateIterationTest.cpp58 for ( StateNamesCache::const_iterator actualName = in AssertInState() local
60 actualName != stateNamesCache_.end(); ++actualName, ++expectedName ) in AssertInState()
62 BOOST_REQUIRE( ( *actualName )[ 0 ] == *expectedName ); in AssertInState()
DTerminationTest.cpp66 for ( StateNamesCache::const_iterator actualName = in AssertInState() local
67 stateNamesCache_.begin(); actualName != stateNamesCache_.end(); in AssertInState()
68 ++actualName, ++expectedName ) in AssertInState()
70 BOOST_REQUIRE( ( *actualName )[ 0 ] == *expectedName ); in AssertInState()
DCustomReactionTest.cpp79 for ( std::string::const_iterator actualName = stateNames.begin(); in AssertVisitedOne() local
80 actualName != stateNames.end(); ++actualName ) in AssertVisitedOne()
83 std::string( 1, *actualName ) ) != visitedStates_.end() ) ? 1 : 0; in AssertVisitedOne()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp26005 const char *actualName = BuiltInArray::kMangledNames[nameHash]; in findBuiltIn() local
26006 if (name != actualName) in findBuiltIn()
DSymbolTable_autogen.cpp40798 const char *actualName = BuiltInArray::kMangledNames[nameHash]; in findBuiltIn() local
40799 if (name != actualName) in findBuiltIn()