OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleScriptExec
(Results
1 - 5
of
5
) sorted by null
/cts/suite/audio_quality/test/
SimpleScriptExecTest.cpp
19
#include <
SimpleScriptExec
.h>
27
ASSERT_TRUE(
SimpleScriptExec
::checkPythonEnv());
34
ASSERT_TRUE(
SimpleScriptExec
::checkIfPassed(pass1, match1));
37
ASSERT_TRUE(!
SimpleScriptExec
::checkIfPassed(fail1, match1));
/cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp
23
#include "
SimpleScriptExec
.h"
25
const char*
SimpleScriptExec
::PYTHON_PATH = "/usr/bin/python";
28
bool
SimpleScriptExec
::checkPythonEnv()
41
bool
SimpleScriptExec
::checkIfPassed(const android::String8& str, const android::String8& reMatch,
66
bool
SimpleScriptExec
::runScript(const android::String8& script, const android::String8& param,
SimpleScriptExec.h
29
class
SimpleScriptExec
{
SignalProcessingImpl.cpp
27
#include "
SimpleScriptExec
.h"
76
if (execl(
SimpleScriptExec
::PYTHON_PATH,
SimpleScriptExec
::PYTHON_PATH,
78
CHILD_LOGE("execl %s %s failed %d",
SimpleScriptExec
::PYTHON_PATH,
/cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp
24
#include "
SimpleScriptExec
.h"
43
if (!
SimpleScriptExec
::runScript(script, param, resultStr)) {
51
if (!
SimpleScriptExec
::checkIfPassed(resultStr, match, nmatch, pmatch)) {
Completed in 1271 milliseconds