Home
last modified time | relevance | path

Searched refs:getLogFileName (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/platform/
DtcuMain.cpp48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/external/deqp/framework/common/
DtcuCommandLine.hpp108 const char* getLogFileName (void) const;
DtcuCommandLine.cpp776 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFil… in getLogFileName() function in tcu::CommandLine
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp45 , m_log (m_cmdLine.getLogFileName()) in TestThread()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java129 public String getLogFileName () { in getLogFileName() method in RemoteAPI
/external/chromium_org/third_party/angle/tests/deqp_tests/
Ddeqp_tests.cpp138 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in RunDEQPTest()
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm137 const char* getLogFileName (void) const { return m_logFileName.c_str(); }
334 m_log = new tcu::TestLog(m_testProcess.getLogFileName());
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java300 public String getLogFileName() { in getLogFileName() method in ServerLog