HomeSort by relevance Sort by last modified time
    Searched refs:checkIfPassed (Results 1 - 4 of 4) sorted by null

  /cts/suite/audio_quality/test/
SimpleScriptExecTest.cpp 34 ASSERT_TRUE(SimpleScriptExec::checkIfPassed(pass1, match1));
37 ASSERT_TRUE(!SimpleScriptExec::checkIfPassed(fail1, match1));
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.h 52 static bool checkIfPassed(const android::String8& str, const android::String8& reMatch,
SimpleScriptExec.cpp 38 return checkIfPassed(result, rePattern);
41 bool SimpleScriptExec::checkIfPassed(const android::String8& str, const android::String8& reMatch,
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 51 if (!SimpleScriptExec::checkIfPassed(resultStr, match, nmatch, pmatch)) {

Completed in 35 milliseconds