Searched refs:actualStr (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/ |
D | test_macros.h | 15 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 63 << "\" to differ from provided value \"" << actualStr in CmpArrayLikeFloatNe() 71 const char* expectedStr, const char* actualStr, const char* toleranceStr, in CmpMatrixLikeFloatNe() argument 83 << "\" to differ from provided value \"" << actualStr in CmpMatrixLikeFloatNe()
|
/frameworks/base/tools/split-select/ |
D | TestRules.cpp | 78 const String8 actualStr(actual != NULL ? actual->toJson() : String8()); in RulePredFormat() local 80 if (expectedStr != actualStr) { in RulePredFormat() 83 << " Actual: " << actualStr.string(); in RulePredFormat()
|