Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c39 deCommandLine *deCommandLine_parse(const char *commandLine) in deCommandLine_parse() function
155 deCommandLine *parsedCmdLine = deCommandLine_parse(cmdLine); in testParse()
H A DdeCommandLine.h37 deCommandLine *deCommandLine_parse(const char *cmdLine);
H A DdeProcess.c112 deCommandLine *cmdLine = deCommandLine_parse(commandLine); in execProcess()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCommandLine.cpp1110 deCommandLine *parsedCmdLine = deCommandLine_parse(cmdLine.c_str()); in parse()