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

  /external/deqp/framework/delibs/deutil/
deCommandLine.h 35 } deCommandLine;
37 deCommandLine* deCommandLine_parse (const char* cmdLine);
38 void deCommandLine_destroy (deCommandLine* cmdLine);
deCommandLine.c 24 #include "deCommandLine.h"
39 deCommandLine* deCommandLine_parse (const char* commandLine)
117 /* Create deCommandLine. */
119 deCommandLine* cmdLine = (deCommandLine*)deCalloc(sizeof(deCommandLine));
140 void deCommandLine_destroy (deCommandLine* cmdLine)
149 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine);
deProcess.c 30 #include "deCommandLine.h"
110 deCommandLine* cmdLine = deCommandLine_parse(commandLine);
  /external/deqp/
Android.mk 76 framework/delibs/decpp/deCommandLine.cpp \
122 framework/delibs/deutil/deCommandLine.c \
  /external/deqp/framework/common/
tcuCommandLine.cpp 31 #include "deCommandLine.h"
757 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str());

Completed in 155 milliseconds