Home
last modified time | relevance | path

Searched refs:deCommandLine_parse (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c39 deCommandLine* deCommandLine_parse (const char* commandLine) in deCommandLine_parse() function
148 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine); in testParse()
DdeCommandLine.h37 deCommandLine* deCommandLine_parse (const char* cmdLine);
DdeProcess.c111 deCommandLine* cmdLine = deCommandLine_parse(commandLine); in execProcess()
/external/deqp/framework/common/
DtcuCommandLine.cpp767 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str()); in parse()