/external/bluetooth/bluedroid/osi/test/ |
thread_test.cpp | 21 ASSERT_STREQ(thread_name(thread), "test_name"); 27 ASSERT_STREQ("0123456789abcdef", thread_name(thread)); 33 ASSERT_STREQ("0123456789abcdef", thread_name(thread));
|
/bionic/tests/ |
regex_test.cpp | 32 ASSERT_STREQ("regexec() failed to match", buf); 34 ASSERT_STREQ("No match", buf);
|
arpa_inet_test.cpp | 52 ASSERT_STREQ("127.0.0.1", inet_ntoa(a)); 60 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss, s, INET_ADDRSTRLEN)); 76 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN)); 77 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN)); 78 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN)); 79 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN)); 80 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN));
|
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; 74 ASSERT_STREQ(expected_out, buf) << in; 85 ASSERT_STREQ(expected_out, buf) << in;
|
sys_mman_test.cpp | 65 ASSERT_STREQ(STRING_MSG, data); 89 ASSERT_STREQ(STRING_MSG, buf); 116 ASSERT_STREQ(PAGE1_MSG, data); 124 ASSERT_STREQ(PAGE2_MSG, data); 125 ASSERT_STREQ(END_MSG, data+pagesize-sizeof(END_MSG)); 166 ASSERT_STREQ(PAGE0_MSG, buf); 169 ASSERT_STREQ(NEWPAGE1_MSG, buf); 172 ASSERT_STREQ(NEWPAGE2_MSG, buf); 173 ASSERT_STREQ(END_MSG, buf+pagesize-sizeof(END_MSG));
|
sys_sendfile_test.cpp | 42 ASSERT_STREQ("ll", buf); 61 ASSERT_STREQ("ll", buf);
|
stdlib_test.cpp | 111 ASSERT_STREQ(executable_path, p); 114 ASSERT_STREQ(executable_path, p); 131 ASSERT_STREQ("alpha", entries[0].name); 132 ASSERT_STREQ("bravo", entries[1].name); 133 ASSERT_STREQ("charlie", entries[2].name); 136 ASSERT_STREQ("alpha", entries[0].name); 137 ASSERT_STREQ("bravo", entries[1].name); 138 ASSERT_STREQ("charlie", entries[2].name); 278 ASSERT_STREQ("/dev/pts/", name_r); 323 ASSERT_STREQ("/dev/ptmx", name_r) [all...] |
/external/chromium_org/third_party/webrtc/base/ |
urlencode_unittest.cc | 34 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);
|
stringencode_unittest.cc | 83 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("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());
|
/art/compiler/optimizing/ |
parallel_move_test.cc | 87 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str()); 94 ASSERT_STREQ("(2 -> 3) (1 -> 2) (1 -> 4) (0 -> 1)", resolver.GetMessage().c_str()); 106 ASSERT_STREQ("(1 <-> 0)", resolver.GetMessage().c_str()); 113 ASSERT_STREQ("(1 -> 2) (1 <-> 0)", resolver.GetMessage().c_str()); 120 ASSERT_STREQ("(4 <-> 1) (3 <-> 4) (2 <-> 3) (0 -> 1)", resolver.GetMessage().c_str()); 127 ASSERT_STREQ("(4 <-> 1) (3 <-> 4) (2 <-> 3) (0 -> 1) (5 -> 4)", resolver.GetMessage().c_str());
|
/external/chromium_org/chrome/common/extensions/api/commands/ |
commands_manifest_unittest.cc | 46 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());
|
/bionic/linker/tests/ |
linked_list_test.cpp | 106 ASSERT_STREQ("a", list.pop_front()); 108 ASSERT_STREQ("b", list.pop_front()); 110 ASSERT_STREQ("c", list.pop_front()); 115 ASSERT_STREQ("r", list.pop_front()); 130 ASSERT_STREQ("a", list.pop_front()); 132 ASSERT_STREQ("d", list.pop_front()); 152 ASSERT_STREQ("a", buf[0]); 153 ASSERT_STREQ("b", buf[1]); 157 ASSERT_STREQ("a", buf[0]); 158 ASSERT_STREQ("b", buf[1]) [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
WTFStringTest.cpp | 51 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("rsum", testString.utf8().data()) [all...] |
/external/chromium_org/chrome/test/chromedriver/net/ |
net_util_unittest.cc | 118 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());
|
/external/chromium_org/content/browser/ |
transition_request_manager_unittest.cc | 76 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/ |
util_unittest.cc | 30 ASSERT_STREQ("COW\n", contents.c_str()); 49 ASSERT_STREQ("COW\n", contents.c_str());
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQuerySetTest.cpp | 36 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/ |
page_action_manifest_unittest.cc | 134 ASSERT_STREQ( 149 ASSERT_STREQ( 157 ASSERT_STREQ( 166 ASSERT_STREQ(
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
BisonCSSParserTest.cpp | 31 ASSERT_STREQ(expected, output.toString().ascii().data());
|
MediaConditionTest.cpp | 50 ASSERT_STREQ(testCases[i].output, queryText.ascii().data());
|