Searched refs:expected_string (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/test/intltest/
H A Drestsnew.cpp716 UnicodeString expected_string(kErrorUChars);
718 expected_string = base;
721 CONFIRM_EQ(string, expected_string);
752 expected_string = base;
753 expected_string += itoa(j,buf);
754 CONFIRM_EQ(array.getNextString(status),expected_string);
787 expected_string = base;
788 expected_string += itoa(index,buf);
790 expected_string = kErrorUChars;
792 CONFIRM_EQ(string,expected_string);
[all...]
H A Drestest.cpp401 UnicodeString expected_string(kErrorUChars);
403 expected_string = base;
406 CONFIRM_EQ(string, expected_string, action);
432 expected_string = base;
433 expected_string += itoa(j,buf);
434 CONFIRM_EQ(value, expected_string, action);
454 expected_string = base;
455 expected_string += itoa(index,buf);
459 expected_string = kErrorUChars;
461 CONFIRM_EQ(string, expected_string, actio
[all...]
/external/bluetooth/glib/tests/
H A Dregex-test.c305 const gchar *expected_string = va_arg (args, const gchar *); local
306 if (expected_string == NULL)
309 match->string = g_strdup (expected_string);
675 gchar *expected_string = va_arg (args, gchar *); local
676 if (expected_string == NULL)
679 expected = g_slist_prepend (expected, g_strdup (expected_string));
777 gchar *expected_string = va_arg (args, gchar *); local
778 if (expected_string == NULL)
781 expected = g_slist_prepend (expected, g_strdup (expected_string));
879 gchar *expected_string local
949 gchar *expected_string = va_arg (args, gchar *); local
1319 const gchar *expected_string = va_arg (args, const gchar *); local
1426 const gchar *expected_string = va_arg (args, const gchar *); local
[all...]
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc70 std::string expected_string, arg_string;
71 expected->GetAsString(&expected_string);
74 << "' (expected '" << expected_string << "')"; local
/external/icu4c/test/cintltst/
H A Dcrestst.c256 UChar* expected_string = NULL; local
385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
386 u_strcpy(expected_string,base);
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
396 CONFIRM_EQ(string, expected_string);
398 free(expected_string);
H A Dcreststn.c1599 UChar* expected_string = NULL; local
1716 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1717 u_strcpy(expected_string,base);
1718 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1720 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1721 u_strcpy(expected_string,kERROR);
1727 CONFIRM_EQ(string, expected_string);
1755 u_strcpy(expected_string, base);
1757 u_strcat(expected_string, element);
1760 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine_test.cc141 void ExpectDataString(const char *expected_string) { argument
142 const char* ptr = expected_string;
149 void ExpectDataStringWithBlockSpacing(const char *expected_string, argument
151 const char* ptr = expected_string;
/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc1182 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \
1183 EXPECT_TRUE(PrintToString(value) == (expected_string)) \

Completed in 166 milliseconds