HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_STREQ (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/debugger/
devtools_remote_message_unittest.cc 31 ASSERT_STREQ("DevToolsService",
34 ASSERT_STREQ("DevToolsService", message.tool().c_str());
35 ASSERT_STREQ(content.c_str(), message.content().c_str());
52 ASSERT_STREQ(
56 ASSERT_STREQ(
59 ASSERT_STREQ(
63 ASSERT_STREQ(
69 ASSERT_STREQ(content.c_str(), message->content().c_str());
devtools_remote_listen_socket_unittest.cc 298 ASSERT_STREQ("V8Debugger", message.GetHeaderWithEmptyDefault(
300 ASSERT_STREQ("2", message.GetHeaderWithEmptyDefault(
302 ASSERT_STREQ("0", message.GetHeaderWithEmptyDefault(
311 ASSERT_STREQ("DevToolsService", message.tool().c_str());
312 ASSERT_STREQ("", message.destination().c_str());
324 ASSERT_STREQ("V8Debugger", message.GetHeaderWithEmptyDefault(
326 ASSERT_STREQ("1", message.GetHeaderWithEmptyDefault(
328 ASSERT_STREQ("0", message.GetHeaderWithEmptyDefault(
350 ASSERT_STREQ(buf, kChromeDevToolsHandshake);
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
WTFString.cpp 57 ASSERT_STREQ("", output.data());
61 ASSERT_STREQ("", output.data());
65 ASSERT_STREQ("foobar", output.data());
71 ASSERT_STREQ(reference, numberString.data());
123 ASSERT_STREQ("14", testString.utf8().data());
128 ASSERT_STREQ("1334", testString.utf8().data());
133 ASSERT_STREQ("15555554", testString.utf8().data());
138 ASSERT_STREQ("1224", testString.utf8().data());
144 ASSERT_STREQ("resume", testString.utf8().data());
149 ASSERT_STREQ("rsum", testString.utf8().data())
    [all...]
IntegerToStringConversion.cpp 82 ASSERT_STREQ(buffer.data(), minStringData.data());
87 ASSERT_STREQ(buffer.data(), maxStringData.data());
101 ASSERT_STREQ(buffer.data(), numberStringData.data());
  /bionic/tests/
regex_test.cpp 32 ASSERT_STREQ("regexec() failed to match", buf);
34 ASSERT_STREQ("No match", buf);
stdlib_test.cpp 106 ASSERT_STREQ(executable_path, p);
109 ASSERT_STREQ(executable_path, p);
126 ASSERT_STREQ("alpha", entries[0].name);
127 ASSERT_STREQ("bravo", entries[1].name);
128 ASSERT_STREQ("charlie", entries[2].name);
131 ASSERT_STREQ("alpha", entries[0].name);
132 ASSERT_STREQ("bravo", entries[1].name);
133 ASSERT_STREQ("charlie", entries[2].name);
netdb_test.cpp 42 ASSERT_STREQ("0.0.0.0", tmp);
44 ASSERT_STREQ("0.0.0.0", tmp);
53 ASSERT_STREQ("::", tmp);
55 ASSERT_STREQ("::", tmp);
libgen_test.cpp 27 ASSERT_STREQ(expected_out, out) << in;
36 ASSERT_STREQ(expected_out, out) << in;
73 ASSERT_STREQ(expected_out, buf) << in;
84 ASSERT_STREQ(expected_out, buf) << in;
  /external/chromium_org/third_party/libjingle/source/talk/base/
urlencode_unittest.cc 49 ASSERT_STREQ("%5E", dest);
59 ASSERT_STREQ("aa", dest);
75 ASSERT_STREQ("A%5E+", dest);
83 ASSERT_STREQ("A%5E%20", dest);
90 ASSERT_STREQ("A^ ", dest);
97 ASSERT_STREQ("A^+", dest);
stringencode_unittest.cc 100 ASSERT_STREQ("80818283848586878889", encoded_);
111 ASSERT_STREQ("80:81:82:83:84:85:86:87:88:89", encoded_);
255 ASSERT_STREQ("middle", fields.at(1).c_str());
261 ASSERT_STREQ("middle", fields.at(1).c_str());
274 ASSERT_STREQ("B", fields.at(1).c_str());
278 ASSERT_STREQ("B", fields.at(1).c_str());
279 ASSERT_STREQ("E", fields.at(4).c_str());
288 ASSERT_STREQ("C", fields.at(2).c_str());
292 ASSERT_STREQ("A B", fields.at(0).c_str());
296 ASSERT_STREQ("D", fields.at(0).c_str())
    [all...]
  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 73 ASSERT_STREQ("a", (*sym)->name());
75 ASSERT_STREQ("b", (*sym)->name());
77 ASSERT_STREQ("c", (*sym)->name());
79 ASSERT_STREQ("d", (*sym)->name());
81 ASSERT_STREQ("e", (*sym)->name());
122 ASSERT_STREQ("c", (*sym)->name());
124 ASSERT_STREQ("b", (*sym)->name());
126 ASSERT_STREQ("a", (*sym)->name());
128 ASSERT_STREQ("d", (*sym)->name());
130 ASSERT_STREQ("e", (*sym)->name())
    [all...]
StringTableTest.cpp 62 ASSERT_STREQ(*it, "Hello");
64 ASSERT_STREQ(*it, "World");
66 ASSERT_STREQ(*it, "Media");
68 ASSERT_STREQ(*it, "Tek");
75 ASSERT_STREQ(*(m_pTestee->begin()), "");
  /external/chromium_org/chrome/test/chromedriver/chrome/
status_unittest.cc 13 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());
dom_tracker_unittest.cc 68 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/
commands_manifest_unittest.cc 43 ASSERT_STREQ("feature1", named_command->command_name().c_str());
44 ASSERT_STREQ("desc", UTF16ToASCII(named_command->description()).c_str());
50 ASSERT_STREQ("_execute_browser_action",
52 ASSERT_STREQ("", UTF16ToASCII(browser_action->description()).c_str());
58 ASSERT_STREQ("_execute_page_action",
60 ASSERT_STREQ("", UTF16ToASCII(page_action->description()).c_str());
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 51 ASSERT_STREQ(L"Name", name);
56 ASSERT_STREQ(L"Value", value);
61 ASSERT_STREQ(L"New value", textfield->text().c_str());
  /external/chromium_org/chrome/test/chromedriver/net/
net_util_unittest.cc 117 ASSERT_STREQ("hello", response.c_str());
124 ASSERT_STREQ("stuff", response.c_str());
131 ASSERT_STREQ("stuff", response.c_str());
138 ASSERT_STREQ("stuff", response.c_str());
sync_websocket_impl_unittest.cc 72 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());
163 ASSERT_STREQ("3", message.c_str());
  /external/chromium_org/chrome/test/chromedriver/
util_unittest.cc 30 ASSERT_STREQ("COW\n", contents.c_str());
49 ASSERT_STREQ("COW\n", contents.c_str());
capabilities_unittest.cc 48 ASSERT_STREQ("path/to/logfile", capabilities.log_path.c_str());
89 ASSERT_STREQ(
109 ASSERT_STREQ("val", capabilities.command.GetSwitchValueASCII("arg2").c_str());
111 ASSERT_STREQ("'a space'",
214 ASSERT_STREQ(
258 ASSERT_STREQ(
261 ASSERT_STREQ(
291 ASSERT_STREQ(
309 ASSERT_STREQ("INFO", log_level.c_str());
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 157 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
158 ASSERT_STREQ("A", cookies[0]->Name().c_str());
159 ASSERT_STREQ("B", cookies[0]->Value().c_str());
182 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
183 ASSERT_STREQ("X", cookies[0]->Name().c_str());
184 ASSERT_STREQ("Y", cookies[0]->Value().c_str());
200 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
201 ASSERT_STREQ("A", cookies[0]->Name().c_str());
202 ASSERT_STREQ("B", cookies[0]->Value().c_str());
331 ASSERT_STREQ("sessioncookie.com", cookies[0]->Domain().c_str())
    [all...]
  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_manifest_unittest.cc 129 ASSERT_STREQ(
144 ASSERT_STREQ(
152 ASSERT_STREQ(
161 ASSERT_STREQ(
  /external/chromium_org/chrome/test/webdriver/
webdriver_util_unittest.cc 45 ASSERT_STREQ("COW\n", contents.c_str());
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 96 ASSERT_STREQ("http://foo.bar", cookies[0]->Domain().c_str());
97 ASSERT_STREQ("A", cookies[0]->Name().c_str());
98 ASSERT_STREQ("B", cookies[0]->Value().c_str());
  /external/llvm/unittests/Support/
CommandLineTest.cpp 69 ASSERT_STREQ(Retrieved->HelpStr, Description) <<
73 ASSERT_STREQ(ArgString, Retrieved->ArgStr) <<
77 ASSERT_STREQ(Retrieved->ValueStr, ValueString) <<

Completed in 986 milliseconds

1 2 3 4 5