HomeSort by relevance Sort by last modified time
    Searched defs:actual_str (Results 1 - 5 of 5) sorted by null

  /system/bt/btcore/test/
device_class_test.cc 40 std::string actual_str = ss.str(); local
43 << expected_str << " vs " << actual_str
  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 122 const String8 actual_str = pool->string8ObjectAt(val.data); local
123 if (String8(expected_str) != actual_str) {
124 return ::testing::AssertionFailure() << actual_str.string();
126 return ::testing::AssertionSuccess() << actual_str.string();
  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 100 std::string actual_str = String8(actual).c_str(); local
102 actual_stream << "'" << actual_str << "' "; local
104 if (actual_str != expected_str) {
  /external/android-clat/
clatd_test.cpp 571 char expected_str[INET6_ADDRSTRLEN], actual_str[INET6_ADDRSTRLEN]; local
573 inet_ntop(AF_INET6, actual, actual_str, sizeof(actual_str));
577 << "\n Actual: " << actual_str local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 414 char *actual_str; member in struct:cil_aliasactual

Completed in 343 milliseconds