HomeSort by relevance Sort by last modified time
    Searched defs:m_cmdLine (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 53 const CommandLine& m_cmdLine;
72 CommandLine m_cmdLine;
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 135 : m_cmdLine(cmdLine)
165 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult);
170 const CommandLine& m_cmdLine;
  /external/deqp/framework/common/
tcuCommandLine.hpp 189 de::cmdline::CommandLine m_cmdLine;
tcuTestContext.hpp 60 const CommandLine& getCommandLine (void) const { return m_cmdLine; }
76 const CommandLine& m_cmdLine; //!< Command line.
tcuTestExecutor.hpp 156 const CommandLine& m_cmdLine;
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 51 private String m_cmdLine;
60 m_cmdLine = arguments.getString("deqpCmdLine");
63 if (m_cmdLine == null)
64 m_cmdLine = "";
97 remoteApi.start(testerName, m_cmdLine, null);
  /external/deqp/execserver/tools/
xsClient.cpp 156 const CommandLine& m_cmdLine;
161 : m_cmdLine(cmdLine)
172 m_socket.connect(m_cmdLine.address);
174 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort());
177 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary);
179 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str());
185 msg.name = m_cmdLine.program;
186 msg.params = m_cmdLine.params;
187 msg.workDir = m_cmdLine.workingDir
    [all...]

Completed in 144 milliseconds