Searched refs:checkIfPassed (Results 1 – 4 of 4) sorted by relevance
/cts/suite/audio_quality/test/ |
D | SimpleScriptExecTest.cpp | 34 ASSERT_TRUE(SimpleScriptExec::checkIfPassed(pass1, match1)); in TEST_F() 37 ASSERT_TRUE(!SimpleScriptExec::checkIfPassed(fail1, match1)); in TEST_F()
|
/cts/suite/audio_quality/lib/src/ |
D | SimpleScriptExec.cpp | 38 return checkIfPassed(result, rePattern); in checkPythonEnv() 41 bool SimpleScriptExec::checkIfPassed(const android::String8& str, const android::String8& reMatch, in checkIfPassed() function in SimpleScriptExec
|
D | SimpleScriptExec.h | 52 static bool checkIfPassed(const android::String8& str, const android::String8& reMatch,
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioHardware.cpp | 51 if (!SimpleScriptExec::checkIfPassed(resultStr, match, nmatch, pmatch)) { in detectAudioHw()
|