Searched defs:expected_string (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_disable_encryption_flag_browsertest.cc86 std::string expected_string = should_detect_encryption ? local
89 ASSERT_EQ(expected_string,
/external/chromium_org/media/base/
H A Dranges_unittest.cc27 const base::StringPiece& expected_string) {
30 ASSERT_EQ(ss.str(), expected_string);
26 ExpectRanges(const Ranges<T>& r, const base::StringPiece& expected_string) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc68 std::string expected_string, arg_string;
69 expected->GetAsString(&expected_string);
72 << "' (expected '" << expected_string << "')"; local
/external/chromium_org/chromeos/dbus/
H A Dshill_device_client_unittest.cc25 void ExpectStringAndBoolArguments(const std::string& expected_string, argument
30 EXPECT_EQ(expected_string, arg1);
H A Dshill_client_unittest_base.cc201 const std::string& expected_string,
205 EXPECT_EQ(expected_string, str);
231 const std::string& expected_string,
236 EXPECT_EQ(expected_string, str);
200 ExpectStringArgument( const std::string& expected_string, dbus::MessageReader* reader) argument
230 ExpectStringAndValueArguments( const std::string& expected_string, const base::Value* expected_value, dbus::MessageReader* reader) argument
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource_unittest.cc33 std::string expected_string = "hello"; local
34 PpapiPluginMsg_PDF_GetLocalizedStringReply reply_msg(expected_string);
54 ASSERT_EQ(expected_string, actual_string);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc94 const char* expected_string) {
99 base::string16 expected_title16(ASCIIToUTF16(expected_string));
91 NavigateAndWaitForTitle(Shell* shell, const char* filename, const char* hash, const char* expected_string) argument
/external/chromium_org/third_party/icu/source/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.c1590 UChar* expected_string = NULL; local
1707 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1708 u_strcpy(expected_string,base);
1709 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1711 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1712 u_strcpy(expected_string,kERROR);
1718 CONFIRM_EQ(string, expected_string);
1746 u_strcpy(expected_string, base);
1748 u_strcat(expected_string, element);
1751 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c254 UChar* expected_string = NULL; local
383 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
384 u_strcpy(expected_string,base);
389 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
390 u_strcpy(expected_string,kERROR);
394 CONFIRM_EQ(string, expected_string);
396 free(expected_string);
H A Dcreststn.c1598 UChar* expected_string = NULL; local
1715 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1716 u_strcpy(expected_string,base);
1717 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1719 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1720 u_strcpy(expected_string,kERROR);
1726 CONFIRM_EQ(string, expected_string);
1754 u_strcpy(expected_string, base);
1756 u_strcat(expected_string, element);
1759 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine_test.cc139 void ExpectDataString(const char *expected_string) { argument
140 const char* ptr = expected_string;
147 void ExpectDataStringWithBlockSpacing(const char *expected_string, argument
149 const char* ptr = expected_string;

Completed in 289 milliseconds