/bionic/tests/ |
fcntl_test.cpp | 195 ASSERT_STREQ("hello world\n", buf); 237 ASSERT_STREQ(expected, buf1); 238 ASSERT_STREQ(expected, buf2);
|
dlext_test.cpp | 69 ASSERT_STREQ("dlopen failed: library \"" LIBNAME_NORELRO "\" wasn't loaded and RTLD_NOLOAD prevented it", dlerror()); 150 ASSERT_STREQ("dlopen failed: file offset for the library \"libname_placeholder\" is not page-aligned: 17", dlerror()); 157 ASSERT_STREQ("dlopen failed: \"libname_placeholder\" has bad ELF magic", dlerror()); 169 ASSERT_STREQ("dlopen failed: invalid extended flag combination (ANDROID_DLEXT_USE_LIBRARY_FD_OFFSET without ANDROID_DLEXT_USE_LIBRARY_FD): 0x20", dlerror());
|
unistd_test.cpp | 244 ASSERT_STREQ("hello", getenv("test-variable")); 305 ASSERT_STREQ("b", getenv("a")); 307 ASSERT_STREQ("c", getenv("a")); 312 ASSERT_STREQ("b", getenv("a"));
|
dirent_test.cpp | 100 ASSERT_STREQ(e->d_name, "."); 120 ASSERT_STREQ(e->d_name, ".");
|
signal_test.cpp | 251 ASSERT_STREQ("HUP", sys_signame[SIGHUP]); 259 ASSERT_STREQ("Hangup", sys_siglist[SIGHUP]);
|
stdio_test.cpp | 69 ASSERT_STREQ("hello\n", s); 86 ASSERT_STREQ("hello\n", buf); 110 ASSERT_STREQ(word_read, expected[i]); 174 ASSERT_STREQ(line_read, line_written); 500 ASSERT_STREQ("Linux version", s); 529 ASSERT_STREQ("hello", s1); 575 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8")); 639 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
|
sys_socket_test.cpp | 186 ASSERT_STREQ(g_RecvMsgs[i], bufs[i]); 254 ASSERT_STREQ(g_SendMsgs[i], buffer);
|
wchar_test.cpp | 60 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8")); 272 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8")); 298 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8")); 368 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8")); 466 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
|
sys_select_test.cpp | 70 ASSERT_STREQ(DELAY_MSG, buf);
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win_unittest.cc | 71 ASSERT_STREQ(L"Name", name); 76 ASSERT_STREQ(L"Value", value); 81 ASSERT_STREQ(L"New value", textfield->text().c_str());
|
/external/llvm/unittests/Support/ |
CommandLineTest.cpp | 96 ASSERT_STREQ(Retrieved->HelpStr, Description) << 100 ASSERT_STREQ(ArgString, Retrieved->ArgStr) << 104 ASSERT_STREQ(Retrieved->ValueStr, ValueString) <<
|
/art/compiler/optimizing/ |
pretty_printer_test.cc | 39 ASSERT_STREQ(expected, printer.str().c_str());
|
/art/runtime/ |
dex_file_test.cc | 233 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); 246 ASSERT_STREQ("<init>", name); 258 ASSERT_STREQ("m1", name); 269 ASSERT_STREQ("m2", name);
|
/external/chromium_org/net/cert/ |
ct_log_response_parser_unittest.cc | 58 // there and ASSERT_STREQ expects null-terminated strings. 64 ASSERT_STREQ(expected_sha256_root_hash.c_str(), actual_hash);
|
/external/chromium_org/testing/gtest/test/ |
gtest-linked_ptr_test.cc | 130 ASSERT_STREQ(
|
gtest-listener_test.cc | 190 ASSERT_STREQ(expected_data[i], data[i].c_str())
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
MediaQueryTokenizerTest.cpp | 69 ASSERT_STREQ(testCases[i].output, output.toString().ascii().data());
|
/external/gtest/test/ |
gtest-linked_ptr_test.cc | 130 ASSERT_STREQ(
|
/external/protobuf/gtest/test/ |
gtest-linked_ptr_test.cc | 129 ASSERT_STREQ(
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-linked_ptr_test.cc | 130 ASSERT_STREQ(
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
page_action_apitest.cc | 113 ASSERT_STREQ("/a_popup.html", 127 ASSERT_STREQ("/another_popup.html",
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win_unittest.cc | 363 ASSERT_STREQ(L"One ", text); 372 ASSERT_STREQ(L"n", text); 385 ASSERT_STREQ(L"One", text); 392 ASSERT_STREQ(L"two", text); 399 ASSERT_STREQ(L"six.", text); 406 ASSERT_STREQ(L"One two three.\n", text); 411 ASSERT_STREQ(L"One two three.\nFour five six.", text);
|
/external/chromium_org/chrome/installer/setup/ |
install_unittest.cc | 244 ASSERT_STREQ(kExpectedManifest, read_manifest.c_str()); 423 ASSERT_STREQ(kExpectedEscapedVal, val.c_str()); 430 ASSERT_STREQ(kExpectedEscapedVal, val.c_str());
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fuse_fs_test.cc | 276 ASSERT_STREQ(hello_world, buffer); 282 ASSERT_STREQ("World!\n", buffer); 311 ASSERT_STREQ(message, buffer);
|
/external/chromium_org/chrome/test/chromedriver/ |
session_commands_unittest.cc | 42 ASSERT_STREQ("COW\n", data.c_str());
|