Searched refs:ASSERT_STREQ (Results 1 - 25 of 84) sorted by relevance

1234

/external/bluetooth/bluedroid/osi/test/
H A Dthread_test.cpp21 ASSERT_STREQ(thread_name(thread), "test_name");
27 ASSERT_STREQ("0123456789abcdef", thread_name(thread));
33 ASSERT_STREQ("0123456789abcdef", thread_name(thread));
/external/chromium_org/third_party/webrtc/base/
H A Durlencode_unittest.cc34 ASSERT_STREQ("%5E", dest);
44 ASSERT_STREQ("aa", dest);
60 ASSERT_STREQ("A%5E+", dest);
68 ASSERT_STREQ("A%5E%20", dest);
75 ASSERT_STREQ("A^ ", dest);
82 ASSERT_STREQ("A^+", dest);
H A Dstringencode_unittest.cc83 ASSERT_STREQ("80818283848586878889", encoded_);
94 ASSERT_STREQ("80:81:82:83:84:85:86:87:88:89", encoded_);
238 ASSERT_STREQ("middle", fields.at(1).c_str());
244 ASSERT_STREQ("middle", fields.at(1).c_str());
257 ASSERT_STREQ("B", fields.at(1).c_str());
261 ASSERT_STREQ("B", fields.at(1).c_str());
262 ASSERT_STREQ("E", fields.at(4).c_str());
271 ASSERT_STREQ("C", fields.at(2).c_str());
275 ASSERT_STREQ("A B", fields.at(0).c_str());
279 ASSERT_STREQ("
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstatus_unittest.cc13 ASSERT_STREQ("ok", ok.message().c_str());
21 ASSERT_STREQ("unknown command", error.message().c_str());
29 ASSERT_STREQ("unknown error: something happened", error.message().c_str());
41 ASSERT_STREQ(
51 ASSERT_STREQ("unknown error\n (details)", error.message().c_str());
H A Ddom_tracker_unittest.cc68 ASSERT_STREQ("f", frame_id.c_str());
73 ASSERT_STREQ("DOM.getDocument", client.PopSentCommand().c_str());
94 ASSERT_STREQ("f", frame_id.c_str());
/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_manifest_unittest.cc46 ASSERT_STREQ("feature1", named_command->command_name().c_str());
47 ASSERT_STREQ("desc",
54 ASSERT_STREQ("_execute_browser_action",
56 ASSERT_STREQ("", base::UTF16ToASCII(browser_action->description()).c_str());
62 ASSERT_STREQ("_execute_page_action",
64 ASSERT_STREQ("", base::UTF16ToASCII(page_action->description()).c_str());
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFStringTest.cpp51 ASSERT_STREQ("", output.data());
55 ASSERT_STREQ("", output.data());
59 ASSERT_STREQ("foobar", output.data());
65 ASSERT_STREQ(reference, numberString.data());
117 ASSERT_STREQ("14", testString.utf8().data());
122 ASSERT_STREQ("1334", testString.utf8().data());
127 ASSERT_STREQ("15555554", testString.utf8().data());
132 ASSERT_STREQ("1224", testString.utf8().data());
138 ASSERT_STREQ("resume", testString.utf8().data());
143 ASSERT_STREQ("rsu
[all...]
H A DCStringTest.cpp72 ASSERT_STREQ(referenceString, string.data());
77 ASSERT_STREQ(referenceString, stringWithLength.data());
110 ASSERT_STREQ(string.data(), "WebKit");
111 ASSERT_STREQ(copy.data(), initialString);
/external/chromium_org/chrome/test/chromedriver/net/
H A Dnet_util_unittest.cc118 ASSERT_STREQ("hello", response.c_str());
125 ASSERT_STREQ("stuff", response.c_str());
132 ASSERT_STREQ("stuff", response.c_str());
139 ASSERT_STREQ("stuff", response.c_str());
H A Dsync_websocket_impl_unittest.cc72 ASSERT_STREQ("hi", message.c_str());
108 ASSERT_STREQ("1", message.c_str());
113 ASSERT_STREQ("2", message.c_str());
117 ASSERT_STREQ("3", message.c_str());
129 ASSERT_STREQ("", message.c_str());
164 ASSERT_STREQ("3", message.c_str());
/external/chromium_org/content/browser/
H A Dtransition_request_manager_unittest.cc76 ASSERT_STREQ((url.spec() + "transition.css").c_str(),
98 ASSERT_STREQ((url.spec() + "transition0.css").c_str(),
100 ASSERT_STREQ((url.spec() + "transition1.css").c_str(),
102 ASSERT_STREQ((url.spec() + "transition2.css").c_str(),
/external/chromium_org/chrome/test/chromedriver/
H A Dutil_unittest.cc30 ASSERT_STREQ("COW\n", contents.c_str());
49 ASSERT_STREQ("COW\n", contents.c_str());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQuerySetTest.cpp36 ASSERT_STREQ(test.output, output.toString().ascii().data());
38 ASSERT_STREQ(test.input, output.toString().ascii().data());
/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Dpage_action_manifest_unittest.cc134 ASSERT_STREQ(
149 ASSERT_STREQ(
157 ASSERT_STREQ(
166 ASSERT_STREQ(
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParserTest.cpp31 ASSERT_STREQ(expected, output.toString().ascii().data());
H A DMediaConditionTest.cpp50 ASSERT_STREQ(testCases[i].output, queryText.ascii().data());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSrcsetParserTest.cpp105 ASSERT_STREQ(test.outputURL, candidate.toString().ascii().data());
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc117 ASSERT_STREQ(kTestAccountId,
128 ASSERT_STREQ(kOtherTestAccountId,
232 ASSERT_STREQ(kOtherTestAccountId,
243 ASSERT_STREQ(kOtherTestAccountId,
254 ASSERT_STREQ(kOtherTestAccountId,
265 ASSERT_STREQ(kTestAccountId,
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc206 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
207 ASSERT_STREQ("A", cookies[0]->Name().c_str());
208 ASSERT_STREQ("B", cookies[0]->Value().c_str());
231 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
232 ASSERT_STREQ("X", cookies[0]->Name().c_str());
233 ASSERT_STREQ("Y", cookies[0]->Value().c_str());
249 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
250 ASSERT_STREQ("A", cookies[0]->Name().c_str());
251 ASSERT_STREQ("B", cookies[0]->Value().c_str());
381 ASSERT_STREQ("sessioncooki
[all...]
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store_unittest.cc131 ASSERT_STREQ("a", goog_channel_id->private_key().c_str());
132 ASSERT_STREQ("b", goog_channel_id->cert().c_str());
136 ASSERT_STREQ("c", foo_channel_id->private_key().c_str());
137 ASSERT_STREQ("d", foo_channel_id->cert().c_str());
337 ASSERT_STREQ("\xaa", channel_ids[1]->private_key().c_str());
338 ASSERT_STREQ("\xbb", channel_ids[1]->cert().c_str());
422 ASSERT_STREQ("\xaa", channel_ids[1]->private_key().c_str());
423 ASSERT_STREQ("\xbb", channel_ids[1]->cert().c_str());
/external/chromium_org/base/win/
H A Devent_trace_controller_unittest.cc94 ASSERT_STREQ(L"", prop.GetLoggerFileName());
95 ASSERT_STREQ(L"", prop.GetLoggerName());
100 ASSERT_STREQ(name.c_str(), prop.GetLoggerFileName());
101 ASSERT_STREQ(name.c_str(), prop.GetLoggerName());
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store_unittest.cc133 ASSERT_STREQ("a", goog_channel_id->private_key().c_str());
134 ASSERT_STREQ("b", goog_channel_id->cert().c_str());
138 ASSERT_STREQ("c", foo_channel_id->private_key().c_str());
139 ASSERT_STREQ("d", foo_channel_id->cert().c_str());
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data_unittest.cc54 ASSERT_STREQ(extension_id.c_str(), drag_data.id().c_str());
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dtest_vector_test.cc61 ASSERT_STREQ(expected_md5, actual_md5)
/external/libvpx/libvpx/test/
H A Dtest_vector_test.cc58 ASSERT_STREQ(expected_md5, actual_md5)

Completed in 4478 milliseconds

1234