HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_STREQ (Results 251 - 275 of 323) sorted by null

<<111213

  /bionic/tests/
dlext_test.cpp 764 EXPECT_STREQ("This string is local to root library", ns_get_local_string1());
765 EXPECT_STREQ("This string is local to root library", ns_get_local_string2());
776 EXPECT_STREQ("This string is from private namespace", ns_get_private_extern_string1());
777 EXPECT_STREQ("This string is from private namespace", ns_get_private_extern_string2());
788 EXPECT_STREQ("This string is from public namespace", ns_get_public_extern_string1());
797 EXPECT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string1());
798 EXPECT_STREQ("This string is from private namespace (dlopened library)", ns_get_dlopened_string2());
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /external/adhd/cras/src/tests/
alsa_io_unittest.cc     [all...]
iodev_unittest.cc 282 EXPECT_STREQ(dsp_context_new_purpose, "playback");
300 EXPECT_STREQ(dsp_context_new_purpose, "playback");
318 EXPECT_STREQ(dsp_context_new_purpose, "capture");
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 489 EXPECT_STREQ("Hello", a1.Perform(make_tuple()));
734 EXPECT_STREQ("world", ptr);
742 EXPECT_STREQ(L"world", ptr);
    [all...]
gmock-spec-builders_test.cc 597 EXPECT_STREQ("", GetCapturedStdout().c_str());
873 EXPECT_STREQ("", output1.c_str());
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 535 EXPECT_STREQ("Hello", a1.Perform(make_tuple()));
819 EXPECT_STREQ("world", ptr);
827 EXPECT_STREQ(L"world", ptr);
    [all...]
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp     [all...]
  /external/swiftshader/tests/unittests/
unittests.cpp 83 EXPECT_STREQ("Google Inc.", eglVendor);
296 EXPECT_STREQ("Google Inc.", (const char*)glVendor);
300 EXPECT_STREQ("Google SwiftShader", (const char*)glRenderer);
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 535 EXPECT_STREQ("Hello", a1.Perform(make_tuple()));
819 EXPECT_STREQ("world", ptr);
827 EXPECT_STREQ(L"world", ptr);
    [all...]
  /external/libbrillo/brillo/
any_unittest.cc 147 EXPECT_STREQ("abc", val.Get<const char*>());
  /external/libchrome/base/files/
file_path_unittest.cc 630 EXPECT_STREQ(cases[i].expected, result.value().c_str()) <<
    [all...]
  /external/libchrome/base/
stl_util_unittest.cc 313 EXPECT_STREQ("abc", string_as_array(&str));
  /external/libmojo/base/android/
jni_array_unittest.cc 281 EXPECT_STREQ(text, vec[i].c_str());
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_traits_unittest.cc 317 EXPECT_STREQ(kHello, buffer);
  /external/llvm/unittests/Support/
CommandLineTest.cpp 180 EXPECT_STREQ(Output[I], Actual[I]);
  /external/boringssl/src/crypto/x509/
x509_test.cc     [all...]
  /frameworks/av/media/libstagefright/foundation/tests/
AData_test.cpp 61 EXPECT_STREQ("hello", u.get<const char *>());
262 EXPECT_STREQ("hello", _constCharPtr);
274 EXPECT_STREQ("!!", _constCharPtr);
    [all...]
  /system/core/logcat/tests/
logcat_test.cpp     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 412 EXPECT_STREQ(binpath.c_str(), module->code_file().c_str());
  /external/googletest/googletest/test/
gtest-filepath_test.cc 99 EXPECT_STREQ(GTEST_PATH_SEP_, cwd_without_drive + 1);
  /external/libvpx/libvpx/test/
test_intra_pred_speed.cc 75 EXPECT_STREQ(signatures[idx], md5.Get());
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 260 EXPECT_STREQ(name.c_str(), testCompName.c_str());
  /external/v8/testing/gtest/test/
gtest-filepath_test.cc 99 EXPECT_STREQ(GTEST_PATH_SEP_, cwd_without_drive + 1);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 99 EXPECT_STREQ(GTEST_PATH_SEP_, cwd_without_drive + 1);

Completed in 2185 milliseconds

<<111213