Searched refs:expectedValue (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.cpp123 int32_t expectedValue=minValue; local
125 ++expectedValue;
127 if(expectedValue!=actualValue) {
128 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
129 expectedValue=actualValue;
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dchashtst.c37 int32_t expectedValue);
41 int32_t expectedValue);
357 int32_t expectedValue) {
363 } else if (value != expectedValue) {
365 key, value, expectedValue);
374 int32_t expectedValue) {
376 if (value != expectedValue) {
378 key, value, expectedValue);
355 _get(UHashtable* hash, const char* key, int32_t expectedValue) argument
372 _remove(UHashtable* hash, const char* key, int32_t expectedValue) argument
H A Dcloctst.c1770 const char *expectedValue; member in struct:__anon1058
1788 if(uprv_strcmp(testCases[i].expectedValue, buffer) != 0) {
1790 testCases[i].expectedValue, testCases[i].localeID, testCases[i].keyword, buffer);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dustrtest.cpp76 UnicodeString expectedValue; local
81 expectedValue = "Now is the time for all good men to come swiftly to the aid of the party.\n";
82 if (test1 != expectedValue)
83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
86 if(*c != expectedValue) {
87 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
92 expectedValue = "Now is the time for all good men to come to the aid of the party.\n";
93 if (test1 != expectedValue)
94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
97 expectedValue
879 UnicodeString expectedValue; local
996 UnicodeString expectedValue; local
[all...]
H A Ditspoof.cpp713 int32_t expectedValue = 0; local
715 expectedValue |= USPOOF_RESTRICTION_LEVEL;
718 expectedValue |= USPOOF_CHAR_LIMIT;
721 testNum, levelIndex, expectedValue, actualValue);
722 TEST_ASSERT_MSG(expectedValue == actualValue, msgBuffer);
734 TEST_ASSERT_EQ(expectedValue, result & USPOOF_ALL_CHECKS);
H A Dloctest.cpp1699 const char *expectedValue; member in struct:__anon1167
1718 if(uprv_strcmp(testCases[i].expectedValue, buffer) != 0) {
1720 testCases[i].expectedValue, testCases[i].localeID, testCases[i].keyword, buffer);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestBase.cpp149 CallbackDataExpectedValue(const T& expectedValue, double timeoutSeconds) argument
151 , m_expectedValue(expectedValue)
155 const T& expectedValue() const { return m_expectedValue; } function in class:EWK2UnitTest::CallbackDataExpectedValue
188 if (strcmp(ewk_view_title_get(webView), data->expectedValue().data()))
212 if (strcmp(ewk_view_url_get(webView), data->expectedValue().data()))
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c59 static void assertEqualsAsBoolean(JSValueRef value, bool expectedValue) argument
61 if (JSValueToBoolean(context, value) != expectedValue) {
62 fprintf(stderr, "assertEqualsAsBoolean failed: %p, %d\n", value, expectedValue);
67 static void assertEqualsAsNumber(JSValueRef value, double expectedValue) argument
74 if (number != expectedValue && !(isnan((float)number) && isnan((float)expectedValue))) {
75 fprintf(stderr, "assertEqualsAsNumber failed: %p, %lf\n", value, expectedValue);
80 static void assertEqualsAsUTF8String(JSValueRef value, const char* expectedValue) argument
90 if (jsBuffer[i] != expectedValue[i]) {
91 fprintf(stderr, "assertEqualsAsUTF8String failed at character %d: %c(%d) != %c(%d)\n", i, jsBuffer[i], jsBuffer[i], expectedValue[
105 assertEqualsAsCharactersPtr(JSValueRef value, const char* expectedValue) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c4878 static bool cert_contains_marker_extension_value(SecCertificateRef certificate, CFDataRef oid, CFTypeRef expectedValue) argument
4889 return matches_expected(extn->extnValue, expectedValue);

Completed in 297 milliseconds