Home
last modified time | relevance | path

Searched refs:expectedStr (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/
Dtest_macros.h15 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpArrayLikeFloatEq() argument
20 << "\"" << expectedStr << "\" and \"" << actualStr in CmpArrayLikeFloatEq()
33 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatEq() argument
39 << "\"" << expectedStr << "\" and \"" << actualStr in CmpMatrixLikeFloatEq()
53 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpArrayLikeFloatNe() argument
62 message << "Expected \"" << expectedStr in CmpArrayLikeFloatNe()
71 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatNe() argument
82 message << "Expected \"" << expectedStr in CmpMatrixLikeFloatNe()
/frameworks/base/tools/split-select/
DTestRules.cpp77 const String8 expectedStr(expected.toJson()); in RulePredFormat() local
80 if (expectedStr != actualStr) { in RulePredFormat()
81 return ::testing::AssertionFailure() << "Expected: " << expectedStr.c_str() << "\n" in RulePredFormat()