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

  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
RemoteAPI.java 138 public String getLogFileName () {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 300 public String getLogFileName() {
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp 51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags())
243 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId,
306 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1);
351 params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width, height, -1);
385 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed);
434 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed);
480 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed);
  /external/deqp/framework/common/
tcuCommandLine.cpp 786 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFilename>().c_str(); }

Completed in 586 milliseconds